-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
374 lines (357 loc) · 12.5 KB
/
contact.html
File metadata and controls
374 lines (357 loc) · 12.5 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
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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!doctype html>
<html lang="zxx">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Content content - Technical writing solutions</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<!-- Bootstrap Min CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Animate Min CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- FlatIcon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- Font Awesome Min CSS -->
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<!-- Mran Menu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Magnific Popup Min CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Nice Select Min CSS -->
<link rel="stylesheet" href="assets/css/nice-select.min.css">
<!-- Swiper Min CSS -->
<link rel="stylesheet" href="assets/css/swiper.min.css">
<!-- Owl Carousel Min CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- Start Preloader Area -->
<div class="preloader">
<div class="loader">
<div class="shadow"></div>
<div class="box"></div>
</div>
</div>
<!-- End Preloader Area -->
<!-- Start Navbar Area -->
<div class="navbar-area">
<div class="techvio-responsive-nav">
<div class="container">
<div class="techvio-responsive-menu">
<div class="logo">
<a href="index.html">
<img src="assets/img/logo.png" class="white-logo" alt="logo">
<img src="assets/img/logo-black.png" class="black-logo" alt="logo">
</a>
</div>
</div>
</div>
</div>
<div class="techvio-nav">
<div class="container">
<nav class="navbar navbar-expand-md navbar-light">
<!-- <a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" class="white-logo" alt="logo">
<img src="assets/img/logo-black.png" class="black-logo" alt="logo">
</a> -->
<div class="collapse navbar-collapse mean-menu" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="projects.html" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="pricing.html" class="nav-link">Pricing</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact</a>
</li>
</ul>
<div class="other-option">
<a class="default-btn" href="https://calendly.com/marketing-codecontent/30min" target="_blank">Book a meeting <span></span></a>
</div>
</div>
</nav>
</div>
</div>
</div>
<!-- End Navbar Area -->
<!-- Start Page Title Area -->
<div class="page-title-area">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="page-title-content">
<h2>Contact</h2>
<ul>
<li><a href="index.html">Home</a>
</li>
<li>Contact</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Page Title Area -->
<!-- Start Contact Box Area -->
<!-- <section class="contact-info-wrapper">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h6>Contact Information</h6>
<h2>Find Us</h2>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="contact-info-content">
<h5>USA Headquarter</h5>
<p>304 NW St Homestead, Florida, Melrose Street, Water Mill, 76B Overlook Drive Chester, PA 19013, Flemingsburg USA.</p>
<a href="tel:0802235678">080 707 555-321</a>
<a href="mailto:demo@example.com">demo@example.com</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="contact-info-content">
<h5>New York Office</h5>
<p>1540 Pecks Ridge Tilton Rd Flemingsburg, Kentucky(KY), 4104188 Fulton Street Blackwood, NJ 08012, London.</p>
<a href="tel:0802235678">080 707 555-321</a>
<a href="mailto:demo@example.com">demo@example.com</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="contact-info-content">
<h5>Panama Office</h5>
<p>103 Richard Ave Ashville, Ohio, Water Mill,3468 16th Hwy Pangburn, Arkansas(AR), Charolais Ashville, Virginia, Panama.</p>
<a href="tel:0802235678">080 707 555-321</a>
<a href="mailto:demo@example.com">demo@example.com</a>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Contact Box Area -->
<!-- Start Contact Section -->
<div class="contact-section bg-grey section-padding">
<div class="container">
<div class="section-title">
<h6>Contact Us</h6>
<h2>Let's Talk</h2>
</div>
<div class="row align-items-center">
<div class="col-lg-10 offset-lg-1">
<div class="contact-form">
<p class="form-message"></p><br />
<form id="contact-form" class="contact-form form" action="mail.php" method="POST">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="form-group">
<input type="text" name="name" id="name" class="form-control" required placeholder="Your Name">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="form-group">
<input type="email" name="email" id="email" class="form-control" required placeholder="Your Email">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="form-group">
<input type="text" name="phone" id="phone" required class="form-control" placeholder="Your Phone">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="form-group">
<input type="text" name="subject" id="subject" class="form-control" required placeholder="Your Subject">
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="form-group">
<textarea name="message" class="form-control" id="message" cols="30" rows="6" required placeholder="Your Message"></textarea>
</div>
</div>
<div class="col-lg-12 col-md-12">
<button type="submit" class="default-btn submit-btn">Send Message <span></span></button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- End Contact Section -->
<!-- Map Section Start -->
<!-- <div class="map-area">
<div class="map-content">
<div class="map-canvas" id="contact-map"></div>
</div>
</div> -->
<!-- Map Section End -->
<!-- Start Footer & Subscribe Section -->
<section class="footer-subscribe-wrapper">
<!-- Start Subscribe Area -->
<div class="subscribe-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6">
<div class="subscribe-content">
<h2>Sign Up Our Newsletter</h2>
<span class="sub-title">We Offer An Informative Monthly Technology Newsletter - Check It Out.</span>
</div>
</div>
<!-- <div class="subscribe-content">
<a href="https://artisanal-motivator-8249.ck.page/5524b8f934" target="_blank">Subscribe Now!</a>
</div> -->
<div class="col-lg-6 col-md-6">
<div class="subscribe-content">
<a href="https://artisanal-motivator-8249.ck.page/5524b8f934" target="_blank" class="sub-title">Subscribe Now!</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Subscribe Area -->
<!-- Start Footer Area -->
<div class="footer-area ptb-100">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-footer-widget">
<div class="footer-heading">
<h3>About Us</h3>
</div>
<p>Whether your goals are to promote your product, elaborate to software engineers how to use it or simply build up backlinks on your blog for SEO, we can do it!</p>
<!-- <ul class="footer-social">
<li>
<a href="#"> <i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="#"> <i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="#"> <i class="fab fa-pinterest"></i>
</a>
</li>
<li>
<a href="#"> <i class="fab fa-linkedin"></i>
</a>
</li>
</ul> -->
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="single-footer-widget">
<div class="footer-heading">
<h3>Our Services</h3>
</div>
<ul class="footer-quick-links">
<li> <a href="index.html">Technical Writing</a></li>
</ul>
</div>
</div>
<!-- <div class="col-lg-2 col-md-6 col-sm-6">
<div class="single-footer-widget">
<div class="footer-heading">
<h3>Useful Links</h3>
</div>
<ul class="footer-quick-links">
<li><a href="about.html">About Us</a></li>
<li><a href="projects.html">Case Study</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-condition.html">Terms & Conditions</a></li>
</ul>
</div>
</div> -->
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-footer-widget">
<div class="footer-heading">
<h3>Contact Info</h3>
</div>
<div class="footer-info-contact"> <i class="flaticon-envelope"></i>
<h3>Email</h3>
<span><a href="mailto:marketing@codecontent.net">marketing@codecontent.net</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer Section -->
</section>
<!-- End Footer & Subscribe Section -->
<!-- Start Copy Right Section -->
<!-- <div class="copyright-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6">
<p> <i class="far fa-copyright"></i> 2021 Techvio - All Rights Reserved.</p>
</div>
<div class="col-lg-6 col-md-6">
<ul>
<li> <a href="terms-condition.html">Terms & Conditions</a>
</li>
<li> <a href="privacy-policy.html">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</div>
</div> -->
<!-- End Copy Right Section -->
<!-- Start Go Top Section -->
<div class="go-top">
<i class="fas fa-chevron-up"></i>
<i class="fas fa-chevron-up"></i>
</div>
<!-- End Go Top Section -->
<!-- jQuery Min JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Popper Min JS -->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap Min JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- MeanMenu JS -->
<script src="assets/js/jquery.meanmenu.js"></script>
<!-- Appear Min JS -->
<script src="assets/js/jquery.appear.min.js"></script>
<!-- CounterUp Min JS -->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<!-- Owl Carousel Min JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Magnific Popup Min JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Nice Select Min JS -->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!-- Isotope Min JS -->
<script src="assets/js/isotope.pkgd.min.js"></script>
<!-- Swiper Min JS -->
<script src="assets/js/swiper.min.js"></script>
<!-- Gmap3 Min JS -->
<script src="assets/js/gmap3.min.js"></script>
<!-- Google Map JS -->
<script src="assets/js/map.js"></script>
<!-- WOW Min JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Ajax Mail JS -->
<script src="assets/js/ajax.mail.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</body>
</html>