-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog-single.html
354 lines (339 loc) · 21.8 KB
/
blog-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
<!doctype html>
<html lang="en">
<head>
<title>Talas - Blog</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 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">
Blog
</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="./blog.html">Blog</a></li>
<li class="breadcrumb-item active font-talas-head" aria-current="page">Travel’s theme for 2022? ‘Go big’</li>
</ol>
</nav>
</div>
</div>
</section>
<!-- Article Section -->
<section class="main py-4">
<div class="container-fluid px-lg-5">
<div class="row px-lg-5">
<!-- Blog -->
<div class="col-lg-8 col-md-8 col-12">
<!-- Article List -->
<div class="row no-gutters">
<!-- article cover -->
<div class="col-12">
<img class="img article-cover rounded-lg" src="assets/images/article-cover.jpeg" style="aspect-ratio: 2/1;object-fit: cover;">
</div>
<!-- article content -->
<div class="col-12 py-3 py-md-3">
<h5 class="mb-0 text-justify">This motivational video will help you achieve a better work-life balance</h3>
<div class="mb-1 text-dark small mb-3 mt-2">
<i class="fa-regular fa-calendar mr-3">
<span>22 Feb 2022</span>
</i>
<i class="fa-regular fa-folder">
<span>Lifestyle</span>
</i>
</div>
<p class="card-text mb-auto text-justify text-dark">Sara began the talk by chronicling her ‘busy’ life, she held up multiple work requirements and didn’t have any energy upon reaching home.</p>
<h6 class="font-weight-bold text-dark font-talas-head mt-4 mb-2">
Tags
</h4>
<!-- List -->
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<!-- End List -->
<br>
<br>
Share :
<a href="#" class="btn align-middle mr-2 btn" style="padding:0">
<img src="assets/images/icon-facebook.svg" class="img-fluid" alt="">
</a>
<a href="#" class="btn align-middle mr-2" style="padding:0">
<img src="assets/images/icon-instagram.svg" class="img-fluid" alt="">
</a>
<a href="#" class="btn align-middle mr-2" style="padding:0">
<img src="assets/images/icon-twitter.svg" class="img-fluid" alt="">
</a>
<a href="#" class="btn align-middle mr-2" style="padding:0">
<img src="assets/images/icon-whatsapp.svg" class="img-fluid" alt="">
</a>
</div>
</div>
</div>
<!-- Search, Category, Recent, Tag-->
<div class="col-lg-4 col-md-4 col-12">
<div class="row">
<!-- Form Search -->
<div class="col-12">
<div class="input-group my-2 form-search bg-light">
<input type="text" class="form-control bg-light form-search-none" placeholder="Search" aria-label="Search Product">
<button type="button" class="btn bg-transparent" href="#">
<i class="fa-solid fa-magnifying-glass"></i>
</button>
</div>
</div>
<!-- Category -->
<div class="col-12 my-3">
<h6 class="font-weight-bold text-dark font-talas-head">
Categories
</h4>
<!-- List -->
<ul class="list-group list-group-flush list-py-1 mb-0">
<li class="list-group-item"><a class="link-sm small link-secondary text-secondary font-talas-head" href="#">Food (20) <i class="bi-box-arrow-up-right small ms-1"></i></a></li>
<li class="list-group-item"><a class="link-sm small link-secondary text-secondary font-talas-head" href="#">Beauty (15)</a></li>
<li class="list-group-item"><a class="link-sm small link-secondary text-secondary font-talas-head" href="#">Lifestyle (10)</a></li>
<li class="list-group-item"><a class="link-sm small link-secondary text-secondary font-talas-head" href="#">Travel (8)</a></li>
<li class="list-group-item"><a class="link-sm small link-secondary text-secondary font-talas-head" href="#">Technology (5)</a></li>
</ul>
<!-- End List -->
</div>
<!-- Recent Article -->
<div class="col-12 my-1">
<ul class="nav nav-pills mb-3 justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link font-talas-head font-weight-bold active" id="pills-popular-tab" data-toggle="pill" href="#pills-popular" role="tab" aria-controls="pills-popular" aria-selected="true">
<h4>Popular</h5>
</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link font-talas-head font-weight-bold" id="pills-recent-tab" data-toggle="pill" href="#pills-recent" role="tab" aria-controls="pills-recent" aria-selected="false">
<h4>Recent</h5>
</a>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-popular" role="tabpanel" aria-labelledby="pills-popular-tab">
<!-- List article popular -->
<div class="row no-gutters mb-4 shadow-sm rounded-lg">
<!-- article cover -->
<div class="col-4">
<img class="img article-cover rounded-lg" src="assets/images/article-cover.jpeg">
</div>
<!-- article content -->
<div class="col-8 py-1 px-2">
<p class="mb-0 font-weight-bold text-dark text-justify">This motivational video will help you achieve a better work-life balance</h3>
<div class="mb-1 text-muted small mb-3 ">
<i class="fa-regular fa-calendar mr-3">
<span>22 Feb 2022</span>
</i>
</div>
<a href="#" class="stretched-link text-dark mt-3"></a>
</div>
</div>
<div class="row no-gutters mb-4 shadow-sm rounded-lg">
<!-- article cover -->
<div class="col-4">
<img class="img article-cover rounded-lg" src="assets/images/article-cover.jpeg">
</div>
<!-- article content -->
<div class="col-8 py-1 px-2">
<p class="mb-0 font-weight-bold text-dark text-justify">This motivational video will help you achieve a better work-life balance</h3>
<div class="mb-1 text-muted small mb-3 ">
<i class="fa-regular fa-calendar mr-3">
<span>22 Feb 2022</span>
</i>
</div>
<a href="#" class="stretched-link text-dark mt-3"></a>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-recent" role="tabpanel" aria-labelledby="pills-recent-tab">
<!-- List article recent -->
<div class="row no-gutters mb-4 shadow-sm rounded-lg">
<!-- article cover -->
<div class="col-4">
<img class="img article-cover rounded-lg" src="assets/images/article-cover.jpeg">
</div>
<!-- article content -->
<div class="col-8 py-1 px-2">
<p class="mb-0 font-weight-bold text-dark text-justify">This motivational video will help you achieve a better work-life balance</h3>
<div class="mb-1 text-muted small mb-3 ">
<i class="fa-regular fa-calendar mr-3">
<span>22 Feb 2022</span>
</i>
</div>
<a href="./blog-single.html" class="stretched-link text-dark mt-3"></a>
</div>
</div>
<div class="row no-gutters mb-4 shadow-sm rounded-lg">
<!-- article cover -->
<div class="col-4">
<img class="img article-cover rounded-lg" src="assets/images/article-cover.jpeg">
</div>
<!-- article content -->
<div class="col-8 py-1 px-2">
<p class="mb-0 font-weight-bold text-dark text-justify">This motivational video will help you achieve a better work-life balance</h3>
<div class="mb-1 text-muted small mb-3 ">
<i class="fa-regular fa-calendar mr-3">
<span>22 Feb 2022</span>
</i>
</div>
<a href="./blog-single.html" class="stretched-link text-dark mt-3"></a>
</div>
</div>
</div>
</div>
</div>
<!-- Tags Article -->
<div class="col-12">
<h6 class="font-weight-bold text-dark font-talas-head">
Tags
</h4>
<!-- List -->
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<a href="#"><span class="badge badge-light py-2 px-2 my-1">Happy Life</span></a>
<!-- End List -->
</div>
</div>
</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> [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>