-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
306 lines (250 loc) · 9.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Chandramin | Fashion Studio</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Construction Html5 Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Constra HTML Template v1.0">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/logo3.png" />
<!-- Themefisher Icon font -->
<link rel="stylesheet" href="plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<!-- Animate css -->
<link rel="stylesheet" href="plugins/animate/animate.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="body">
<!-- Start Top Header Bar -->
<section class="top-header">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Site Logo -->
<!-- <img src="images/logo.jpg" alt="logo"> -->
<div class="logo text-center">
<a href="index.html">
<picture><img src="images/logo3.png" width="20%" alt="logo"></picture>
<span class=" text-center h2">Chandramin Fashion Studio</span>
<!-- replace logo here -->
<!-- <svg width="135px" height="29px" viewBox="0 0 155 29" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" font-size="40"
font-family="AustinBold, Austin" font-weight="bold">
<g id="Group" transform="translate(-108.000000, -297.000000)" fill="#000000">
<text id="AVIATO">
<tspan x="108.94" y="325">Chandramin Fashion Studio</tspan>
</text>
</g>
</g>
</svg> -->
</a>
</div>
</div>
</div>
</div>
</section><!-- End Top Header Bar -->
<!-- Main Menu Section -->
<section class="menu">
<nav class="navbar navigation">
<div class="container">
<div class="navbar-header">
<h2 class="menu-title">Main Menu</h2>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div><!-- / .navbar-header -->
<!-- Navbar Links -->
<div id="navbar" class="navbar-collapse collapse text-center">
<ul class="nav navbar-nav">
<!-- Home -->
<li class="dropdown ">
<a href="index.html">Home</a>
</li><!-- / Home -->
<!-- Man -->
<li class="dropdown ">
<a href="shop-sidebar.html">Man</a>
</li><!-- / Man -->
<!-- Women -->
<li class="dropdown ">
<a href="shop-sidebar.html">Women</a>
</li><!-- / Women -->
<!-- Kids -->
<li class="dropdown ">
<a href="shop-sidebar.html">Kids</a>
</li><!-- / Kids -->
<!-- About -->
<li class="dropdown ">
<a href="about.html">About Us</a>
</li><!-- / About -->
</ul><!-- / .nav .navbar-nav -->
</div>
<!--/.navbar-collapse -->
</div><!-- / .container -->
</nav>
</section>
<section class="page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="content">
<h1 class="page-name">Contact Us</h1>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">contact</li>
</ol>
</div>
</div>
</div>
</div>
</section>
<section class="page-wrapper">
<div class="contact-section">
<div class="container">
<div class="row">
<!-- Contact Form -->
<div class="contact-form col-md-6 " >
<form id="contact-form" method="post" action="" role="form">
<div class="form-group">
<input type="text" placeholder="Your Name" class="form-control" name="name" id="name">
</div>
<div class="form-group">
<input type="email" placeholder="Your Email" class="form-control" name="email" id="email">
</div>
<div class="form-group">
<input type="text" placeholder="Subject" class="form-control" name="subject" id="subject">
</div>
<div class="form-group">
<textarea rows="6" placeholder="Message" class="form-control" name="message" id="message"></textarea>
</div>
<div id="mail-success" class="success">
Thank you. The Mailman is on His Way :)
</div>
<div id="mail-fail" class="error">
Sorry, don't know what happened. Try later :(
</div>
<div id="cf-submit">
<input type="submit" id="contact-submit" class="btn btn-transparent" value="Submit">
</div>
</form>
</div>
<!-- ./End Contact Form -->
<!-- Contact Details -->
<div class="contact-details col-md-6 " >
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14690.767769098098!2d72.6345876!3d22.9983529!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xff11e797c4fafecb!2sCHANDRAMIN%20FASHION%20STUDIO!5e0!3m2!1sen!2sin!4v1623648975114!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<ul class="contact-short-info" >
<li>
<i class="tf-ion-ios-home"></i>
<span>H/6, Chandramin fashion studio, opp. Bhairvi Tower, Vaibhav Nagar, C.T.M, Amraiwadi, Ahmedabad, Gujarat 380026</span>
</li>
<li>
<i class="tf-ion-android-phone-portrait"></i>
<span>Phone: +91 87808 53972</span>
</li>
<li>
<i class="tf-ion-android-globe"></i>
<span>Fax: +880-31-000-000</span>
</li>
<li>
<i class="tf-ion-android-mail"></i>
<span>Email: [email protected]</span>
</li>
</ul>
<!-- Footer Social Links -->
<div class="social-icon">
<ul>
<li><a class="fb-icon" href="https://www.facebook.com/themefisher"><i class="tf-ion-social-facebook"></i></a></li>
<li><a href="https://www.twitter.com/themefisher"><i class="tf-ion-social-twitter"></i></a></li>
<li><a href="https://themefisher.com/"><i class="tf-ion-social-dribbble-outline"></i></a></li>
<li><a href="https://themefisher.com/"><i class="tf-ion-social-googleplus-outline"></i></a></li>
<li><a href="https://themefisher.com/"><i class="tf-ion-social-pinterest-outline"></i></a></li>
</ul>
</div>
<!--/. End Footer Social Links -->
</div>
<!-- / End Contact Details -->
</div> <!-- end row -->
</div> <!-- end container -->
</div>
</section>
<footer class="footer section text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul class="social-media">
<li>
<a href="https://www.facebook.com/themefisher">
<i class="tf-ion-social-facebook"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/chandramin_fashion_studio/">
<i class="tf-ion-social-instagram"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/themefisher">
<i class="tf-ion-social-twitter"></i>
</a>
</li>
<li>
<a href="https://www.pinterest.com/themefisher/">
<i class="tf-ion-social-pinterest"></i>
</a>
</li>
</ul>
<ul class="footer-menu text-uppercase">
<li>
<a href="contact.html">CONTACT</a>
</li>
<li>
<a href="contact.html">PRIVACY POLICY</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- Bootstrap Touchpin -->
<script src="plugins/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.min.js"></script>
<!-- Instagram Feed Js -->
<script src="plugins/instafeed/instafeed.min.js"></script>
<!-- Video Lightbox Plugin -->
<script src="plugins/ekko-lightbox/dist/ekko-lightbox.min.js"></script>
<!-- Count Down Js -->
<script src="plugins/syo-timer/build/jquery.syotimer.min.js"></script>
<!-- slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/slick/slick-animation.min.js"></script>
<!-- Google Mapl -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCC72vZw-6tGqFyRhhg5CkF2fqfILn2Tsw"></script>
<script type="text/javascript" src="plugins/google-map/gmap.js"></script>
<!-- Main Js File -->
<script src="js/script.js"></script>
</body>
</html>