-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproduct-single.html
414 lines (397 loc) · 25.3 KB
/
product-single.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
<!doctype html>
<html lang="en">
<head>
<title>Talas - Product</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="assets/images/favicon.svg" type="image/svg+xml" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/custom.css">
<script src="https://kit.fontawesome.com/60cb1c2f84.js" crossorigin="anonymous"></script>
</head>
<body style="background-color: white;">
<!-- Navbar Section -->
<nav class="navbar fixed-top sticky-top navbar-expand-lg navbar-light blur px-md-8 px-lg-20 px-xl-5">
<a class="navbar-brand px-lg-5 px-xl-5" href="./index.html">
<img src="assets/images/logo.png" width="auto" height="52" class="d-inline-block align-top" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarScroll" aria-controls="navbarScroll" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarScroll">
<ul class="navbar-nav mr-5 my-2 my-lg-0 navbar-nav-scroll">
<li class="nav-item">
<a class="nav-link font-talas-head" href="./index.html">Home</a>
</li>
<li class="nav-item ">
<a class="nav-link font-talas-head" href="./product.html">Product</a>
</li>
<li class="nav-item ">
<a class="nav-link font-talas-head" href="./recipes.html">Recipes</a>
</li>
<li class="nav-item">
<a class="nav-link font-talas-head" href="./blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link font-talas-head" href="./about.html">About Us</a>
</li>
</ul>
</div>
</nav>
<!-- Head Section -->
<section class="main d-flex bg-light py-5 page-head-image">
<div class="container justify-content-center">
<div class="section-title">
<h1 class="display-3 font-weight-bold font-talas-head text-color-talas text-center">
Product
</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb bg-transparent d-flex justify-content-center">
<li class="breadcrumb-item font-talas-head"><a class="text-dark" href="./index.html">Home</a></li>
<li class="breadcrumb-item font-talas-head"><a class="text-dark" href="./product.html">Product</a></li>
<li class="breadcrumb-item active font-talas-head" aria-current="page">Talas Pratama</li>
</ol>
</nav>
</div>
</div>
</section>
<!-- Product Detail Section -->
<section class="main py-4">
<div class="container-fluid px-lg-5">
<div class="row px-lg-5">
<div class="col-12 col-lg-5 col-md-5">
<!-- <div class="card mb-4 px-lg-2" style="border: none;">
<img class="img-fluid card-img-top rounded-lg" src="assets/images/taro-product-1.png" style="aspect-ratio: 1/1;object-fit: cover;"></img>
<div class="card-body px-0">
<div class="row">
<div class="col-3">
<img class="img-fluid rounded-lg" src="assets/images/taro-product-1.png" style="aspect-ratio: 1/1;object-fit: cover;"></img>
</div>
<div class="col-3">
<img class="img-fluid rounded-lg" src="assets/images/taro-product-1.png" style="aspect-ratio: 1/1;object-fit: cover;"></img>
</div>
<div class="col-3">
<img class="img-fluid rounded-lg" src="assets/images/taro-product-1.png" style="aspect-ratio: 1/1;object-fit: cover;"></img>
</div>
<div class="col-3">
<img class="img-fluid rounded-lg" src="assets/images/taro-product-1.png" style="aspect-ratio: 1/1;object-fit: cover;"></img>
</div>
</div>
</div>
</div> -->
<div class="carousel-container position-relative">
<!-- Sorry! Lightbox doesn't work - yet. -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-slide-number="0">
<img src="https://source.unsplash.com/Pn6iimgM-wo/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/Pn6iimgM-wo/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
<div class="carousel-item" data-slide-number="1">
<img src="https://source.unsplash.com/tXqVe7oO-go/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/tXqVe7oO-go/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
<div class="carousel-item" data-slide-number="2">
<img src="https://source.unsplash.com/qlYQb7B9vog/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/qlYQb7B9vog/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
<div class="carousel-item" data-slide-number="3">
<img src="https://source.unsplash.com/QfEfkWk1Uhk/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/QfEfkWk1Uhk/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
<div class="carousel-item" data-slide-number="4">
<img src="https://source.unsplash.com/CSIcgaLiFO0/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/CSIcgaLiFO0/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
<div class="carousel-item" data-slide-number="5">
<img src="https://source.unsplash.com/a_xa7RUKzdc/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/a_xa7RUKzdc/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
<div class="carousel-item" data-slide-number="6">
<img src="https://source.unsplash.com/uanoYn1AmPs/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/uanoYn1AmPs/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
<div class="carousel-item" data-slide-number="7">
<img src="https://source.unsplash.com/_snqARKTgoc/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/_snqARKTgoc/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
<div class="carousel-item" data-slide-number="8">
<img src="https://source.unsplash.com/M9F8VR0jEPM/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/M9F8VR0jEPM/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
<div class="carousel-item" data-slide-number="9">
<img src="https://source.unsplash.com/Q1p7bh3SHj8/1600x900/" class="d-block w-100" alt="..." data-remote="https://source.unsplash.com/Q1p7bh3SHj8/" data-type="image" data-toggle="lightbox" data-gallery="example-gallery">
</div>
</div>
</div>
<!-- Carousel Navigation -->
<div id="carousel-thumbs" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row mx-0">
<div id="carousel-selector-0" class="thumb col-4 col-sm-2 px-1 py-2 selected" data-target="#myCarousel" data-slide-to="0">
<img src="https://source.unsplash.com/Pn6iimgM-wo/600x400/" class="img-fluid" alt="...">
</div>
<div id="carousel-selector-1" class="thumb col-4 col-sm-2 px-1 py-2" data-target="#myCarousel" data-slide-to="1">
<img src="https://source.unsplash.com/tXqVe7oO-go/600x400/" class="img-fluid" alt="...">
</div>
<div id="carousel-selector-2" class="thumb col-4 col-sm-2 px-1 py-2" data-target="#myCarousel" data-slide-to="2">
<img src="https://source.unsplash.com/qlYQb7B9vog/600x400/" class="img-fluid" alt="...">
</div>
<div id="carousel-selector-3" class="thumb col-4 col-sm-2 px-1 py-2" data-target="#myCarousel" data-slide-to="3">
<img src="https://source.unsplash.com/QfEfkWk1Uhk/600x400/" class="img-fluid" alt="...">
</div>
<div id="carousel-selector-4" class="thumb col-4 col-sm-2 px-1 py-2" data-target="#myCarousel" data-slide-to="4">
<img src="https://source.unsplash.com/CSIcgaLiFO0/600x400/" class="img-fluid" alt="...">
</div>
<div id="carousel-selector-5" class="thumb col-4 col-sm-2 px-1 py-2" data-target="#myCarousel" data-slide-to="5">
<img src="https://source.unsplash.com/a_xa7RUKzdc/600x400/" class="img-fluid" alt="...">
</div>
</div>
</div>
<div class="carousel-item">
<div class="row mx-0">
<div id="carousel-selector-6" class="thumb col-4 col-sm-2 px-1 py-2" data-target="#myCarousel" data-slide-to="6">
<img src="https://source.unsplash.com/uanoYn1AmPs/600x400/" class="img-fluid" alt="...">
</div>
<div id="carousel-selector-7" class="thumb col-4 col-sm-2 px-1 py-2" data-target="#myCarousel" data-slide-to="7">
<img src="https://source.unsplash.com/_snqARKTgoc/600x400/" class="img-fluid" alt="...">
</div>
<div id="carousel-selector-8" class="thumb col-4 col-sm-2 px-1 py-2" data-target="#myCarousel" data-slide-to="8">
<img src="https://source.unsplash.com/M9F8VR0jEPM/600x400/" class="img-fluid" alt="...">
</div>
<div id="carousel-selector-9" class="thumb col-4 col-sm-2 px-1 py-2" data-target="#myCarousel" data-slide-to="9">
<img src="https://source.unsplash.com/Q1p7bh3SHj8/600x400/" class="img-fluid" alt="...">
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carousel-thumbs" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-thumbs" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div> <!-- /row -->
</div>
<div class="col-12 col-lg-4 col-md-4">
<h3 class="font-weight-bold display-5">Talas Paratama</h3>
<p class="text-secondary font-talas-body text-justify py-3" style="font-size: 1.1rem;">
Taro contains complex carbohydrates and fiber with a low glycemic index which is useful for maintaining health, the main function of which is to maintain the stability of blood sugar in the human body. In addition, the content of fiber, potassium, calcium and antioxidants contained in taro serves to maintain the stability of cholesterol content in the blood to maintain normal blood pressure, increase bone strength, reduce the risk of cancer and help maintain weight stability.
</p>
<p class="text-secondary font-talas-body text-justify" style="font-size: 1.1rem;">
Tags : Taro, Export, Local Food, Healty Food
</p>
<button class="btn rounded-lg bg-talas text-white mb-3">
<i class="fa-brands fa-whatsapp fa-lg"></i>
Order now
</button>
</div>
<div class="col-12 col-lg-3 col-md-3">
<p class="text-dark font-talas-body text-justify" style="font-size: 1.1rem;">
For product pricing, customization, or other inquiries:
</p>
<!-- List -->
<ul class="list-unstyled list-py-1 mb-5">
<li>
<a class="link text-dark font-talas-head" href="#">
<i class="fa-solid fa-envelope mr-2"></i> taroindonesia@gmail.com
</a>
</li>
<li>
<p class="text-dark font-talas-head" href="#">
<i class="fa-solid fa-phone mr-2"></i>+62 81320382637
</p>
</li>
</ul>
<!-- End List -->
</div>
</div>
</div>
</section>
<!-- Another Product List Section -->
<section class="main px-lg-5 mb-3">
<div class="container-fluid px-lg-5">
<div class="section-title">
<h3 class="display-5 font-weight-bold font-talas-head">
Another Products
</h3>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-6 my-2">
<a href="#">
<div class="card py-3 px-3 rounded-lg bg-light" style="border: none;">
<img src="assets/images/taro-product-1.png" class="rounded-lg" alt="">
<h5 class="card-title text-dark mt-3 font-talas-body">Talas Pratama | 1 Kg</h5>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6 my-2">
<a href="#">
<div class="card py-3 px-3 rounded-lg bg-light" style="border: none;">
<img src="assets/images/taro-product-1.png" class="rounded-lg" alt="">
<h5 class="card-title text-dark mt-3 font-talas-body">Talas Pratama | 1 Kg</h5>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6 my-2">
<a href="#">
<div class="card py-3 px-3 rounded-lg bg-light" style="border: none;">
<img src="assets/images/taro-product-1.png" class="rounded-lg" alt="">
<h5 class="card-title text-dark mt-3 font-talas-body">Talas Pratama | 1 Kg</h5>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<section class="main bg-talas py-5">
<div class="container-fluid">
<div class="row px-lg-5 px-xl-5 mx-lg-5 mx-xl-5">
<div class="col-sm-12 col-md-12 col-lg-3 col-xl-3 py-3 py-md-3">
<h2 class="display-5 font-weight-bold text-white font-talas-head">
About Us
</h2>
<!-- always visible on any screen -->
<p class="my-2 text-white font-talas-head font-weight-light" style="line-height: 2rem;">
We help you to get high quality of taro, we care, we growth together, in fertil soil Indonesia.
</p>
<button type="button" class="btn btn-circle blur" href="#">
<i class="fa-brands fa-instagram text-white"></i>
</button>
<button type="button" class="btn btn-circle blur" href="#">
<i class="fa-brands fa-twitter text-white"></i>
</button>
<button type="button" class="btn btn-circle blur" href="#">
<i class="fa-brands fa-youtube text-white"></i>
</button>
</div>
<div class="col-sm-12 col-md-12 col-lg-3 col-xl-3 py-3 py-md-3">
<h2 class="display-5 font-weight-bold text-white font-talas-head">
Quick Link
</h2>
<!-- List -->
<ul class="list-unstyled list-py-1 mb-0">
<li><a class="link-sm link-secondary text-white font-talas-head" href="./index.html">Home <i class="bi-box-arrow-up-right small ms-1"></i></a></li>
<li><a class="link-sm link-secondary text-white font-talas-head" href="./products.html">Product</a></li>
<li><a class="link-sm link-secondary text-white font-talas-head" href="./recipes.html">Recipes</a></li>
<li><a class="link-sm link-secondary text-white font-talas-head" href="./blog.html">Blog</a></li>
<li><a class="link-sm link-secondary text-white font-talas-head" href="./about.html">About Us</a></li>
</ul>
<!-- End List -->
</div>
<div class="col-sm-12 col-md-12 col-lg-3 col-xl-3 py-3 py-md-3">
<h2 class="display-5 font-weight-bold text-white font-talas-head">
Product
</h2>
<!-- List -->
<ul class="list-unstyled list-py-1 mb-0">
<li><a class="link-sm link-secondary text-white font-talas-head" href="./product-single.html">Paratama Taro <i class="bi-box-arrow-up-right small ms-1"></i></a></li>
<li><a class="link-sm link-secondary text-white font-talas-head" href="./product-single.html">Taro Flour</a></li>
<li><a class="link-sm link-secondary text-white font-talas-head" href="./product-single.html">Purple Taro</a></li>
</ul>
<!-- End List -->
</div>
<div class="col-sm-12 col-md-12 col-lg-3 col-xl-3 py-3 py-md-3">
<h2 class="display-5 font-weight-bold text-white font-talas-head">
Reach Us
</h2>
<!-- List -->
<ul class="list-unstyled list-py-1 mb-5">
<li>
<a class="link text-white font-talas-head" href="#">
<i class="fa-solid fa-envelope mr-2"></i> taroindonesia@gmail.com
</a>
</li>
<li>
<p class="text-white font-talas-head" href="#">
<i class="fa-solid fa-phone mr-2"></i>+62 81320382637
</p>
</li>
<li>
<p class="text-white font-talas-head" href="#">
<i class="fa-solid fa-location-dot mr-2"></i> Jl. Pembanguann III No.13, RT 12 RW 1, Petojo Utara, Kecamatan Gambir, Kota Jakarta Pusat, DKI Jakarta 10130
</p>
</li>
</ul>
<!-- End List -->
</div>
</div>
<!-- End Row -->
<!-- Copyright -->
<div class="row">
<div class="col-12">
<div class="w-md-85 text-lg-center mx-lg-auto">
<p class="text-white font-talas-body text-center">© 2022 Universal Taro Indonesia.</p>
</div>
</div>
</div>
<!-- End Copyright -->
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" crossorigin="anonymous"></script>
<script>
$('#myCarousel').carousel({
interval: false
});
$('#carousel-thumbs').carousel({
interval: false
});
// handles the carousel thumbnails
// https://stackoverflow.com/questions/25752187/bootstrap-carousel-with-thumbnails-multiple-carousel
$('[id^=carousel-selector-]').click(function() {
var id_selector = $(this).attr('id');
var id = parseInt( id_selector.substr(id_selector.lastIndexOf('-') + 1) );
$('#myCarousel').carousel(id);
});
// Only display 3 items in nav on mobile.
if ($(window).width() < 575) {
$('#carousel-thumbs .row div:nth-child(4)').each(function() {
var rowBoundary = $(this);
$('<div class="row mx-0">').insertAfter(rowBoundary.parent()).append(rowBoundary.nextAll().addBack());
});
$('#carousel-thumbs .carousel-item .row:nth-child(even)').each(function() {
var boundary = $(this);
$('<div class="carousel-item">').insertAfter(boundary.parent()).append(boundary.nextAll().addBack());
});
}
// Hide slide arrows if too few items.
if ($('#carousel-thumbs .carousel-item').length < 2) {
$('#carousel-thumbs [class^=carousel-control-]').remove();
$('.machine-carousel-container #carousel-thumbs').css('padding','0 5px');
}
// when the carousel slides, auto update
$('#myCarousel').on('slide.bs.carousel', function(e) {
var id = parseInt( $(e.relatedTarget).attr('data-slide-number') );
$('[id^=carousel-selector-]').removeClass('selected');
$('[id=carousel-selector-'+id+']').addClass('selected');
});
// when user swipes, go next or previous
$('#myCarousel').swipe({
fallbackToMouseEvents: true,
swipeLeft: function(e) {
$('#myCarousel').carousel('next');
},
swipeRight: function(e) {
$('#myCarousel').carousel('prev');
},
allowPageScroll: 'vertical',
preventDefaultEvents: false,
threshold: 75
});
/*
$(document).on('click', '[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
});
*/
$('#myCarousel .carousel-item img').on('click', function(e) {
var src = $(e.target).attr('data-remote');
if (src) $(this).ekkoLightbox();
});
</script>
</body>
</html>