-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
411 lines (402 loc) · 17.2 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>fashion store a Fashion Category Flat bootstrap Responsive website Template |</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Hipster Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<link rel="stylesheet" href="css/chocolat.css" type="text/css" media="screen" charset="utf-8">
<link href="css/popuo-box.css" rel="stylesheet" type="text/css" media="all" />
<!-- //Custom Theme files -->
<script src="js/jquery-1.11.1.min.js"></script>
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,200italic,200,300,300italic,400italic,600,600italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,900' rel='stylesheet' type='text/css'>
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!--//end-animate-->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
</head>
<body>
<div class="top-nav">
<div class="container">
<div class="navbar-header logo">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1><a href="index.html" class="wow bounceIn animated" data-wow-delay=".5s" style="visibility: visible; -webkit-animation-delay: .5s;">Fashion</a></h1>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-left cl-effect-5">
<li class="active"><a href="index.html"><span data-hover="Home">Home</span></a></li>
<li><a href="#about" class="scroll"><span data-hover="About">About</span></a></li>
<li><a href="#services" class="scroll"><span data-hover="Services">Services</span></a></li>
<li><a href="#gallery" class="scroll"><span data-hover="Gallery">Gallery</span></a></li>
<li><a href="#contact" class="scroll"><span data-hover="Contact Us">Contact Us</span></a></li>
<li class="phn-no wow fadeInRight animated" data-wow-delay=".5s"><h4>Call Us: 9000000000 </h4></li>
</ul>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div id="home" class="banner">
<div class="banner-text">
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 3
$("#slider3").responsiveSlides({
auto: true,
pager: false,
nav: true,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<div id="top" class="callbacks_container">
<ul class="rslides" id="slider3">
<li>
<div class="banner-text-info">
<h3 class="bnr-text">Looking for extraordinary <br><span class="wow zoomIn animated" data-wow-delay=".5s"> Fashion clothing </span>to emphasize you</h3>
</div>
</li>
<li>
<div class="banner-text-info">
<h3 class="bnr-text">who love to go modish and trendy but also <br><span> would love to showcase the Indian tradition</span></h3>
</div>
</li>
<li>
<div class="banner-text-info">
<h3 class="bnr-text">we Love <br><span>Trendy Designs </span>That matches to you</h3>
</div>
</li>
</ul>
</div>
<div class="container">
<h2 class="wow fadeInUpBig animated" data-wow-delay=".5s">New Designs</h2>
<div class="bnr-right">
<h4> </h4>
<p></p>
</div>
<div class="social-icons wow fadeInUp animated" data-wow-delay=".5s">
<a href="#"><span>Facebook</span></a>
<a href="#"><span>Pinterest</span></a>
<a href="#"><span>LinkedIn </span></a>
<a href="#"><span>Behance</span></a>
</div>
</div>
</div>
</div>
<div class="welcome" id="about">
<div class="container">
<h3 class="title wow fadeInDown animated" data-wow-delay=".5s">Welcome !</h3>
<h4>Visit our online bookstore for books on Zen gardens, cottage gardens and small gardens. Our blog contains many useful gardening design tips. </h4>
<div class="welcome-row">
<div class="col-md-4 welcome-grids grid wow zoomIn animated" data-wow-delay=".5s">
<figure class="effect-ming">
<img src="images/img1.jpg" alt="">
<figcaption>
<h5>New<span>Design</span></h5>
<p>We Love to Design You</p>
</figcaption>
</figure>
</div>
<div class="col-md-4 welcome-grids grid wow zoomIn animated" data-wow-delay=".5s">
<figure class="effect-ming">
<img src="images/img2.jpg" alt="">
<figcaption>
<h5>New<span>Design</span></h5>
<p>We Love to Design You</p>
</figcaption>
</figure>
</div>
<div class="col-md-4 welcome-grids grid wow zoomIn animated" data-wow-delay=".5s">
<figure class="effect-ming">
<img src="images/img3.jpg" alt="">
<figcaption>
<h5>New<span>Design</span></h5>
<p>We Love to Design You</p>
</figcaption>
</figure>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<div class="team">
<div class="container">
<h3 class="title wow fadeInDown animated" data-wow-delay=".5s">Our Instructors </h3>
<p class="w-text">fashion designer and former creative designer for one of the world's top fashion powerhouse. </p>
<div class="team-row">
<div class="col-md-3 team-grids wow fadeInUp animated" data-wow-delay=".5s">
<h5>Mark Smithy</h5>
<p></p>
<div class="social-icons">
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</div>
<div class="team-img">
<img src="images/t1.jpg" alt="">
</div>
</div>
<div class="col-md-3 team-grids team-mdl wow fadeInUp animated" data-wow-delay=".5s">
<h5>Aliquam amet</h5>
<p></p>
<div class="social-icons">
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</div>
<div class="team-img">
<img src="images/t2.jpg" alt="">
</div>
</div>
<div class="col-md-3 team-grids team-mdl1 wow fadeInUp animated" data-wow-delay=".5s">
<h5>Daniel Nyari</h5>
<p></p>
<div class="social-icons">
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</div>
<div class="team-img">
<img src="images/t3.jpg" alt="">
</div>
</div>
<div class="col-md-3 team-grids wow fadeInUp animated" data-wow-delay=".5s">
<h5>Alan ipsum</h5>
<p></p>
<div class="social-icons">
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</div>
<div class="team-img">
<img src="images/t4.jpg" alt="">
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="offers">
<div class="container">
<h4 class="wow fadeInRightBig animated" data-wow-delay=".5s">Fashion That Makes You Better and Strong</h4>
<a href="#contact" class="scroll wow fadeInDown animated" data-wow-delay=".5s">Get In Touch</a>
</div>
</div>
<div class="gallery" id="gallery">
<div class="container">
<h3 class="title wow fadeInDown animated" data-wow-delay=".5s">Latest Gallery</h3>
<div class="gallery-grids">
<div class="gallery-grid grid">
<figure class="effect-ming wow zoomIn animated" data-wow-delay=".5s">
<a href="images/img6.jpg" rel="title" class="thickbox">
<img src="images/img6.jpg" alt=" " class="img-responsive" />
<figcaption><h5>Our<span>Gallery</span></h5></figcaption>
</a>
</figure>
</div>
<div class="gallery-grid grid">
<figure class="effect-ming wow zoomIn animated" data-wow-delay=".5s">
<a href="images/img1.jpg" rel="title" class="thickbox">
<img src="images/img1.jpg" alt=" " class="img-responsive" />
<figcaption><h5>Our<span>Gallery</span></h5></figcaption>
</a>
</figure>
<figure class="effect-ming grid wow zoomIn animated" data-wow-delay=".5s">
<a href="images/img4.jpg" rel="title" class="thickbox">
<img src="images/img4.jpg" alt=" " class="img-responsive" />
<figcaption><h5>Our<span>Gallery</span></h5></figcaption>
</a>
</figure>
</div>
<div class="gallery-grid grid wow zoomIn animated" data-wow-delay=".5s">
<figure class="effect-ming">
<a href="images/img2.jpg" rel="title" class="thickbox">
<img src="images/img2.jpg" alt=" " class="img-responsive" />
<figcaption><h5>Our<span>Gallery</span></h5></figcaption>
</a>
</figure>
<figure class="effect-ming grid wow zoomIn animated" data-wow-delay=".5s">
<a href="images/img5.jpg" rel="title" class="thickbox">
<img src="images/img5.jpg" alt=" " class="img-responsive" />
<figcaption><h5>Our<span>Gallery</span></h5></figcaption>
</a>
</figure>
</div>
<div class="gallery-grid grid-3 grid wow zoomIn animated" data-wow-delay=".5s">
<figure class="effect-ming">
<a href="images/img8.jpg" rel="title" class="thickbox">
<img src="images/img8.jpg" alt=" " class="img-responsive" />
<figcaption><h5>Our<span>Gallery</span></h5></figcaption>
</a>
</figure>
</div>
<div class="gallery-grid grid-3 grid wow zoomIn animated" data-wow-delay=".5s">
<figure class="effect-ming">
<a href="images/img7.jpg" rel="title" class="thickbox">
<img src="images/img7.jpg" alt=" " class="img-responsive" />
<figcaption><h5>Our<span>Gallery</span></h5></figcaption>
</a>
</figure>
</div>
<div class="gallery-grid grid-3 grid wow zoomIn animated" data-wow-delay=".5s">
<figure class="effect-ming">
<a href="images/img3.jpg" rel="title" class="thickbox">
<img src="images/img3.jpg" alt=" " class="img-responsive" />
<figcaption><h5>Our<span>Gallery</span></h5></figcaption>
</a>
</figure>
</div>
<div class="clearfix"> </div>
</div>
<!--script-->
<script src="js/jquery.chocolat.js"></script>
<script type="text/javascript" charset="utf-8">
$(function() {
$('.gallery-grid a').Chocolat();
});
</script>
</div>
</div>
<div class="work">
<div class="col-md-6 work-grids work-img">
</div>
<div class="col-md-6 work-grids">
<h3 class="wow zoomIn animated" data-wow-delay=".5s">What We Do ?</h3>
<p class="wow fadeInDown animated" data-wow-delay=".7s">We Design </p>
<ul class="wow fadeInDown animated" data-wow-delay=".7s">
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Clothing Design</a></li>
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Foot wear Design</a></li>
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Kinds Favourites</a></li>
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Traditional Design</a></li>
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Modern Designs</a></li>
<div id="small-dialog" class="mfp-hide work-text">
<h5>Impedit quominus id </h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis maximus tortor diam, ac lobortis justo rutrum quis. Praesent non purus fermentum, eleifend velit non Porttitor vestibulum eu nisl. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vestibulum luctus dui at velit rhoncus, eu tempus mi feugiat. Lorem ipsum dolor sit amet Integer consectetur metus nec eros elementum, sit amet sagittis lectus feugiat Phasellus vestibulum lorem vitae </p>
</div>
<script src="js/jquery.magnific-popup.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
});
</script>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="work">
<div class="col-md-6 work-grids work-grids-left">
<h3 class="wow zoomIn animated" data-wow-delay=".5s">Why Choose us ?</h3>
<p class="wow fadeInDown animated" data-wow-delay=".7s">We love to Deaisn </p>
<ul class="wow fadeInDown animated" data-wow-delay=".7s">
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Clothing Design</a></li>
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Foot wear Design</a></li>
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Kinds Favourites</a></li>
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Traditional Design</a></li>
<li><a href="#small-dialog" class="popup-with-zoom-anim"><span class="glyphicon glyphicon-chevron-right"></span> Modern Designs</a></li>
<div id="small-dialog" class="mfp-hide work-text">
<h5>Impedit quominus id </h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis maximus tortor diam, ac lobortis justo rutrum quis. Praesent non purus fermentum, eleifend velit non Porttitor vestibulum eu nisl. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vestibulum luctus dui at velit rhoncus, eu tempus mi feugiat. Lorem ipsum dolor sit amet Integer consectetur metus nec eros elementum, sit amet sagittis lectus feugiat Phasellus vestibulum lorem vitae </p>
</div>
</ul>
</div>
<div class="col-md-6 work-grids work-img work-img-btm">
</div>
<div class="clearfix"> </div>
</div>
<div id="contact" class="contact">
<div class="container">
<div class="col-md-5 contact-left">
<div class="address wow fadeInDown animated" data-wow-delay=".7s">
<ul>
<li>Anantapur</li>
<li>Andhra Pradesh,India</li>
<li>PH no: 9000000000</li>
<li>Email : <a href="mailto:[email protected]">[email protected]</a></li>
<ul>
</div>
<h3 class="title wow fadeInDown animated" data-wow-delay=".5s">How To Find Us</h3>
<form class="wow fadeInUp animated" data-wow-delay=".7s">
<input type="text" value="Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Name';}" required="">
<input class="input-mdl" type="text" value="Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}" required="">
<input type="text" value="Telephone" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Telephone';}" required="">
<textarea onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message...';}" required="">Message...</textarea>
<input type="submit" value="Submit" >
</form>
</div>
<div class="col-md-5 contact-right wow fadeInRight animated" data-wow-delay=".7s">
<div class="social-text">
<ul>
<li class="fb"><a href="#">Facebook</a></li>
<li class="twt"><a href="#">Twitter</a></li>
<li class="gg"><a href="#">Google+</a></li>
<li class="ins"><a href="#">Instagram</a></li>
<li class="pin"><a href="#">Pinterest</a></li>
<ul>
</div>
</div>
<div class="clearfix"> </div>
</div>
<div class="container">
<div class="footer wow fadeInUp animated" data-wow-delay=".5s">
<p> All rights reserved | Design by <a>Mahaboob Basha</a></p>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
<script src="js/bootstrap.js"></script>
</body>
</html>