forked from The-Neon-Dev/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
325 lines (286 loc) · 11.6 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
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Contact</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link
href="assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!--CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/custom.css" />
</head>
<<<<<<< HEAD
<body style="background-color: black">
=======
<body style="background-color: #121212">
>>>>>>> ed1974548c5a0db8d7617bce4ab69104377d3627
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<h1 class="text-light">
<a href="index.html"><span>The Neon Dev</span></a>
</h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav id="navbar" class="navbar">
<ul>
<li>
<a class="nav-link scrollto active" href="index.html">Home</a>
</li>
<li>
<a class="nav-link scrollto" href="index.html#services"
>Services</a
>
</li>
<li>
<a class="nav-link scrollto" href="index.html#portfolio"
>Products</a
>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</header>
<!-- End Header -->
<main id="main">
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
<p id="PContact-t">
Contact me my sending email given below(clickable) or Fill the
form and submit.
</p>
</div>
<div class="row justify-content-center">
<div class="col-lg-3 col-md-6">
<div class="info-box mb-4">
<i class="bx bx-envelope"></i>
<h3 id="PContact">Email</h3>
<a href="mailto:[email protected]" id="PContact"
>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-8">
<form
action="https://api.web3forms.com/submit"
method="post"
class="email-form"
>
<input
type="hidden"
name="apikey"
value="3ccc0ac6-bb37-4a5a-ae62-5e3f9e2678a1"
/>
<div class="row">
<div class="form-group mt-3 text-center">
<input
type="text"
name="name"
id="name"
placeholder="Your Name"
required
/>
</div>
<div class="form-group mt-3 text-center">
<input
type="email"
name="email"
id="email"
placeholder="Your Email"
required
/>
</div>
</div>
<div class="form-group mt-3 text-center">
<input
type="text"
name="subject"
id="subject"
placeholder="Subject"
required
/>
</div>
<div class="form-group mt-3 mb-3 text-center">
<textarea
name="message"
rows="5"
placeholder="Message"
required
></textarea>
</div>
<input
type="hidden"
name="redirect"
value="https://web3forms.com/success"
/>
<<<<<<< HEAD
<!-- <div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" id="name" placeholder="Your Name" required>
</div> -->
<!-- <div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" name="email" id="email" placeholder="Your Email" required>
</div> -->
<!-- </div> -->
<div class="form-group mt-3">
<input type="text" name="subject" id="name" placeholder="Your Name" required>
</div>
<div class="form-group mt-3">
<input type="text" name="subject" id="email" placeholder="Your Email" required>
</div>
<div class="form-group mt-3">
=======
<div class="row">
<div class="box ">
<input type="text" name="name" id="name" placeholder="Your Name" required>
</div>
<div class="box ">
<input type="email" name="email" id="email" placeholder="Your Email" required>
</div>
<div class="box">
>>>>>>> ed1974548c5a0db8d7617bce4ab69104377d3627
<input type="text" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="box">
<textarea name="message" rows="5" cols="30" placeholder="Message" required></textarea>
</div>
<input type="hidden" name="redirect" value="https://web3forms.com/success">
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
<div class="text-center">
<button type="submit">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!--End Contact Section -->
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>The Neon Dev</span></strong
>. All Rights Reserved
</div>
</div>
<<<<<<< HEAD
</section> <!--End Contact Section -->
</main>
<!-- ======= Footer ======= -->
<!-- <footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>The Neon Dev</span></strong>. All Rights Reserved
</div>
=======
>>>>>>> ed1974548c5a0db8d7617bce4ab69104377d3627
</div>
</footer>End Footer -->
<footer>
<div class="text-center" style="color: #fd7014; padding-top: 30px; font-weight: 800;">
<p style="font-size: 20px;"></p>
</div>
<div class="main-content">
<div class="about" style="margin-top: 20px;">
<h4 class="heading footer-content text-center">The Neon Dev</h4>
<br />
<p class="footer-content text">The Neon Dev is the Community of Coding Enthusiasts, Where we Share
Resources, Roadmaps and Opportunities Updates to explore technologies.</p>
</div>
<div class="quick-links footer-content" style="margin-top: 20px;">
<h4 class="heading">Quick Navigate</h4>
<br />
<li><a href="#" class="text"> Home </a></li>
<li><a href="#services" class="text"> Services </a></li>
<li><a href="#portfolio" class="text"> Products</a></li>
<li><a href="contact.html" class="text"> Contacts</a></li>
</div>
<div class="contact-details footer-content" style="margin-top: 20px;">
<!-- <h4 class="heading text-center">Contact</h4>
<br />
<li class="text"><i class="bi bi-geo-alt-fill"></i><span> Patna, India</span></li>
<li class="text"><i class="bi bi-envelope-paper"></i><span> [email protected]</span></li> -->
<div class="social">
<h4>Connect with me</h3>
<!-- Add font awesome icons -->
<a href="" class="fa1 fa-linkedin"><i class="bi bi-linkedin soc1" style="font-size:30px;"></i></a>
<a href="" class="fa1 fa-telegram"><i class="bi bi-telegram soc1" style="font-size:30px;"></i></a>
<a href="" class="fa1 fa-instagram"><i class="bi bi-instagram soc1" style="font-size:30px;"></i></a>
<a href="" class="fa1 fa-discord"><i class="bi bi-discord soc1" style="font-size:30px;"></i></a>
<a href="" class="fa1 fa-youtube"><i class="bi bi-youtube soc1" style="font-size:30px;"></i></a>
<a href="" class="fa1 fa-github"><i class="bi bi-github soc1" style="font-size:30px;"></i></a>
</div>
</div>
</div>
<div class="copyright-content" style="color: white;">
<p>Copyright © 2022 <a href="#">The Neon Dev</a> All Rights Reserved</p>
</div>
<br />
</footer>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</footer>
<!-- End Footer -->
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>