forked from andirayka/tamanAdiwiyataMtsnSidoarjo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
627 lines (574 loc) · 33.4 KB
/
blog.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
625
626
627
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Alazea - Gardening & Landscaping HTML Template</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-circle"></div>
<div class="preloader-img">
<img src="img/core-img/leaf.png" alt="">
</div>
</div>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<!-- ***** Top Header Area ***** -->
<div class="top-header-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="top-header-content d-flex align-items-center justify-content-between">
<!-- Top Header Content -->
<div class="top-header-meta">
<a href="#" data-toggle="tooltip" data-placement="bottom" title="[email protected]"><i class="fa fa-envelope-o" aria-hidden="true"></i> <span>Email: [email protected]</span></a>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="+1 234 122 122"><i class="fa fa-phone" aria-hidden="true"></i> <span>Call Us: +1 234 122 122</span></a>
</div>
<!-- Top Header Content -->
<div class="top-header-meta d-flex">
<!-- Language Dropdown -->
<div class="language-dropdown">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle mr-30" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Language</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">USA</a>
<a class="dropdown-item" href="#">UK</a>
<a class="dropdown-item" href="#">Bangla</a>
<a class="dropdown-item" href="#">Hindi</a>
<a class="dropdown-item" href="#">Spanish</a>
<a class="dropdown-item" href="#">Latin</a>
</div>
</div>
</div>
<!-- Login -->
<div class="login">
<a href="#"><i class="fa fa-user" aria-hidden="true"></i> <span>Login</span></a>
</div>
<!-- Cart -->
<div class="cart">
<a href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> <span>Cart <span class="cart-quantity">(1)</span></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Navbar Area ***** -->
<div class="alazea-main-menu">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="alazeaNav">
<!-- Nav Brand -->
<a href="index.html" class="nav-brand"><img src="img/core-img/logo.png" alt=""></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Navbar Start -->
<div class="classynav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Pages</a>
<ul class="dropdown">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="shop.html">Shop</a>
<ul class="dropdown">
<li><a href="shop.html">Shop</a></li>
<li><a href="shop-details.html">Shop Details</a></li>
<li><a href="cart.html">Shopping Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
</ul>
</li>
<li><a href="portfolio.html">Portfolio</a>
<ul class="dropdown">
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="single-portfolio.html">Portfolio Details</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a>
<ul class="dropdown">
<li><a href="blog.html">Blog</a></li>
<li><a href="single-post.html">Blog Details</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
<li><a href="shop.html">Shop</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- Search Icon -->
<div id="searchIcon">
<i class="fa fa-search" aria-hidden="true"></i>
</div>
</div>
<!-- Navbar End -->
</div>
</nav>
<!-- Search Form -->
<div class="search-form">
<form action="#" method="get">
<input type="search" name="search" id="search" placeholder="Type keywords & press enter...">
<button type="submit" class="d-none"></button>
</form>
<!-- Close Icon -->
<div class="closeIcon"><i class="fa fa-times" aria-hidden="true"></i></div>
</div>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<!-- ##### Breadcrumb Area Start ##### -->
<div class="breadcrumb-area">
<!-- Top Breadcrumb Area -->
<div class="top-breadcrumb-area bg-img bg-overlay d-flex align-items-center justify-content-center" style="background-image: url(img/bg-img/24.jpg);">
<h2>BLOG DEFAULT</h2>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#"><i class="fa fa-home"></i> Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Blog</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<!-- ##### Breadcrumb Area End ##### -->
<!-- ##### Blog Area Start ##### -->
<section class="alazea-blog-area mb-100">
<div class="container">
<div class="row">
<div class="col-12 col-md-8">
<div class="row">
<!-- Single Blog Post Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-post mb-50">
<div class="post-thumbnail mb-30">
<a href="single-post.html"><img src="img/bg-img/6.jpg" alt=""></a>
</div>
<div class="post-content">
<a href="single-post.html" class="post-title">
<h5>Garden designers across the country forecast ideas shaping the gardening world in 2018</h5>
</a>
<div class="post-meta">
<a href="#"><i class="fa fa-clock-o" aria-hidden="true"></i> 20 Jun 2018</a>
<a href="#"><i class="fa fa-user" aria-hidden="true"></i> Alan Jackson</a>
</div>
<p class="post-excerpt">Integer luctus diam ac scerisque consectetur. Vimus ottawas nec lacus sit amet. Aenean interdus mid vitae.</p>
</div>
</div>
</div>
<!-- Single Blog Post Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-post mb-50">
<div class="post-thumbnail mb-30">
<a href="single-post.html"><img src="img/bg-img/7.jpg" alt=""></a>
</div>
<div class="post-content">
<a href="single-post.html" class="post-title">
<h5>2018 Midwest Tree and Shrub Conference: Resilient Plants for a Lasting Landscape</h5>
</a>
<div class="post-meta">
<a href="#"><i class="fa fa-clock-o" aria-hidden="true"></i> 20 Jun 2018</a>
<a href="#"><i class="fa fa-user" aria-hidden="true"></i> Christina Aguilera</a>
</div>
<p class="post-excerpt">Integer luctus diam ac scerisque consectetur. Vimus ottawas nec lacus sit amet. Aenean interdus mid vitae.</p>
</div>
</div>
</div>
<!-- Single Blog Post Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-post mb-50">
<div class="post-thumbnail mb-30">
<a href="single-post.html"><img src="img/bg-img/8.jpg" alt=""></a>
</div>
<div class="post-content">
<a href="single-post.html" class="post-title">
<h5>The summer coming up, it’s time for both us and the flowers to soak up the sunshine</h5>
</a>
<div class="post-meta">
<a href="#"><i class="fa fa-clock-o" aria-hidden="true"></i> 19 Jun 2018</a>
<a href="#"><i class="fa fa-user" aria-hidden="true"></i> Mason Jenkins</a>
</div>
<p class="post-excerpt">Integer luctus diam ac scerisque consectetur. Vimus ottawas nec lacus sit amet. Aenean interdus mid vitae.</p>
</div>
</div>
</div>
<!-- Single Blog Post Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-post mb-50">
<div class="post-thumbnail mb-30">
<a href="single-post.html"><img src="img/bg-img/6.jpg" alt=""></a>
</div>
<div class="post-content">
<a href="single-post.html" class="post-title">
<h5>Garden designers across the country forecast ideas shaping the gardening world in 2018</h5>
</a>
<div class="post-meta">
<a href="#"><i class="fa fa-clock-o" aria-hidden="true"></i> 20 Jun 2018</a>
<a href="#"><i class="fa fa-user" aria-hidden="true"></i> Alan Jackson</a>
</div>
<p class="post-excerpt">Integer luctus diam ac scerisque consectetur. Vimus ottawas nec lacus sit amet. Aenean interdus mid vitae.</p>
</div>
</div>
</div>
<!-- Single Blog Post Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-post mb-50">
<div class="post-thumbnail mb-30">
<a href="single-post.html"><img src="img/bg-img/7.jpg" alt=""></a>
</div>
<div class="post-content">
<a href="single-post.html" class="post-title">
<h5>2018 Midwest Tree and Shrub Conference: Resilient Plants for a Lasting Landscape</h5>
</a>
<div class="post-meta">
<a href="#"><i class="fa fa-clock-o" aria-hidden="true"></i> 20 Jun 2018</a>
<a href="#"><i class="fa fa-user" aria-hidden="true"></i> Christina Aguilera</a>
</div>
<p class="post-excerpt">Integer luctus diam ac scerisque consectetur. Vimus ottawas nec lacus sit amet. Aenean interdus mid vitae.</p>
</div>
</div>
</div>
<!-- Single Blog Post Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-post mb-50">
<div class="post-thumbnail mb-30">
<a href="single-post.html"><img src="img/bg-img/8.jpg" alt=""></a>
</div>
<div class="post-content">
<a href="single-post.html" class="post-title">
<h5>The summer coming up, it’s time for both us and the flowers to soak up the sunshine</h5>
</a>
<div class="post-meta">
<a href="#"><i class="fa fa-clock-o" aria-hidden="true"></i> 19 Jun 2018</a>
<a href="#"><i class="fa fa-user" aria-hidden="true"></i> Mason Jenkins</a>
</div>
<p class="post-excerpt">Integer luctus diam ac scerisque consectetur. Vimus ottawas nec lacus sit amet. Aenean interdus mid vitae.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<nav aria-label="Page navigation">
<ul class="pagination">
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#"><i class="fa fa-angle-right"></i></a></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="post-sidebar-area">
<!-- ##### Single Widget Area ##### -->
<div class="single-widget-area">
<form action="#" method="get" class="search-form">
<input type="search" name="search" id="widgetsearch" placeholder="Search...">
<button type="submit"><i class="icon_search"></i></button>
</form>
</div>
<!-- ##### Single Widget Area ##### -->
<div class="single-widget-area">
<!-- Title -->
<div class="widget-title">
<h4>Recent post</h4>
</div>
<!-- Single Latest Posts -->
<div class="single-latest-post d-flex align-items-center">
<div class="post-thumb">
<img src="img/bg-img/30.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="post-title">
<h6>New Harris Bugg design for Bridgewater</h6>
</a>
<a href="#" class="post-date">20 Jun 2018</a>
</div>
</div>
<!-- Single Latest Posts -->
<div class="single-latest-post d-flex align-items-center">
<div class="post-thumb">
<img src="img/bg-img/31.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="post-title">
<h6>The designers will create a new kitchen garden</h6>
</a>
<a href="#" class="post-date">20 Jun 2018</a>
</div>
</div>
<!-- Single Latest Posts -->
<div class="single-latest-post d-flex align-items-center">
<div class="post-thumb">
<img src="img/bg-img/32.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="post-title">
<h6>SGD Members win Best of Houzz Design Award</h6>
</a>
<a href="#" class="post-date">20 Jun 2018</a>
</div>
</div>
<!-- Single Latest Posts -->
<div class="single-latest-post d-flex align-items-center">
<div class="post-thumb">
<img src="img/bg-img/33.jpg" alt="">
</div>
<div class="post-content">
<a href="#" class="post-title">
<h6>Shepherding Vegetables From Roof to Restaurant</h6>
</a>
<a href="#" class="post-date">20 Jun 2018</a>
</div>
</div>
</div>
<!-- ##### Single Widget Area ##### -->
<div class="single-widget-area">
<!-- Title -->
<div class="widget-title">
<h4>Tag Cloud</h4>
</div>
<!-- Tags -->
<ol class="popular-tags d-flex flex-wrap">
<li><a href="#">PLANTS</a></li>
<li><a href="#">NEW PRODUCTS</a></li>
<li><a href="#">CACTUS</a></li>
<li><a href="#">DESIGN</a></li>
<li><a href="#">NEWS</a></li>
<li><a href="#">TRENDING</a></li>
<li><a href="#">VIDEO</a></li>
<li><a href="#">GARDEN DESIGN</a></li>
</ol>
</div>
<!-- ##### Single Widget Area ##### -->
<div class="single-widget-area">
<!-- Title -->
<div class="widget-title">
<h4>BEST SELLER</h4>
</div>
<!-- Single Best Seller Products -->
<div class="single-best-seller-product d-flex align-items-center">
<div class="product-thumbnail">
<a href="shop-details.html"><img src="img/bg-img/4.jpg" alt=""></a>
</div>
<div class="product-info">
<a href="shop-details.html">Cactus Flower</a>
<p>$10.99</p>
<div class="ratings">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div>
</div>
<!-- Single Best Seller Products -->
<div class="single-best-seller-product d-flex align-items-center">
<div class="product-thumbnail">
<a href="shop-details.html"><img src="img/bg-img/5.jpg" alt=""></a>
</div>
<div class="product-info">
<a href="shop-details.html">Tulip Flower</a>
<p>$11.99</p>
<div class="ratings">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div>
</div>
<!-- Single Best Seller Products -->
<div class="single-best-seller-product d-flex align-items-center">
<div class="product-thumbnail">
<a href="shop-details.html"><img src="img/bg-img/34.jpg" alt=""></a>
</div>
<div class="product-info">
<a href="shop-details.html">Recuerdos Plant</a>
<p>$9.99</p>
<div class="ratings">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Blog Area End ##### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area bg-img" style="background-image: url(img/bg-img/3.jpg);">
<!-- Main Footer Area -->
<div class="main-footer-area">
<div class="container">
<div class="row">
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget">
<div class="footer-logo mb-30">
<a href="#"><img src="img/core-img/logo.png" alt=""></a>
</div>
<p>Lorem ipsum dolor sit samet, consectetur adipiscing elit. India situs atione mantor</p>
<div class="social-info">
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget">
<div class="widget-title">
<h5>QUICK LINK</h5>
</div>
<nav class="widget-nav">
<ul>
<li><a href="#">Purchase</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Payment</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Return</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#">Career</a></li>
<li><a href="#">Orders</a></li>
<li><a href="#">Policities</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget">
<div class="widget-title">
<h5>BEST SELLER</h5>
</div>
<!-- Single Best Seller Products -->
<div class="single-best-seller-product d-flex align-items-center">
<div class="product-thumbnail">
<a href="shop-details.html"><img src="img/bg-img/4.jpg" alt=""></a>
</div>
<div class="product-info">
<a href="shop-details.html">Cactus Flower</a>
<p>$10.99</p>
</div>
</div>
<!-- Single Best Seller Products -->
<div class="single-best-seller-product d-flex align-items-center">
<div class="product-thumbnail">
<a href="shop-details.html"><img src="img/bg-img/5.jpg" alt=""></a>
</div>
<div class="product-info">
<a href="shop-details.html">Tulip Flower</a>
<p>$11.99</p>
</div>
</div>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget">
<div class="widget-title">
<h5>CONTACT</h5>
</div>
<div class="contact-information">
<p><span>Address:</span> 505 Silk Rd, New York</p>
<p><span>Phone:</span> +1 234 122 122</p>
<p><span>Email:</span> [email protected]</p>
<p><span>Open hours:</span> Mon - Sun: 8 AM to 9 PM</p>
<p><span>Happy hours:</span> Sat: 2 PM to 4 PM</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom Area -->
<div class="footer-bottom-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="border-line"></div>
</div>
<!-- Copywrite Text -->
<div class="col-12 col-md-6">
<div class="copywrite-text">
<p>© <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
<!-- Footer Nav -->
<div class="col-12 col-md-6">
<div class="footer-nav">
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area End ##### -->
<!-- ##### All Javascript Files ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>