-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
126 lines (112 loc) · 4.83 KB
/
Contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous" />
<link rel="stylesheet" href="css/Contact.css">
<body>
<div class="main-layout">
<header>
<nav>
<h1 class="brand"> <a class="navbar-brand" href="#">
<img src="image/LOGOJay.png.png" alt="" height="100px" width="200px"></h1>
<section class="hamburger">
<i class="fas fa-bars"></i>
</section>
<section class="nav-links">
<a href="#">About</a>
<a href="Contact.html">Contact</a>
<a href="#">Service</a>
</section>
</nav>
</header>
<main>
<section class="view-switch">
<i class="fas fa-toggle-off"></i>
</section>
<section class="members">
<!-- READ THIS 👇 make sure to use this format -->
<!-- your name -->
<!-- // your name -->
<!-- you can copy this as your template 👇 -->
<!-- ABIDOYE JOHN OLUWATOBI- SARDIUSJAY -->
<article class="unclebigbay" data-aos="zoom-in-down">
<div class="image">
<img src="image/Ayodele Samuel Adebayo (unclebigbay-).jpg " alt="" height="200" />
</div>
<section class="about">
<h3 class="name">Ayodele Samuel Adebayo</h3>
<span class="stack">Freelance Software Developer,</span>
<span class="country">Nigeria</span>
<section class="social-icons">
<a href="http://www.twitter.com/unclebigbay143" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
<a href="http://www.github.com/unclebay143" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="http://www.unclebigbay.com" target="_blank" rel="noopener noreferrer">
<i class="fas fa-hashtag"></i>
</a>
<a href="http://www.unclebigbay.dev" target="_blank" rel="noopener noreferrer">
<i class="fas fa-link"></i>
</a>
</section>
</section>
</article>
<!-- // AYODELE SAMUEL ADEBAYO - UNCLEBGIBAY -->
<!-- SARDIUSJAY -->
<article class="unclebigbay" data-aos="zoom-in-down">
<div class="image">
<img src="image/JayHimself.png.jpg" alt="" height="200" />
</div>
<section class="about">
<h3 class="name">JOHN OLUWATOBI ABIDOYE</h3>
<span class="stack">Junior Frontend Developer</span>
<span class="country">Nigeria</span>
<section class="social-icons">
<a href="https://twitter.com/Sardius_Jay" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/SardiusJay" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://Oluwatobijay.blogspot.com" target="_blank" rel="noopener noreferrer">
<i class="fas fa-link"></i>
</a>
</section>
</section>
</article>
<!-- // SARDIUSJAY -->
<!-- SARDIUSJAY -->
<article class="unclebigbay" data-aos="zoom-in-down">
<div class="image">
<img src="image/PAULO.jpg" alt="" height="200" />
</div>
<section class="about">
<h3 class="name">AROMOLOARO PAUL OLUWATIMILEYIN</h3>
<span class="stack">Backend Developer & Data scientist </span>
<span class="country">Nigeria</span>
<section class="social-icons">
<a href="https://twitter.com/Sardius_Jay" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/SardiusJay" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://Oluwatobijay.blogspot.com" target="_blank" rel="noopener noreferrer">
<i class="fas fa-link"></i>
</a>
</section>
</section>
</article>
<!-- // Paul -->
</section>
</main>
</div>
</body>
</head>