-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
435 lines (420 loc) · 24.9 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
<!doctype html>
<html lang="en">
<head>
<title>Talas - Home</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/[email protected]/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 class="font-talas-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 active">
<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>
<!-- Hero Section -->
<section id="hero" class="d-flex align-items-center">
<div class="container-fluid">
<div class="row py-sm-5 py-md-0 py-xl-0 flex-column-reverse flex-sm-row flex-md-row flex-lg-row">
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 py-6 py-xl-0 py-lg-5 py-md-3 py-sm-1 d-flex align-items-center">
<div class="mb-4 text-xl-start px-md-0 px-lg-20 px-xl-5">
<!-- Caption -->
<!-- hidden only on sm -->
<h1 class="display-4 font-weight-bold text-color-talas font-talas-head d-none d-sm-none d-md-block d-lg-block d-xl-block">
From Fertile Soil Indonesia
</h1>
<!-- visible only on sm -->
<h1 class="display-5 font-weight-bold text-color-talas font-talas-head d-sm-block d-md-none d-lg-none d-xl-none">
From Fertile Soil Indonesia
</h1>
<!-- always visible on any screen -->
<h3 class="mb-5 mt-5 lead text-black pe-lg-6 font-talas-body" style="line-height: 2rem;">
Feel, the truthness taste of nature, and feel the savor, bring your live more healthy.
</h3>
<!-- List -->
<button type="button" href="#demo" class="btn text-white btn-lg bg-talas mr-2">View Product</button>
<button type="button" href="#demo" class="btn align-middle mr-lg-2 mr-xl-2 btn-lg">
<i class="fa-regular fa-circle-play fa-lg"></i>
Watch Video
</button>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center align-items-center pl-xl-4 pl-lg-4 pl-sm-0 pt-xl-4 pt-lg-4 pt-sm-0 pb-4 py-md-5" style="position: relative;">
<img src="assets/images/hero-daun-talas.svg" alt="" class="img-fluid" style="position: relative;">
<img src="assets/images/hero-talas.png" alt="" class="img w-50 mx-auto" style="z-index: 1; position: absolute">
</div>
</div>
</div>
</section>
<!-- About Us Section -->
<section class="main d-flex bg-light py-5">
<div class="container justify-content-center">
<div class="section-title">
<h2 class="display-4 font-weight-bold font-talas-head text-center">
About Us
</h2>
<h3 class="lead text-black font-talas-body text-center">
We are a leading provider of agricultural products in the Indonesian.
</h3>
</div>
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-10 col-sm-10 d-flex">
<div class="embed-responsive embed-responsive-16by9 my-4 rounded-video">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/0AcvxhE6UBU" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Sales Data -->
<section class="d-flex align-item-center">
<div class="container-fluid">
<div class="row">
<div class="col-4" style="padding: 0;">
<img src="assets/images/daun-talas-1.svg" alt="" class="img-fluid">
</div>
<div class="col-7 d-flex justify-content-center align-items-center">
<div class="row d-flex align-items-end flex-fill">
<div class="col-4 flex-fill my-md-2">
<!-- visible only for lg, xl -->
<h2 class="display-4 font-weight-bold font-talas-head text-color-talas text-center d-none d-lg-block d-xl-block">
60 +
</h2>
<!-- visible only for md -->
<h2 class="display-5 font-weight-bold font-talas-head text-color-talas text-center d-none d-md-block d-lg-none">
60 +
</h2>
<!-- visible only for md, lg, xl -->
<h3 class="display-6 lead text-color-talas font-talas-body text-center d-none d-md-block d-lg-block d-xl-block">
Country Reach
</h3>
<!-- visible only for sm -->
<p class="font-weight-bold font-talas-head text-color-talas text-center d-xs-block d-sm-block d-md-none d-lg-none d-xl-none">
60 +
</p>
<p class="text-color-talas small font-talas-body text-center d-xs-block d-sm-block d-md-none d-lg-none d-xl-none">
Country Reach
</p>
</div>
<div class="col-4 flex-fill my-md-2">
<!-- visible only for lg, xl -->
<h2 class="display-4 font-weight-bold font-talas-head text-color-talas text-center d-none d-lg-block d-xl-block">
14M KGs
</h2>
<!-- visible only for md -->
<h2 class="display-5 font-weight-bold font-talas-head text-color-talas text-center d-none d-md-block d-lg-none">
14M KGs
</h2>
<!-- visible only for md, lg, xl -->
<h3 class="display-6 lead text-color-talas font-talas-body text-center d-none d-md-block d-lg-block d-xl-block">
Exported Annually
</h3>
<!-- visible only for sm -->
<p class="font-weight-bold font-talas-head text-color-talas text-center d-xs-block d-sm-block d-md-none d-lg-none d-xl-none">
14M KGs
</p>
<p class="small text-color-talas font-talas-body text-center d-xs-block d-sm-block d-md-none d-lg-none d-xl-none">
Exported Annually
</p>
</div>
<div class="col-4 flex-fill my-md-2">
<!-- visible only for lg, xl -->
<h2 class="display-4 font-weight-bold font-talas-head text-color-talas text-center d-none d-lg-block d-xl-block">
100 +
</h2>
<!-- visible only for md -->
<h2 class="display-5 font-weight-bold font-talas-head text-color-talas text-center d-none d-md-block d-lg-none">
100 +
</h2>
<!-- visible only for md, lg, xl -->
<h3 class="display-6 lead text-color-talas font-talas-body text-center d-none d-md-block d-lg-block d-xl-block">
Local Farmer
</h3>
<!-- visible only for sm -->
<p class="font-weight-bold font-talas-head text-color-talas text-center d-xs-block d-sm-block d-md-none d-lg-none d-xl-none">
100 +
</p>
<p class="small text-color-talas font-talas-body text-center d-xs-block d-sm-block d-md-none d-lg-none d-xl-none">
Local Farmer
</p>
</div>
</div>
</div>
<div class="col-1 flex-container-column space-between" style="padding: 0;">
<img src="assets/images/talas-kanan-atas.svg" alt="" class="img-fluid">
<img src="assets/images/talas-kanan-bawah.svg" alt="" class="img-fluid">
</div>
</div>
</div>
</section>
<!-- Our Product -->
<section class="main d-flex bg-light py-5">
<div class="container-fluid justify-content-center">
<div class="section-title">
<h2 class="display-4 font-weight-bold font-talas-head text-center">
Our Products
</h2>
<h3 class="lead text-black font-talas-body text-center">
Explore our fresh & healty foods
</h3>
</div>
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center align-items-center pl-xl-4 pl-lg-4 pl-sm-0 pt-xl-4 pt-lg-4 pt-sm-0 pb-4 py-md-5" style="position: relative;">
<img src="assets/images/pratama-taro-illustration.svg" alt="" class="img-fluid mw-md-160" style="position: absolute;">
<img src="assets/images/pratama-taro-foto.png" alt="" class="img-fluid mx-auto" style="z-index: 1;">
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 py-6 py-xl-0 px-md-5 d-flex align-items-center">
<div class="mb-4 text-xl-start px-md-8 px-lg-20 px-xl-5">
<!-- Caption -->
<!-- hidden only on sm -->
<h1 class="display-5 font-weight-bold font-talas-head d-none d-sm-none d-md-block d-lg-block d-xl-block">
Pratama Taro
</h1>
<!-- visible only on sm -->
<h1 class="display-6 font-weight-bold font-talas-head d-sm-block d-md-none d-lg-none d-xl-none">
Pratama Taro
</h1>
<!-- always visible on any screen -->
<h4 class="my-2 lead text-black pe-lg-6 font-talas-body text-justify" style="line-height: 2rem;">
Leaf midrib is dark green-yellow (RHS 144-B), fast flowering, elongated tuber shape, the texture of the tuber meat is softer (less dense), fluffier. The tuber flesh is more fiber, more suitable when processed as chips (crispy).
</h4>
<!-- List -->
<a href="./product-single.html" class="btn align-middle mr-lg-2 mr-xl-2 btn-lg my-5" style="padding:0">
<u>Get Order</u>
</a>
</div>
</div>
</div>
<div class="row flex-column-reverse flex-sm-row flex-md-row flex-lg-row">
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 py-6 py-xl-0 px-md-5 d-flex align-items-center">
<div class="mb-4 text-xl-start px-md-8 px-lg-20 px-xl-5">
<!-- Caption -->
<!-- hidden only on sm -->
<h1 class="display-5 font-weight-bold font-talas-head d-none d-sm-none d-md-block d-lg-block d-xl-block">
Taro Flour
</h1>
<!-- visible only on sm -->
<h1 class="display-6 font-weight-bold font-talas-head d-sm-block d-md-none d-lg-none d-xl-none">
Taro Flour
</h1>
<!-- always visible on any screen -->
<h4 class="my-2 lead text-black pe-lg-6 font-talas-body text-justify" style="line-height: 2rem;">
Taro flour is a taro derivative product, this flour can be used to make food cake dough and a mixture of cosmetic ingredients Various preparations that are no less creative and innovative have been developed by the people of Indonesia. Taro flour has now been processed into various kinds of preparations such as brownies, layers, cookies, donuts, noodles to ice cream. Processed taro can also be a promising business opportunity with low capital.
</h4>
<!-- List -->
<a href="./product-single.html" class="btn align-middle mr-lg-2 mr-xl-2 btn-lg my-5" style="padding:0">
<u>Get Order</u>
</a>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center align-items-center pl-xl-4 pl-lg-4 pl-sm-0 pt-xl-4 pt-lg-4 pt-sm-0 pb-4 py-md-5" style="position: relative;">
<img src="assets/images/pratama-taro-illustration.svg" alt="" class="img-fluid mw-md-160" style="position: absolute;">
<img src="assets/images/taro-flour-photo.png" alt="" class="img-fluid mx-auto" style="z-index: 1;">
</div>
</div>
</div>
</section>
<!-- Recipes Section -->
<section class="main d-flex py-5">
<div class="container justify-content-center">
<div class="section-title">
<h2 class="display-4 font-weight-bold font-talas-head text-center">
Taro Recipes
</h2>
<h3 class="lead text-black font-talas-body text-center">
Explore our authentic taste of Indonesia recipes
</h3>
</div>
<div class="row py-3">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-6 my-3 ">
<a href="">
<img src="assets/images/recipes-1.png" class="img img-fluid rounded" alt="">
</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-6 my-3 ">
<a href="">
<img src="assets/images/recipes-2.png" class="img img-fluid rounded" alt="">
</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-6 my-3 ">
<a href="">
<img src="assets/images/recipes-3.png" class="img img-fluid rounded" alt="">
</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-6 my-3 ">
<a href="">
<img src="assets/images/recipes-4.png" class="img img-fluid rounded" alt="">
</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-6 my-3 ">
<a href="">
<img src="assets/images/recipes-5.png" class="img img-fluid rounded" alt="">
</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-6 my-3 ">
<a href="">
<img src="assets/images/recipes-6.png" class="img img-fluid rounded" alt="">
</a>
</div>
</div>
</div>
</section>
<!-- Owner Section -->
<section class="main d-flex bg-light py-5">
<div class="container-fluid justify-content-center">
<div class="section-title">
<h2 class="display-4 font-weight-bold font-talas-head text-center">
Meet The Owner
</h2>
<h3 class="lead text-black font-talas-body text-center">
Greeting from owner
</h3>
</div>
<div class="row px-lg-5 px-xl-5">
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center align-items-center pl-xl-5 pl-lg-5 pl-sm-0 pt-xl-4 pt-lg-4 pt-sm-0 pb-4 py-md-5">
<img src="assets/images/owner.png" alt="" class="img-fluid mw-md-160 rounded">
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 py-xl-0 d-flex align-items-center">
<div class="mb-4 text-xl-start px-md-8 px-lg-20 px-xl-5">
<!-- Caption -->
<!-- always visible on any screen -->
<h4 class="my-2 lead text-black pe-lg-6 font-talas-body text-justify" style="line-height: 2rem;">
“Hello there, thanks for coming up to our website, have you enjoy and feel the savor with our products, enjoy our high-quality taro, from our fertile soil Indonesia”.
</h4>
<!-- List -->
<a href="#" class="btn align-middle mr-lg-2 mr-xl-2 btn-lg my-5 mx-2" style="padding:0">
Get Connect :
</a>
<a href="#" class="btn rounded-circle align-middle mr-lg-2 mr-xl-2 btn-lg my-5 mx-2" style="padding:0">
<i class="fa-brands fa-instagram fa-2x"></i>
</a>
<a href="#" class="btn align-middle mr-lg-2 mr-xl-2 btn-lg my-5 mx-2" style="padding:0">
<i class="fa-brands fa-linkedin fa-2x"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<section class="main d-flex bg-talas pb-3 pt-5">
<div class="container-fluid align-items-center justify-content-center">
<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> [email protected]
</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/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" crossorigin="anonymous"></script>
</body>
</html>