-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
425 lines (422 loc) · 22.7 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
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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metas -->
<meta charset="utf-8">
<title>Foxebiz - Multipurpose html template</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Css -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/main.css" rel="stylesheet" type="text/css" media="all"/>
<link rel="stylesheet" href="css/bootstrap-dropdownhover.min.css">
<link href="css/flexslider.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/fonts.css" rel="stylesheet" type="text/css" media="all" />
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
</head>
<body>
<!-- Preloader -->
<div class="loader">
<!-- Preloader inner -->
<div class="loader-inner">
<svg width="120" height="220" viewbox="0 0 100 100" class="loading-spinner" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle class="spinner" cx="50" cy="50" r="21" fill="#ffffff" stroke-width="4"/>
</svg>
</div>
<!-- End preloader inner -->
</div>
<!-- End preloader-->
<!--Wrapper-->
<div class="wrapper">
<div class="modal login fade" id="search" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="p-5">
<form class="d-flex">
<div class=" input-group form mr-2">
<div class="input-group-prepend ">
<span class="input-group-text form-icon">
<span class="fa fa-search form-icon-inner"></span>
</span>
</div>
<input class="form-control" name="search" placeholder="Search" type="text">
</div>
<button class="btn btn-primary" type="submit">
Go
</button>
</form>
</div>
</div>
</div>
</div>
<!--Header-->
<header class="header">
<div class="container ">
<div class="floating-nav mt-lg-5">
<nav class="navbar navbar-expand-lg header-navbar ">
<div class="navbar-brand">
<a class=" navbar-brand navbar-logo" href="index.html">
<img class="mb-0" src="assets/svg/logo.svg" alt="">
</a>
</div>
<button class="navbar-toggler btn-navbar-toggler" type="button" data-toggle="collapse" data-target=".nav-menu" aria-expanded="true" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<div class="nav-menu collapse navbar-collapse navbar-collapse justify-content-end py-0 ">
<ul class=" navbar-nav header-navbar-nav">
<li><a class=" nav-link" href="index.html">Home</a></li>
<li class="dropdown">
<a href="javascript:;" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Pages<span class="dropdown-arrow ml-2">
<span class="fa fa-angle-down dropdown-arrow-inner"></span>
</span>
</a>
<ul class="dropdown-menu" >
<li><a class="dropdown-item" href="about.html">About</a></li>
<li><a class="dropdown-item" href="service.html">Services</a></li>
<li><a class="dropdown-item" href="comingsoon.html">Comingsoon</a></li>
<li><a class="dropdown-item" href="404.html">404</a></li>
<li><a class="dropdown-item" href="hireus.html">Hire us</a></li>
<li><a class="dropdown-item" href="faq.html">FAQ</a></li>
</ul>
</li>
<li class="dropdown">
<a href="javascript:;" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Works<span class="dropdown-arrow ml-2">
<span class="fa fa-angle-down dropdown-arrow-inner"></span>
</span>
</a>
<ul class="dropdown-menu" >
<li><a class="dropdown-item" href="portfolio-grid-2.html">Grid works 2</a></li>
<li><a class="dropdown-item" href="portfolio-grid-3.html">Grid works 3</a></li>
<li><a class="dropdown-item" href="portfolio-single.html">Single work</a></li>
</ul>
</li>
<li class="dropdown">
<a href="javascript:;" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Blog<span class="dropdown-arrow ml-2">
<span class="fa fa-angle-down dropdown-arrow-inner"></span>
</span>
</a>
<ul class="dropdown-menu" >
<li><a class="dropdown-item" href="blog-full-width.html">Full Width</a></li>
<li><a class="dropdown-item" href="blog-right-sidebar.html">Right sidebar</a></li>
<li><a class="dropdown-item" href="blog-left-sidebar.html">Left sidebar</a></li>
<li><a class="dropdown-item" href="blog-single.html">Single post</a></li>
<li><a class="dropdown-item" href="blog-single-left-sidebar.html">Single left sidebar</a></li>
<li><a class="dropdown-item" href="blog-single-right-sidebar.html">Single right sidebar</a></li>
</ul>
</li>
<li><a class="nav-link" href="contact.html">Contact</a></li>
<li class="btn-nav mr-lg-3"><a class="btn btn-primary btn-sm " href="#login" data-toggle="modal" data-target="#login"><span class="fa fa-user-circle mr-1"></span>Signin</a></li>
<li>
<a class="btn btn-xs btn-icon btn-text-dark pb-3 pb-lg-0 pl-0 pt-0" href="#search" data-toggle="modal" data-target="#search">
<span class="fa fa-search "></span>
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!--End header-->
<!--Hero section-->
<section class="hero" >
<div class="background-img gradient-overlay gradient-overlay-dark">
<img src="assets/img/10.jpg" alt="" >
</div>
<!--Container-->
<div class="container height-30vh">
<!--Row-->
<div class="row justify-content-center text-center">
<div class="col-12 col-md-10 col-lg-10">
<h1 class=" mb-3 text-white">Contact Us</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb mb-0 justify-content-center">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Contact</li>
</ol>
</nav>
</div>
</div>
<!--End row-->
</div>
<!--End container-->
</section>
<!--End hero section-->
<!--Section-->
<section class="spacer-double-lg">
<!--Container-->
<div class="container ">
<div class="col-lg-6 p-5 float-left text-center">
<div class="background-img gradient-overlay gradient-overlay-azure" >
<img src="assets/img/11.jpg" alt="">
</div>
<div class="p-5 position-relative">
<h2 class="h3 text-white mb-4">London Office</h2>
<ul class="list-unstyled text-white">
<li class=" pb-1">
Greater London Urban Area (8,265,000)
</li>
<li class=" py-1">
Mon-Fri: 9 AM to 5 PM
</li>
<li class=" py-1">
(513) 352-3209
</li>
</ul>
<button class="btn btn-outline-light btn-sm mt-4 ">Map Location</button>
</div>
</div>
<div class="col-lg-6 p-5 float-left text-center">
<div class="background-img gradient-overlay gradient-overlay-dark-blue" >
<img src="assets/img/12.jpg" alt="">
</div>
<div class="p-5 position-relative">
<h2 class="h3 text-white mb-4">New York Office</h2>
<ul class="list-unstyled text-white">
<li class=" pb-1">
Central Park New York, NY, USA
</li>
<li class=" py-1">
Mon-Fri: 9 AM to 5 PM
</li>
<li class=" py-1">
(513) 352-3209
</li>
</ul>
<button class="btn btn-outline-light btn-sm mt-4">Map Location</button>
</div>
</div>
</div>
</section>
<!--End section-->
<!--Section-->
<section class="spacer-double-lg bg-gray">
<!--Container-->
<div class="container ">
<!--Row-->
<div class="row justify-content-center">
<div class="col">
<div class="mb-5 pb-5 text-center">
<h2 class="h3">Get in touch with us</h2>
<p class="w-md-50 mb-0 mx-auto">For more info or inquiry about our products project, and pricing please feel free to get in touch with us.</p>
</div>
</div>
</div>
<!--End row-->
</div>
<!--End container-->
<!--Container-->
<div class="container ">
<!--Row-->
<div class="row justify-content-center">
<div class="col-lg-9">
<form >
<div class="row">
<div class="col-sm-6 mb-5">
<label class="form-label">
Your name
<span class="text-danger">*</span>
</label>
<div class=" input-group form">
<input class="form-control " type="text" name="name" placeholder="Your full name" >
</div>
</div>
<div class="col-sm-6 mb-5">
<label class="form-label">
Your email
<span class="text-danger">*</span>
</label>
<div class=" input-group form">
<input class="form-control " type="email" name="email" placeholder="Your email" >
</div>
</div>
<div class="col-sm-6 mb-5">
<label class="form-label">
Your subject
</label>
<div class=" input-group form">
<input class="form-control " type="text" name="subject" placeholder="Subject" >
</div>
</div>
<div class="col-sm-6 mb-5">
<label class="form-label">
Your phone
</label>
<div class="input-group form">
<input class="form-control " type="text" name="phone" placeholder="Phone" >
</div>
</div>
<div class="col-12">
<label class="form-label">
Your budget
</label>
<div class=" input-group form mb-5">
<select class="custom-select" >
<option selected="">500 - 2.000 $</option>
<option value="budget">3000 - 6.000 $</option>
<option value="budget">6000 - 10.000 $</option>
</select>
</div>
</div>
<div class="col-12">
<label class="form-label">
Your message
<span class="text-danger">*</span>
</label>
<div class=" input-group form mb-5">
<textarea class="form-control " rows="6" name="text" placeholder="Type your message" ></textarea>
</div>
</div>
<div class="col">
<div class="text-center">
<button type="submit" class="btn btn-primary btn-wide mb-2">Start you project</button>
<p class="small text-muted mb-0">Response time can be up to 2 business days.</p>
</div>
</div>
</div>
</form>
</div>
</div>
<!--End row-->
</div>
<!--End container-->
</section>
<!--End section-->
<!--Footer-->
<footer class="bg-dark spacer-double-md">
<!--Container-->
<div class="container ">
<!--Row-->
<div class="row justify-content-between">
<div class="col-lg-4 d-flex align-items-start flex-column">
<a class="d-inline-block mb-4" href="javascript:;">
<img src="assets/svg/logo-light.svg" class="footer-logo" alt="">
</a>
<p class="font-size-12 text-light">© 2019 all rights reserved - MutationMedia. <br>A product of mutationthemes.</p>
<p class="font-size-12 text-muted mb-0">Font generated by <a class="text-white" href="https://www.flaticon.com">flaticon.com</a><br>
Under <a class="text-white" href="http://creativecommons.org/licenses/by/3.0/">CC: </a><a class="text-white" data-file="001-toast" href="http://www.flaticon.com/authors/eucalyp">eucalyp</a>
</p>
</div>
<div class="col-6 col-md-4 col-lg-2 mb-0">
<h3 class="h6 text-white mb-3 font-weight-600">About us</h3>
<div class="list-group list-group-flush">
<a class="list-group-item list-group-item-action" href="javascript:;">About</a>
<a class="list-group-item list-group-item-action" href="javascript:;">Services</a>
<a class="list-group-item list-group-item-action" href="javascript:;">Hire us</a>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2 mb-0">
<h3 class="h6 text-white mb-3 font-weight-600">Help & Support</h3>
<div class="list-group list-group-flush">
<a class="list-group-item list-group-item-action" href="javascript:;">Contact us</a>
<a class="list-group-item list-group-item-action" href="javascript:;">Legals</a>
<a class="list-group-item list-group-item-action" href="javascript:;">FAQ</a>
</div>
</div>
<div class="col-6 col-md-4 col-lg-3 mb-0">
<h3 class="h6 text-white mb-3 font-weight-600">Social hubs</h3>
<ul class="list-inline mb-0">
<li class="list-inline-item mb-2 mb-lg-0 mr-1"><a class="social-icon" href="javascript:;"><span class="fab fa-facebook-f"></span></a></li>
<li class="list-inline-item mr-1"><a class="social-icon " href="javascript:;"><span class="fab fa-twitter"></span></a></li>
<li class="list-inline-item mr-1"><a class="social-icon " href="javascript:;"><span class="fab fa-youtube"></span></a></li>
<li class="list-inline-item"><a class="social-icon " href="javascript:;"><span class="fab fa-linkedin"></span></a></li>
</ul>
</div>
</div>
<!--End row-->
</div>
<!--End container-->
</footer>
<!--End footer-->
<!-- Modal -->
<div class="modal login fade" id="login" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="p-5">
<form>
<div id="signin">
<header class="text-center mb-5">
<h2 class="h4 mb-0">Login to Your Account</h2>
</header>
<div class="mb-3">
<div class=" input-group form">
<div class="input-group-prepend ">
<span class="input-group-text form-icon">
<span class="fa fa-user form-icon-inner"></span>
</span>
</div>
<input class="form-control " name="email" placeholder="Email" type="email">
</div>
</div>
<div class=" mb-3">
<div class=" input-group form">
<div class="input-group-prepend ">
<span class="input-group-text form-icon">
<span class="fa fa-lock form-icon-inner"></span>
</span>
</div>
<input class="form-control " name="password" placeholder="Password" type="password">
</div>
</div>
<div class="mb-3">
<button type="submit" class="btn btn-block btn-primary">Login to your account</button>
</div>
<div class="text-center mb-3">
<p class="text-muted small mb-0">
Dont have an account yet?
<a href="#" >Create an account
</a>
</p>
<p class="text-muted small">
Forgot your username or password?
<a href="#"> Recover account
</a>
</p>
</div>
<div class="text-center divider-holder my-3">
<span class="divider">OR</span>
</div>
<div class="row mx-gutters-2 mb-4">
<div class="col-sm-6 mb-2 mb-sm-0">
<button type="button" class="btn btn-block btn-facebook">
<span class="fab fa-facebook-f mr-2"></span>
Login with Facebook
</button>
</div>
<div class="col-sm-6">
<button type="button" class="btn btn-block btn-twitter">
<span class="fab fa-twitter mr-2"></span>
Login with Twitter
</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- End modal -->
<!--To the top-->
<a class="scroll-to-top scroll" href="#wrapper"><span class=" fa fa-angle-up top-icon "></span></a>
<!-- End to the top -->
</div>
<!-- End wrapper-->
<!--Javascript-->
<script src="js/jquery-1.12.4.min.js" ></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-dropdownhover.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/smooth-scroll.js" ></script>
<script src="js/jquery.magnific-popup.min.js" ></script>
<script src="js/jquery.countdown.min.js" ></script>
<script src="js/placeholders.min.js"></script>
<script src="js/script.js"></script>
<!-- Google analytics -->
<!-- End google analytics -->
</body>
</html>