-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
195 lines (165 loc) · 7.68 KB
/
contact.html
File metadata and controls
195 lines (165 loc) · 7.68 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!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</title>
<link rel="stylesheet" href="./src/css/tail.css">
<link rel="stylesheet" href="./src/css/icofont.min.css">
<link rel="stylesheet" href="./src/OwlCarousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="./src/OwlCarousel/assets/owl.theme.default.css">
<link rel="stylesheet" href="./src/css/main.css">
</head>
<body>
<div class="contactWrapper">
<header class="nav">
<input type="checkbox" id="checkbox" class="close">
<div class="logo">
<img src="./src/img/logo.png" alt="">
<span class="Hamburger">
<label for="checkbox">
<i class="icofont-navigation-menu"></i>
</label>
</span>
</div>
<nav class="navbar">
<div class="ul-mobile">
<span class="close">
<label for="checkbox">
<i class="icofont-close-line"></i>
</label>
</span>
<ul class="navlinks-mobile">
<li>
<a href="./index.html" class="nav-mobile">HOME</a>
</li>
<li>
<a href="./about.html" class="nav-mobile">ABOUT</a>
</li>
<li>
<a href="./blog.html" class="nav-mobile">BLOG</a>
</li>
<li>
<a href="./faq.html" class="nav-mobile">FAQ</a>
</li>
<li>
<a href="./contact.html" class="nav-mobile">CONTACT</a>
</li>
</ul>
<div class="social-links">
<a href="https://www.facebook.com/emmanuel.luis.102/" target="_blank"><i class="icofont-facebook"></i></a>
<a href="https://twitter.com/DevemmyM?t=bgKgurjRnUcRF6aKQhFuKw&s=09" target="_blank"><i class="icofont-twitter"></i></a>
<a href="https://wa.me/2348075771245" target="_blank"><i class="icofont-whatsapp"></i></a>
</div>
</div>
</nav>
</header>
<section id="aboutHead">
<h2>Contact Me</h2>
<div class="homeAbout">
<div>
<a href="./index.html"><h4 class="home">Home</h4></a>
<span>||</span>
<h4 class="about">Contact</h4>
</div>
</div>
</section>
<section id="contactMe">
<div class="contactMeWrapper">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63604.74400981253!2d7.056601297581267!3d4.889938584380077!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x10682d0888247069%3A0x3681474475b8171d!2sOyigbo!5e0!3m2!1sen!2sng!4v1655406671468!5m2!1sen!2sng" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="contact-content-wrapper">
<div class="contactMeText">
<h2><span>||</span> Get In Touch</h2>
<p>If you have any project or need help. Contact me</p>
<div class="form">
<form id="form">
<div>
<input type="text" placeholder="Name">
</div>
<div>
<input type="email" placeholder="Email">
</div>
<div>
<input type="number" placeholder="Phone">
</div>
<div>
<input type="text" placeholder="Subject">
</div>
<div>
<textarea name="message" placeholder="Comment" required="" style="height: 240px;"></textarea>
</div>
<div class="button">
<input type="button" value="Submit Message">
</div>
</form>
</div>
</div>
<div class="contacts">
<div class="linking">
<div>
<h3>Phone:</h3>
<p>2348125510572</p>
</div>
<div>
<h3>Email</h3>
<p>info@devemmy.tech</p>
</div>
<div>
<h3>Website</h3>
<p>www.devemmy.tech</p>
</div>
<div>
<h3>Address</h3>
<p>oyigbo rivers state nigeria</p>
</div>
</div>
<div class="followMe">
<h2>Follow Me</h2>
<div class="followLinks">
<a href="https://www.facebook.com/emmanuel.luis.102/" target="_blank"><i class="icofont-facebook"></i></a>
<a href="https://twitter.com/DevemmyM?t=bgKgurjRnUcRF6aKQhFuKw&s=09" target="_blank"><i class="icofont-twitter"></i></a>
<a href="https://wa.me/2348075771245" target="_blank"><i class="icofont-whatsapp"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="contactInfo">
<div class="icon">
<i class="icofont-phone"></i>
</div>
<div class="info">
<p>+234 812 551 0572</p>
</div>
</div>
<div class="contactInfo">
<div class="icon">
<i class="icofont-envelope-open"></i>
</div>
<div class="info">
<p>info@devemmy.tech</p>
</div>
</div>
<div class="social-links">
<a href="https://www.facebook.com/emmanuel.luis.102/" target="_blank"><i class="icofont-facebook"></i></a>
<a href="https://twitter.com/DevemmyM?t=bgKgurjRnUcRF6aKQhFuKw&s=09" target="_blank"><i class="icofont-twitter"></i></a>
<a href="https://wa.me/2348075771245" target="_blank"><i class="icofont-whatsapp"></i></a>
</div>
<div class="footerImg">
<img src="./src/img/logo.png" alt="">
<h3><spans>© 2022</span> DEVEMMY</h3>
</div>
</footer>
</div>
<script src="./src/js/jquery-3.6.0.min.js"></script>
<script src="./src/js/scrollreveal.js"></script>
<script src="./src/js/vanilla-tilt.js"></script>
<script src="./src/OwlCarousel/owl.carousel.min.js"></script>
<script src="./src/js/index.js"></script>
</body>
</html>