-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
294 lines (287 loc) · 16.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Boutique | Ecommerce bootstrap template</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- gLightbox gallery-->
<link rel="stylesheet" href="vendor/glightbox/css/glightbox.min.css">
<!-- Range slider-->
<link rel="stylesheet" href="vendor/nouislider/nouislider.min.css">
<!-- Choices CSS-->
<link rel="stylesheet" href="vendor/choices.js/public/assets/styles/choices.min.css">
<!-- Swiper slider-->
<link rel="stylesheet" href="vendor/swiper/swiper-bundle.min.css">
<!-- Google fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Martel+Sans:wght@300;400;800&display=swap">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.png">
<script src="public/main.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
</head>
<body>
<div class="page-holder">
<!-- navbar-->
<header class="header bg-white">
<div class="container px-lg-3">
<nav class="navbar navbar-expand-lg navbar-light py-3 px-lg-0"><a class="navbar-brand" href="index.html"><span class="fw-bold text-uppercase text-dark">Boutique</span></a>
<button class="navbar-toggler navbar-toggler-end" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<!-- Link--><a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<!-- Link--><a class="nav-link" href="shop.html">Shop</a>
</li>
<li class="nav-item">
<!-- Link--><a class="nav-link" href="detail.html">Product detail</a>
</li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" id="pagesDropdown" href="#" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pages</a>
<div class="dropdown-menu mt-3 shadow-sm" aria-labelledby="pagesDropdown"><a class="dropdown-item border-0 transition-link" href="index.html">Homepage</a><a class="dropdown-item border-0 transition-link" href="shop.html">Category</a><a class="dropdown-item border-0 transition-link" href="detail.html">Product detail</a><a class="dropdown-item border-0 transition-link" href="cart.html">Shopping cart</a><a class="dropdown-item border-0 transition-link" href="checkout.html">Checkout</a></div>
</li>
</ul>
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="cart.html"> <i class="fas fa-dolly-flatbed me-1 text-gray"></i>Cart<small class="text-gray fw-normal">(2)</small></a></li>
<li class="nav-item"><a class="nav-link" href="#!"> <i class="far fa-heart me-1"></i><small class="text-gray fw-normal"> (0)</small></a></li>
<li class="nav-item"><a class="nav-link" href="#!"> <i class="fas fa-user me-1 text-gray fw-normal"></i>Login</a></li>
</ul>
</div>
</nav>
</div>
</header>
<!-- Modal -->
<div class="modal fade" id="productView" tabindex="-1">
<div class="modal-dialog modal-lg modal-dialog-centered">
<div class="modal-content overflow-hidden border-0">
<button class="btn-close p-4 position-absolute top-0 end-0 z-index-20 shadow-0" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
<div class="modal-body p-0">
<div class="row align-items-stretch">
<div class="col-lg-6 p-lg-0"><a class="glightbox product-view d-block h-100 bg-cover bg-center" style="background: url(img/product-5.jpg)" href="img/product-5.jpg" data-gallery="gallery1" data-glightbox="Red digital smartwatch"></a><a class="glightbox d-none" href="img/product-5-alt-1.jpg" data-gallery="gallery1" data-glightbox="Red digital smartwatch"></a><a class="glightbox d-none" href="img/product-5-alt-2.jpg" data-gallery="gallery1" data-glightbox="Red digital smartwatch"></a></div>
<div class="col-lg-6">
<div class="p-4 my-md-4">
<ul class="list-inline mb-2">
<li class="list-inline-item m-0"><i class="fas fa-star small text-warning"></i></li>
<li class="list-inline-item m-0 1"><i class="fas fa-star small text-warning"></i></li>
<li class="list-inline-item m-0 2"><i class="fas fa-star small text-warning"></i></li>
<li class="list-inline-item m-0 3"><i class="fas fa-star small text-warning"></i></li>
<li class="list-inline-item m-0 4"><i class="fas fa-star small text-warning"></i></li>
</ul>
<h2 class="h4">Red digital smartwatch</h2>
<p class="text-muted">$250</p>
<p class="text-sm mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ut ullamcorper leo, eget euismod orci. Cum sociis natoque penatibus et magnis dis parturient montes nascetur ridiculus mus. Vestibulum ultricies aliquam convallis.</p>
<div class="row align-items-stretch mb-4 gx-0">
<div class="col-sm-7">
<div class="border d-flex align-items-center justify-content-between py-1 px-3"><span class="small text-uppercase text-gray mr-4 no-select">Quantity</span>
<div class="quantity">
<button class="dec-btn p-0"><i class="fas fa-caret-left"></i></button>
<input class="form-control border-0 shadow-0 p-0" type="text" value="1">
<button class="inc-btn p-0"><i class="fas fa-caret-right"></i></button>
</div>
</div>
</div>
<div class="col-sm-5"><a class="btn btn-dark btn-sm w-100 h-100 d-flex align-items-center justify-content-center px-0" href="cart.html">Add to cart</a></div>
</div><a class="btn btn-link text-dark text-decoration-none p-0" href="#!"><i class="far fa-heart me-2"></i>Add to wish list</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- HERO SECTION-->
<div class="container">
<section class="hero pb-3 bg-cover bg-center d-flex align-items-center" style="background: url(img/hero-banner-alt.jpg)">
<div class="container py-5">
<div class="row px-4 px-lg-5">
<div class="col-lg-6">
<p class="text-muted small text-uppercase mb-2">New Inspiration 2020</p>
<h1 class="h2 text-uppercase mb-3">20% off on new season</h1><a class="btn btn-dark" href="shop.html">Browse collections</a>
</div>
</div>
</div>
</section>
<!-- CATEGORIES SECTION-->
<section class="pt-5">
<header class="text-center">
<p class="small text-muted small text-uppercase mb-1">Carefully created collections</p>
<h2 class="h5 text-uppercase mb-4">Browse our categories</h2>
</header>
<div class="row">
<div class="col-md-4"><a class="category-item" href="shop.html"><img class="img-fluid" src="img/cat-img-1.jpg" alt=""/><strong class="category-item-title">Clothes</strong></a>
</div>
<div class="col-md-4"><a class="category-item mb-4" href="shop.html"><img class="img-fluid" src="img/cat-img-2.jpg" alt=""/><strong class="category-item-title">Shoes</strong></a><a class="category-item" href="shop.html"><img class="img-fluid" src="img/cat-img-3.jpg" alt=""/><strong class="category-item-title">Watches</strong></a>
</div>
<div class="col-md-4"><a class="category-item" href="shop.html"><img class="img-fluid" src="img/cat-img-4.jpg" alt=""/><strong class="category-item-title">Electronics</strong></a>
</div>
</div>
</section>
<!-- TRENDING PRODUCTS-->
<section class="py-5">
<header>
<p class="small text-muted small text-uppercase mb-1">Made the hard way</p>
<h2 class="h5 text-uppercase mb-4">Top trending products</h2>
</header>
<div class="row">
<!-- PRODUCT-->
<table class="col-xl-3 col-lg-4 col-sm-6" id="bodyd">
</table>
</section>
<!-- SERVICES-->
<section class="py-5 bg-light">
<div class="container">
<div class="row text-center gy-3">
<div class="col-lg-4">
<div class="d-inline-block">
<div class="d-flex align-items-end">
<svg class="svg-icon svg-icon-big svg-icon-light">
<use xlink:href="#delivery-time-1"> </use>
</svg>
<div class="text-start ms-3">
<h6 class="text-uppercase mb-1">Free shipping</h6>
<p class="text-sm mb-0 text-muted">Free shipping worldwide</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="d-inline-block">
<div class="d-flex align-items-end">
<svg class="svg-icon svg-icon-big svg-icon-light">
<use xlink:href="#helpline-24h-1"> </use>
</svg>
<div class="text-start ms-3">
<h6 class="text-uppercase mb-1">24 x 7 service</h6>
<p class="text-sm mb-0 text-muted">Free shipping worldwide</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="d-inline-block">
<div class="d-flex align-items-end">
<svg class="svg-icon svg-icon-big svg-icon-light">
<use xlink:href="#label-tag-1"> </use>
</svg>
<div class="text-start ms-3">
<h6 class="text-uppercase mb-1">Festivaloffers</h6>
<p class="text-sm mb-0 text-muted">Free shipping worldwide</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- NEWSLETTER-->
<section class="py-5">
<div class="container p-0">
<div class="row gy-3">
<div class="col-lg-6">
<h5 class="text-uppercase">Let's be friends!</h5>
<p class="text-sm text-muted mb-0">Nisi nisi tempor consequat laboris nisi.</p>
</div>
<div class="col-lg-6">
<form action="#">
<div class="input-group">
<input class="form-control form-control-lg" type="email" placeholder="Enter your email address" aria-describedby="button-addon2">
<button class="btn btn-dark" id="button-addon2" type="submit">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
</section>
</div>
<footer class="bg-dark text-white">
<div class="container py-4">
<div class="row py-5">
<div class="col-md-4 mb-3 mb-md-0">
<h6 class="text-uppercase mb-3">Customer services</h6>
<ul class="list-unstyled mb-0">
<li><a class="footer-link" href="#!">Help & Contact Us</a></li>
<li><a class="footer-link" href="#!">Returns & Refunds</a></li>
<li><a class="footer-link" href="#!">Online Stores</a></li>
<li><a class="footer-link" href="#!">Terms & Conditions</a></li>
</ul>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<h6 class="text-uppercase mb-3">Company</h6>
<ul class="list-unstyled mb-0">
<li><a class="footer-link" href="#!">What We Do</a></li>
<li><a class="footer-link" href="#!">Available Services</a></li>
<li><a class="footer-link" href="#!">Latest Posts</a></li>
<li><a class="footer-link" href="#!">FAQs</a></li>
</ul>
</div>
<div class="col-md-4">
<h6 class="text-uppercase mb-3">Social media</h6>
<ul class="list-unstyled mb-0">
<li><a class="footer-link" href="#!">Twitter</a></li>
<li><a class="footer-link" href="#!">Instagram</a></li>
<li><a class="footer-link" href="#!">Tumblr</a></li>
<li><a class="footer-link" href="#!">Pinterest</a></li>
</ul>
</div>
</div>
<div class="border-top pt-4" style="border-color: #1d1d1d !important">
<div class="row">
<div class="col-md-6 text-center text-md-start">
<p class="small text-muted mb-0">© 2021 All rights reserved.</p>
</div>
<div class="col-md-6 text-center text-md-end">
<p class="small text-muted mb-0">Template designed by <a class="text-white reset-anchor" href="https://bootstrapious.com/p/boutique-bootstrap-e-commerce-template">Bootstrapious</a></p>
<!-- If you want to remove the backlink, please purchase the Attribution-Free License. See details in readme.txt or license.txt. Thanks!-->
</div>
</div>
</div>
</div>
</footer>
<!-- JavaScript files-->
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/glightbox/js/glightbox.min.js"></script>
<script src="vendor/nouislider/nouislider.min.js"></script>
<script src="vendor/swiper/swiper-bundle.min.js"></script>
<script src="vendor/choices.js/public/assets/scripts/choices.min.js"></script>
<script src="js/front.js"></script>
<script>
// ------------------------------------------------------- //
// Inject SVG Sprite -
// see more here
// https://css-tricks.com/ajaxing-svg-sprite/
// ------------------------------------------------------ //
function injectSvgSprite(path) {
var ajax = new XMLHttpRequest();
ajax.open("GET", path, true);
ajax.send();
ajax.onload = function(e) {
var div = document.createElement("div");
div.className = 'd-none';
div.innerHTML = ajax.responseText;
document.body.insertBefore(div, document.body.childNodes[0]);
}
}
// this is set to BootstrapTemple website as you cannot
// inject local SVG sprite (using only 'icons/orion-svg-sprite.svg' path)
// while using file:// protocol
// pls don't forget to change to your domain :)
injectSvgSprite('https://bootstraptemple.com/files/icons/orion-svg-sprite.svg');
</script>
<!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</div>
</body>
</html>