-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
312 lines (248 loc) · 8.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>shoe Store</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="icomoon/icomoon.css">
<link rel="stylesheet" type="text/css" href="css/vendor.css">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
</head>
<body>
<div id="header-wrap">
<header id="header">
<div class="container">
<div class="row">
<div class="col-md-2">
<div class="main-logo">
<a href="index.html"><img src="images/main-logo.png" alt="logo"></a>
</div>
</div>
<div class="col-md-10">
<nav id="navbar">
<div class="main-menu stellarnav">
<ul class="menu-list">
<li class="menu-item active"><a href="index.html" data-effect="Home">Home</a></li>
<li class="menu-item"><a href="shop.html" class="nav-link" data-effect="Shop">Shop</a></li>
<li class="menu-item"><a href="about.html" class="nav-link" data-effect="About">About</a></li>
<li class="menu-item has-sub">
<a href="#pages" class="nav-link" data-effect="Pages">Pages</a>
<ul>
<li><a href="TnC.html">Terms and Conditions</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="return-shipping.html">Return-Refund Policy</a></li>
<li><a href="return-shipping.html">Shipping Policy</a></li>
</ul>
</li>
<li class="menu-item"><a href="contact.html" class="nav-link" data-effect="Contact">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
</div><!--header-wrap-->
<section>
<h2 class="content-head is-center">Contact Us!</h2>
<aside>
We would <em>love</em> to hear from you! <br>
Please use the <b><em>Contact Form</em></b>
to send us a message.
</aside>
<!-- START HERE -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Style The Contact Form How Ever You Prefer -->
<link rel="stylesheet" href="stylemail.css">
<form class="gform pure-form pure-form-stacked" method="POST" data-email="[email protected]"
action="https://script.google.com/macros/s/AKfycbzKs_FuFlSYNWVaC_MogF4d9bisoau6msMS8zU-PNTpG2XZcvcE1mh6ecrYkoiY5fT-oQ/exec">
<!-- change the form action to your script url -->
<div class="form-elements">
<fieldset class="pure-group">
<label for="name">Name: </label>
<input id="name" name="name" placeholder="Enter your name" />
</fieldset>
<fieldset class="pure-group">
<label for="message">Message: </label>
<textarea id="message" name="message" rows="10"
placeholder="Tell us what's on your mind..."></textarea>
</fieldset>
<fieldset class="pure-group">
<label for="email"><em>Your</em> Email Address:</label>
<input id="email" name="email" type="email" value=""
required placeholder="[email protected]"/>
</fieldset>
<fieldset class="pure-group">
<label for="Number">Phone No.: </label>
<input id="color" name="Number" placeholder="Enter Your Phone No." />
</fieldset>
<fieldset class="pure-group honeypot-field">
<label for="honeypot">To help avoid spam, utilize a Honeypot technique with a hidden text field; must be empty to submit the form! Otherwise, we assume the user is a spam bot.</label>
<input id="honeypot" type="text" name="honeypot" value="" />
</fieldset>
</div>
<button type="submit" name="submit" class="btn btn-full btn-rounded">Submit</button>
<!-- Customise the Thankyou Message People See when they submit the form: -->
<div class="thankyou_message" style="display:none;">
<h2><em>Thanks</em> for contacting us!
We will get back to you soon!</h2>
</div>
</form>
<!-- Submit the Form to Google Using "AJAX" -->
<script data-cfasync="false" src="form-submission-handler.js"></script>
<!-- END -->
</section>
<section class="google-map">
<div class="mapouter"><div class="gmap_canvas"><iframe width="100%" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=Figaro%20International,%20Sanjay%20Place,%20Agra,%20Uttar%20Pradesh,%20India,&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://getasearch.com/fmovies"></a><br><style>.mapouter{position:relative;text-align:right;height:500px;width:100%;}</style><a href="https://www.embedgooglemap.net">embedgooglemap.net</a><style>.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:100%;}</style></div></div>
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="footer-item">
<div class="company-brand">
<img src="images/main-logo.png" alt="logo" class="footer-logo">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sagittis sed ptibus liberolectus nonet psryroin. Amet sed lorem posuere sit iaculis amet, ac urna. Adipiscing fames semper erat ac in suspendisse iaculis.</p>
</div>
</div>
</div>
<div class="col-md-2">
<div class="footer-menu">
<h5>About Us</h5>
<ul class="menu-list">
<li class="menu-item">
<a href="#">vision</a>
</li>
<li class="menu-item">
<a href="#">articles </a>
</li>
<li class="menu-item">
<a href="#">careers</a>
</li>
<li class="menu-item">
<a href="#">service terms</a>
</li>
<li class="menu-item">
<a href="#">donate</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2">
<div class="footer-menu">
<h5>Discover</h5>
<ul class="menu-list">
<li class="menu-item">
<a href="#">Home</a>
</li>
<li class="menu-item">
<a href="#">shoes</a>
</li>
<li class="menu-item">
<a href="#">Authors</a>
</li>
<li class="menu-item">
<a href="#">Subjects</a>
</li>
<li class="menu-item">
<a href="#">Advanced Search</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2">
<div class="footer-menu">
<h5>My account</h5>
<ul class="menu-list">
<li class="menu-item">
<a href="#">Sign In</a>
</li>
<li class="menu-item">
<a href="#">View Cart</a>
</li>
<li class="menu-item">
<a href="#">My Wishtlist</a>
</li>
<li class="menu-item">
<a href="#">Track My Order</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2">
<div class="footer-menu">
<h5>Help</h5>
<ul class="menu-list">
<li class="menu-item">
<a href="#">Help center</a>
</li>
<li class="menu-item">
<a href="#">Report a problem</a>
</li>
<li class="menu-item">
<a href="#">Suggesting edits</a>
</li>
<li class="menu-item">
<a href="#">Contact us</a>
</li>
</ul>
</div>
</div>
</div>
<!-- / row -->
</div>
</footer>
<div id="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
<div class="row">
<div class="col-md-6">
<p>© 2022 All rights reserved. Free HTML Template by <a href="https://www.templatesjungle.com/" target="_blank">TemplatesJungle</a></p>
</div>
<div class="col-md-6">
<div class="social-links align-right">
<ul>
<li>
<a href="#"><i class="icon icon-faceshoe"></i></a>
</li>
<li>
<a href="#"><i class="icon icon-twitter"></i></a>
</li>
<li>
<a href="#"><i class="icon icon-youtube-play"></i></a>
</li>
<li>
<a href="#"><i class="icon icon-behance-square"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div><!--grid-->
</div><!--footer-bottom-content-->
</div>
</div>
</div>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
</body>
</html>