-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfront-page.php
652 lines (584 loc) · 41.1 KB
/
front-page.php
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
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
<?php
get_header()
?>
<!-- LOADER -->
<div id="preloader">
<img class="preloader" src="assets/images/loader.gif" alt="">
</div><!-- end loader -->
<section class="section first-section">
<div class="container-fluid">
<div class="masonry-blog clearfix">
<div class="left-side">
<div class="masonry-box post-media">
<img src="assets/upload/blog_masonry_01.jpg" alt="" class="img-fluid">
<div class="shadoweffect">
<div class="shadow-desc">
<div class="blog-meta">
<span class="bg-aqua"><a href="blog-category-01.html" title="">Lifestyle</a></span>
<h4><a href="single.html" title="">The golden rules you need to know for a positive life</a></h4>
<small><a href="single.html" title="">24 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Amanda</a></small>
</div><!-- end meta -->
</div><!-- end shadow-desc -->
</div><!-- end shadow -->
</div><!-- end post-media -->
</div><!-- end left-side -->
<div class="center-side">
<div class="masonry-box post-media">
<img src="assets/upload/blog_masonry_02.jpg" alt="" class="img-fluid">
<div class="shadoweffect">
<div class="shadow-desc">
<div class="blog-meta">
<span class="bg-green"><a href="blog-category-01.html" title="">Travel</a></span>
<h4><a href="single.html" title="">5 places you should see</a></h4>
<small><a href="single.html" title="">24 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Amanda</a></small>
</div><!-- end meta -->
</div><!-- end shadow-desc -->
</div><!-- end shadow -->
</div><!-- end post-media -->
<div class="masonry-box small-box post-media">
<img src="assets/upload/blog_masonry_03.jpg" alt="" class="img-fluid">
<div class="shadoweffect">
<div class="shadow-desc">
<div class="blog-meta">
<span class="bg-green"><a href="blog-category-01.html" title="">Travel</a></span>
<h4><a href="single.html" title="">Separate your place with exotic hotels</a></h4>
</div><!-- end meta -->
</div><!-- end shadow-desc -->
</div><!-- end shadow -->
</div><!-- end post-media -->
<div class="masonry-box small-box post-media">
<img src="assets/upload/blog_masonry_04.jpg" alt="" class="img-fluid">
<div class="shadoweffect">
<div class="shadow-desc">
<div class="blog-meta">
<span class="bg-green"><a href="blog-category-01.html" title="">Travel</a></span>
<h4><a href="single.html" title="">What you need to know for child health</a></h4>
</div><!-- end meta -->
</div><!-- end shadow-desc -->
</div><!-- end shadow -->
</div><!-- end post-media -->
</div><!-- end left-side -->
<div class="right-side hidden-md-down">
<div class="masonry-box post-media">
<img src="assets/upload/blog_masonry_05.jpg" alt="" class="img-fluid">
<div class="shadoweffect">
<div class="shadow-desc">
<div class="blog-meta">
<span class="bg-aqua"><a href="blog-category-01.html" title="">Lifestyle</a></span>
<h4><a href="single.html" title="">The rules you need to know for a happy union</a></h4>
<small><a href="single.html" title="">03 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Jessica</a></small>
</div><!-- end meta -->
</div><!-- end shadow-desc -->
</div><!-- end shadow -->
</div><!-- end post-media -->
</div><!-- end right-side -->
</div><!-- end masonry -->
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="section-title">
<h3 class="color-aqua"><a href="blog-category-01.html" title="">Lifestyle</a></h3>
</div><!-- end title -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_05.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta big-meta">
<h4><a href="single.html" title="">The golden rules you need to know for a positive life</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-category-01.html" title="">Lifestyle</a></small>
<small><a href="single.html" title="">24 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Amanda</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_06.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta big-meta">
<h4><a href="single.html" title="">I have a desert visit this summer</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-category-01.html" title="">Lifestyle</a></small>
<small><a href="single.html" title="">22 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Martines</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end col -->
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="section-title">
<h3 class="color-pink"><a href="blog-category-01.html" title="">Fashion</a></h3>
</div><!-- end title -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_01.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">What is your favorite leather jacket color</a></h4>
<small><a href="blog-category-01.html" title="">Fashion</a></small>
<small><a href="blog-category-01.html" title="">21 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_02.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">Is summer, have you bought a cane</a></h4>
<small><a href="blog-category-01.html" title="">Fashion</a></small>
<small><a href="blog-category-01.html" title="">11 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
</div><!-- end col -->
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_03.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">This year's fashionable long beard</a></h4>
<small><a href="blog-category-01.html" title="">Fashion</a>, <a href="blog-category-01.html" title="">Man</a></small>
<small><a href="blog-category-01.html" title="">08 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_04.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">How to be more cool with clothing</a></h4>
<small><a href="blog-category-01.html" title="">Fashion</a>, <a href="blog-category-01.html" title="">Style</a></small>
<small><a href="blog-category-01.html" title="">04 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end col -->
</div><!-- end row -->
<hr class="invis1">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="banner-spot clearfix">
<div class="banner-img">
<img src="assets/upload/banner_01.jpg" alt="" class="img-fluid">
</div><!-- end banner-img -->
</div><!-- end banner -->
</div><!-- end col -->
</div><!-- end row -->
<hr class="invis1">
<div class="row">
<div class="col-lg-9">
<div class="blog-list clearfix">
<div class="section-title">
<h3 class="color-green"><a href="blog-category-01.html" title="">Travel</a></h3>
</div><!-- end title -->
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_square_01.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div><!-- end media -->
</div><!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="single.html" title="">5 Beautiful buildings you need to visit without dying</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-category-01.html" title="">Travel</a></small>
<small><a href="single.html" title="">21 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Boby</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_square_02.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div><!-- end media -->
</div><!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="single.html" title="">Let's make an introduction to the glorious world of history</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-category-01.html" title="">Travel</a></small>
<small><a href="single.html" title="">20 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Samanta</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_square_03.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div><!-- end media -->
</div><!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="single.html" title="">Did you see the most beautiful sea in the world?</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-category-01.html" title="">Travel</a></small>
<small><a href="single.html" title="">19 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Jackie</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
</div><!-- end blog-list -->
<hr class="invis">
<div class="blog-list clearfix">
<div class="section-title">
<h3 class="color-red"><a href="blog-category-01.html" title="">Food</a></h3>
</div><!-- end title -->
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_square_05.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div><!-- end media -->
</div><!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="single.html" title="">Banana-chip chocolate cake recipe</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-category-01.html" title="">Food</a></small>
<small><a href="single.html" title="">11 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Matilda</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_square_06.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div><!-- end media -->
</div><!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="single.html" title="">10 practical ways to choose organic vegetables</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-category-01.html" title="">Food</a></small>
<small><a href="single.html" title="">10 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Matilda</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_square_07.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div><!-- end media -->
</div><!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="single.html" title="">We are making homemade ravioli</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-category-01.html" title="">Food</a></small>
<small><a href="single.html" title="">09 July, 2017</a></small>
<small><a href="blog-author.html" title="">by Matilda</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
</div><!-- end blog-list -->
</div><!-- end col -->
<div class="col-lg-3">
<div class="section-title">
<h3 class="color-yellow"><a href="blog-category-01.html" title="">Vlogs</a></h3>
</div><!-- end title -->
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_10.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span class="videohover"></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">We are guests of ABC Design Studio - Vlog</a></h4>
<small><a href="blog-category-01.html" title="">Videos</a></small>
<small><a href="blog-category-01.html" title="">21 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_11.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span class="videohover"></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">Nostalgia at work</a></h4>
<small><a href="blog-category-01.html" title="">Videos</a></small>
<small><a href="blog-category-01.html" title="">20 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_12.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span class="videohover"></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">How to become a good vlogger</a></h4>
<small><a href="blog-category-01.html" title="">Beauty</a></small>
<small><a href="blog-category-01.html" title="">20 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="section-title">
<h3 class="color-grey"><a href="blog-category-01.html" title="">Health</a></h3>
</div><!-- end title -->
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_07.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">Opened the doors of the Istanbul spa center</a></h4>
<small><a href="blog-category-01.html" title="">Spa</a></small>
<small><a href="blog-category-01.html" title="">21 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_08.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">2017 trends in health tourism</a></h4>
<small><a href="blog-category-01.html" title="">Health</a></small>
<small><a href="blog-category-01.html" title="">20 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
<hr class="invis">
<div class="blog-box">
<div class="post-media">
<a href="single.html" title="">
<img src="assets/upload/blog_09.jpg" alt="" class="img-fluid">
<div class="hovereffect">
<span></span>
</div><!-- end hover -->
</a>
</div><!-- end media -->
<div class="blog-meta">
<h4><a href="single.html" title="">Experience the effects of miraculous stones</a></h4>
<small><a href="blog-category-01.html" title="">Beauty</a></small>
<small><a href="blog-category-01.html" title="">20 July, 2017</a></small>
</div><!-- end meta -->
</div><!-- end blog-box -->
</div><!-- end col -->
</div><!-- end row -->
<hr class="invis1">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="banner-spot clearfix">
<div class="banner-img">
<img src="assets/upload/banner_02.jpg" alt="" class="img-fluid">
</div><!-- end banner-img -->
</div><!-- end banner -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12 col-sm-12 col-xs-12">
<div class="widget">
<h2 class="widget-title">Recent Posts</h2>
<div class="blog-list-widget">
<div class="list-group">
<a href="single.html" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="w-100 justify-content-between">
<img src="assets/upload/blog_square_01.jpg" alt="" class="img-fluid float-left">
<h5 class="mb-1">5 Beautiful buildings you need to before dying</h5>
<small>12 Jan, 2016</small>
</div>
</a>
<a href="single.html" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="w-100 justify-content-between">
<img src="assets/upload/blog_square_02.jpg" alt="" class="img-fluid float-left">
<h5 class="mb-1">Let's make an introduction for creative life</h5>
<small>11 Jan, 2016</small>
</div>
</a>
<a href="single.html" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="w-100 last-item justify-content-between">
<img src="assets/upload/blog_square_03.jpg" alt="" class="img-fluid float-left">
<h5 class="mb-1">Did you see the most beautiful sea in the world?</h5>
<small>07 Jan, 2016</small>
</div>
</a>
</div>
</div><!-- end blog-list -->
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-4 col-md-12 col-sm-12 col-xs-12">
<div class="widget">
<h2 class="widget-title">Popular Posts</h2>
<div class="blog-list-widget">
<div class="list-group">
<a href="single.html" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="w-100 justify-content-between">
<img src="assets/upload/blog_square_04.jpg" alt="" class="img-fluid float-left">
<h5 class="mb-1">Banana-chip chocolate cake recipe with customs</h5>
<span class="rating">
<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>
</span>
</div>
</a>
<a href="single.html" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="w-100 justify-content-between">
<img src="assets/upload/blog_square_07.jpg" alt="" class="img-fluid float-left">
<h5 class="mb-1">10 practical ways to choose organic vegetables</h5>
<span class="rating">
<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>
</span>
</div>
</a>
<a href="single.html" class="list-group-item list-group-item-action flex-column align-items-start">
<div class="w-100 last-item justify-content-between">
<img src="assets/upload/blog_square_06.jpg" alt="" class="img-fluid float-left">
<h5 class="mb-1">We are making homemade ravioli, nice and good</h5>
<span class="rating">
<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>
</span>
</div>
</a>
</div>
</div><!-- end blog-list -->
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-4 col-md-12 col-sm-12 col-xs-12">
<div class="widget">
<h2 class="widget-title">Popular Categories</h2>
<div class="link-widget">
<ul>
<li><a href="#">Fahsion <span>(21)</span></a></li>
<li><a href="#">Lifestyle <span>(15)</span></a></li>
<li><a href="#">Art & Design <span>(31)</span></a></li>
<li><a href="#">Health Beauty <span>(22)</span></a></li>
<li><a href="#">Clothing <span>(66)</span></a></li>
<li><a href="#">Entertaintment <span>(11)</span></a></li>
<li><a href="#">Food & Drink <span>(87)</span></a></li>
</ul>
</div><!-- end link-widget -->
</div><!-- end widget -->
</div><!-- end col -->
</div><!-- end row -->
<hr class="invis1">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<div class="widget">
<div class="footer-text text-center">
<a href="index.html"><img src="assets/images/flogo.png" alt="" class="img-fluid"></a>
<p>Cloapedia is a personal blog for handcrafted, cameramade photography content, fashion styles from independent creatives around the world.</p>
<div class="social">
<a href="#" data-toggle="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="Instagram"><i class="fa fa-instagram"></i></a>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="Google Plus"><i class="fa fa-google-plus"></i></a>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="Pinterest"><i class="fa fa-pinterest"></i></a>
</div>
<hr class="invis">
<div class="newsletter-widget text-center">
<form class="form-inline">
<input type="text" class="form-control" placeholder="Enter your email address">
<button type="submit" class="btn btn-primary">Subscribe <i class="fa fa-envelope-open-o"></i></button>
</form>
</div><!-- end newsletter -->
</div><!-- end footer-text -->
</div><!-- end widget -->
</div><!-- end col -->
</div>
<div class="row">
<div class="col-md-12 text-center">
<br>
<div class="copyright">© Cloapedia. Design: <a href="http://html.design">HTML Design</a>.</div>
</div>
</div>
</div><!-- end container -->
</footer><!-- end footer -->
<div class="dmtop">Scroll to Top</div>
</div><!-- end wrapper -->
<?php
get_footer()
?>