-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
624 lines (582 loc) · 27.5 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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fashion-Up - Fashion Category Website</title>
<!-- Template CSS Style link -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!-- header -->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html">
Fashion<span>-Up</span>
</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarScroll" aria-controls="navbarScroll" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarScroll">
<ul class="navbar-nav mx-auto my-2 my-lg-0 navbar-nav-scroll">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<form action="#error" method="GET" class="d-flex search-header">
<input class="form-control" type="search" placeholder="Enter Keyword..." aria-label="Search"
required>
<button class="btn btn-style" type="submit"><i class="fas fa-search"></i></button>
</form>
</div>
<!-- toggle switch for light and dark theme -->
<div class="cont-ser-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!-- //header -->
<!-- hero slider Start -->
<div class="banner-wrap">
<div class="banner-slider">
<!-- hero slide start -->
<div class="banner-slide bg1">
<div class="container">
<div class="hero-content">
<p data-animation="fadeInDown" class="mb-2">Stitching </p>
<h1 data-animation="flipInX" data-delay="0.8s" data-color="#fff">
Create <span>Your</span> Fashion </h1>
<div class="cta-btn" data-animation="fadeInUp" data-delay="1s">
<a href="about.html" class="btn btn-style btn-primary">View More</a>
</div>
</div>
</div>
<div class="hero-overlay"></div>
</div>
<!-- hero slide end -->
<!-- hero slide start -->
<div class="banner-slide bg2">
<div class="container">
<div class="hero-content">
<p data-animation="fadeInDown" class="mb-2">New Trends</p>
<h1 data-animation="fadeInDown" data-delay="0.8s" data-color="#fff">
Personalised </span> Suits
</h1>
<div class="cta-btn" data-animation="fadeInDown" data-delay="1s">
<a href="about.html" class="btn btn-style btn-primary">View More</a>
</div>
</div>
</div>
<div class="hero-overlay"></div>
</div>
<!-- hero slide end -->
<!-- hero slide start -->
<div class="banner-slide bg3">
<div class="container">
<div class="hero-content">
<p data-animation="fadeInUp" class="mb-2">New Models</p>
<h1 data-animation="fadeInUp" data-color="#fff" data-delay="0.8s">
Go <span>With the</span> Trend
</h1>
<div class="cta-btn" data-animation="fadeInDown" data-delay="1s">
<a href="about.html" class="btn btn-style btn-primary">View More</a>
</div>
</div>
</div>
<div class="hero-overlay"></div>
</div>
<!-- hero slide end -->
<!-- hero slide start -->
<div class="banner-slide bg4">
<div class="container">
<div class="hero-content">
<p data-animation="fadeInDown" class="mb-2">Fashion Look</p>
<h1 data-animation="flipInX" data-color="#fff" data-delay="0.8s">
Styles <span>and</span> Trends
</h1>
<div class="cta-btn" data-animation="fadeInUp" data-delay="1s">
<a href="about.html" class="btn btn-style btn-primary">View More</a>
</div>
</div>
</div>
<div class="hero-overlay"></div>
</div>
<!-- hero slide end -->
</div>
</div>
<!-- hero slider end -->
<!-- home services block -->
<div class="w3l-servicesblock2 py-5" id="services">
<div class="container py-lg-5 py-md-4 py-2">
<h3 class="title-style text-center mb-lg-5 mb-4">Services we're <span>offering</span></h3>
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="grids5-info">
<a href="services.html" class="blog-image d-block zoom"><img src="assets/images/s1.jpg" alt=""
class="img-fluid radius-image" />
<div class="image-overlay">
<h4>Measurements</h4>
<p>Accurate fitting comes from our measurements.</div>
<div class="iconic-plus">
<i class="fas fa-plus"></i>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 mt-sm-0 mt-4">
<div class="grids5-info">
<a href="services.html" class="blog-image d-block zoom"><img src="assets/images/s2.jpg" alt=""
class="img-fluid radius-image" />
<div class="image-overlay">
<h4>Repair</h4>
<p>Repair like New.</p>
</div>
<div class="iconic-plus">
<i class="fas fa-plus"></i>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 mt-lg-0 mt-4">
<div class="grids5-info">
<a href="services.html" class="blog-image d-block zoom"><img src="assets/images/s3.jpg" alt=""
class="img-fluid radius-image" />
<div class="image-overlay">
<h4>Сutting-out</h4>
<p>Cut-out the extra.</p>
</div>
<div class="iconic-plus">
<i class="fas fa-plus"></i>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 mt-lg-0 mt-4">
<div class="grids5-info">
<a href="services.html" class="blog-image d-block zoom"><img src="assets/images/s4.jpg" alt=""
class="img-fluid radius-image" />
<div class="image-overlay">
<h4>Resize</h4>
<p>Resize, incase it needed.</p>
</div>
<div class="iconic-plus">
<i class="fas fa-plus"></i>
</div>
</a>
</div>
</div>
</div>
<div class="text-center mt-md-5 mt-5 pt-lg-4">
<a href="services.html" class="btn btn-style">View More Services</a>
</div>
</div>
</div>
<!-- //home services block -->
<!-- home page service grids -->
<section class="home-services py-5" id="services">
<div class="container py-lg-5 py-md-4 py-2">
<h3 class="title-style text-center mb-lg-5 mb-4">What <span>we do</span> for our <span>Clients?</span></h3>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6">
<div class="box-wrap">
<div class="icon">
<i class="fas fa-user-tie"></i>
</div>
<h4 class="number">01</h4>
<h4><a href="#url">Unique Design</a></h4>
<p>We help our clinets to create unique design of their choice.</p>
<a href="services.html" class="read">Read more</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-0 mt-4">
<div class="box-wrap">
<div class="icon">
<i class="fas fa-cut"></i>
</div>
<h4 class="number">02</h4>
<h4><a href="#url">Custom Tailoring</a></h4>
<p>Choose how to customize the tailoring from differnt trending styles.</p>
<a href="services.html" class="read">Read more</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-lg-0 mt-4">
<div class="box-wrap">
<div class="icon">
<i class="fas fa-person-booth"></i>
</div>
<h4 class="number">03</h4>
<h4><a href="#url">Wedding Services</a></h4>
<p>Customize unique wedding Fashiones for bride and the groom.</p>
<a href="services.html" class="read">Read more</a>
</div>
</div>
</div>
</div>
</section>
<!-- //home page service grids -->
<!-- about block -->
<section class="w3l-about py-5" id="about">
<div class="container py-lg-5 py-md-4 py-2">
<div class="row align-items-center">
<div class="col-lg-6 section-width pe-xl-5">
<h3 class="title-style">25 <span>years</span> of experience</h3>
<p class="mt-4">We have 25 years of experience and served over millions of online users with our service and they absolutely loved it.</p>
<p class="mt-4 pb-dm-3">We help to convert your imagination into fashion.</p>
<a href="about.html" class="btn btn-style mt-4"> Know more about us</a>
</div>
<div class="col-lg-6 history-info mt-lg-0 mt-5 pt-md-4 pt-2">
<div class="position-relative img-border">
<img src="assets/images/about.jpg" class="img-fluid video-popup-image" alt="video-popup">
<a href="#small-dialog" class="popup-with-zoom-anim play-view text-center position-absolute">
<span class="video-play-icon">
<span class="fa fa-play"></span>
</span>
</a>
<!-- dialog itself, mfp-hide class is required to make dialog hidden -->
<div id="small-dialog" class="zoom-anim-dialog mfp-hide">
<iframe src="https://player.vimeo.com/video/333569091?h=9836ac4d97"
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //about block -->
<!-- content block -->
<section class="w3l-content1 py-5">
<div class="container py-md-5 py-sm-4 py-2">
<div class="row align-items-center py-4">
<div class="col-lg-7">
<div class="bottom-info">
<h3 class="title-style text-white">Your <span>Design</span>, We <span>deliver</span></h3>
<p class="mt-4 text-light">On time delivery with no extra delivery charges.</p>
</div>
</div>
<div class="col-lg-5 text-lg-end">
<a href="contact.html" class="btn btn-style mt-lg-0 mt-md-5 mt-4">Book your appointment</a>
</div>
</div>
</div>
</section>
<!-- //content block -->
<!-- works block -->
<section class="w3l-how-grids-3" id="how">
<div class="container-fluid">
<div class="row d-grid grid-col-2 grid-element-9 px-lg-0">
<div class="left-texthny p-lg-5 py-4">
<div class="left-texthny-2 p-lg-5 p-4">
<h3 class="title-style"><span>Our</span> Works</h3>
<p class="my-3 pr-lg-4">Your imagination + Our work = Your dream Outfit.</p>
<a href="about.html" class="btn btn-style btn-secondary mt-4">Read More</a>
</div>
</div>
<div class="left-grid-ele-9 grid-bg1">
</div>
</div>
<div class="row d-grid grid-col-3 grid-element-9 px-lg-0">
<div class="left-grid-ele-9 grid-bg2">
</div>
<div class="left-texthny-3 p-lg-5 py-4 d-grid align-items-center">
<div class="sub-wid-grid-9 py-lg-0 py-5">
<i class="fas fa-child mb-4"></i>
<h4 class="text-grid-9"><a href="services.html">Our Designs</a></h4>
</div>
</div>
<div class="left-grid-ele-9 grid-bg3">
</div>
<div class="left-texthny-3 p-lg-5 py-4 d-grid align-items-center">
<div class="sub-wid-grid-9 py-lg-0 py-5">
<i class="fab fa-angellist mb-4"></i>
<h4 class="text-grid-9"><a href="services.html">New Styles</a></h4>
</div>
</div>
</div>
</div>
</section>
<!-- //works block -->
<!-- blog section -->
<div class="w3l-news py-5" id="homeblog">
<div class="container py-lg-5 py-md-4 py-2">
<h3 class="title-style text-center mb-lg-5 mb-4"><span>Our</span> Blog Posts</h3>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6">
<div class="grids5-info">
<a href="#blog" class="blog-image d-block zoom"><img src="assets/images/blog1.jpg"
alt="" class="img-fluid news-image" />
<div class="image-overlay">
<span class="fas fa-plus"></span>
</div>
</a>
<div class="blog-info card-body blog-details">
<div class="d-flex align-items-center justify-content-between">
<a href="#author" class="post"><i class="fas fa-user"></i> Mauree</a>
<h6 class="date"><i class="fas fa-clock"></i></h6>
</div>
<h4><a href="#blog" class="blog-desc">
Set a Fashion Trend!</a></h4>
<p class="mt-3">Check the latest trends from our catalogues.</p>
<a href="#blog" class="read">Read more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-0 mt-4">
<div class="grids5-info">
<a href="#blog" class="blog-image d-block zoom"><img src="assets/images/blog2.jpg"
alt="" class="img-fluid news-image" />
<div class="image-overlay">
<span class="fas fa-plus"></span>
</div>
</a>
<div class="blog-info card-body blog-details">
<div class="d-flex align-items-center justify-content-between">
<a href="#author" class="post"><i class="fas fa-user"></i> Alliees</a>
<h6 class="date"><i class="fas fa-clock"></i></h6>
</div>
<h4><a href="#blog" class="blog-desc">How to Choose a Tie</a></h4>
<p class="mt-3">Select the matching tie from the color matching booklet.</p>
<a href="#blog" class="read">Read more</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-lg-0 mt-4">
<div class="grids5-info">
<a href="#blog" class="blog-image d-block zoom"><img src="assets/images/blog3.jpg"
alt="" class="img-fluid news-image" />
<div class="image-overlay">
<span class="fas fa-plus"></span>
</div>
</a>
<div class="blog-info card-body blog-details">
<div class="d-flex align-items-center justify-content-between">
<a href="#author" class="post"><i class="fas fa-user"></i> Johnson</a>
<h6 class="date"><i class="fas fa-clock"></i></h6>
</div>
<h4><a href="#blog" class="blog-desc">
Create Your new Style</a></h4>
<p class="mt-3">Create your own style to outstand from others.</p>
<a href="#blog" class="read">Read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //blog section -->
<!-- footer -->
<footer class="w3l-footer-16 py-5">
<div class="container pt-md-5 pt-sm-4 pb-sm-2">
<div class="row">
<div class="col-lg-4">
<a class="footer-logo d-flex align-items-center" href="index.html">
Fashion<span>-Up</span></a>
<p class="mt-3">We Design , We Care.</p>
<div class="columns-2 mt-4">
<ul class="social">
<li><a href="#facebook"><i class="fab fa-facebook-f"></i></a>
</li>
<li><a href="#linkedin"><i class="fab fa-linkedin-in"></i></a>
</li>
<li><a href="#twitter"><i class="fab fa-twitter"></i></a>
</li>
<li><a href="#google"><i class="fab fa-google-plus-g"></i></a>
</li>
<li><a href="#github"><i class="fab fa-github"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-lg-5 mt-lg-0 mt-5">
<div class="row">
<div class="col-xl-5 col-6 column">
<h3 class="">Quick Link</h3>
<ul class="footer-gd-16">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="#blog">Blog Posts</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-xl-5 col-6 column px-xxl-0">
<h3 class="">Contact Info</h3>
<ul class="footer-contact-list">
<li class="">West Bengal, India</li>
<li class="mt-2"><a href="tel:+12 23456790">+91 0123456789</a></li>
<li class="mt-2"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="mt-2"><a href="mailto:[email protected]">www.example.com</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-7 col-8 column mt-lg-0 mt-4">
<h3 class="">Opening Hours</h3>
<ul class="list-footer-block">
<li>
Monday
<span>9:00 - 18:00</span>
</li>
<li>
tuesday
<span>10:00 - 19:00</span>
</li>
<li>
Wednesday
<span>8:00 - 17:00</span>
</li>
<li>
Thursday
<span>10:00 - 19:00</span>
</li>
<li>
Friday
<span>10:00 - 19:00</span>
</li>
<li>
Saturday
<span>10:00 - 19:00</span>
</li>
<li>
Sunday
<span>closed</span>
</li>
</ul>
</div>
</div>
<div class="below-section text-center pt-4 mt-5">
<p class="copy-text">© 2022 Fashion-Up. All rights reserved. Design by Rituraj Dey.
</p>
</div>
</div>
</footer>
<!-- //footer -->
<!-- Js scripts -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fas fa-level-up-alt" aria-hidden="true"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- //move top -->
<!-- common jquery plugin -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //common jquery plugin -->
<!-- banner slick slider -->
<script src="assets/js/slick.js"></script>
<script src="assets/js/script.js"></script>
<!-- //banner slick slider -->
<!-- magnific-popup javascript -->
<script src="assets/js/jquery.magnific-popup.min.js"></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'
});
$('.popup-with-move-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-slide-bottom'
});
});
</script>
<!-- //magnific-popup javascript -->
<!-- theme switch js (light and dark)-->
<script src="assets/js/theme-change.js"></script>
<!-- //theme switch js (light and dark)-->
<!-- MENU-JS -->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!-- //MENU-JS -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- //disable body scroll which navbar is in active -->
<!-- bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- //bootstrap -->
<!-- //Js scripts -->
</body>
</html>