-
Notifications
You must be signed in to change notification settings - Fork 0
/
detail-left-sidebar.html
967 lines (883 loc) · 42.2 KB
/
detail-left-sidebar.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
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
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ideabox - Material Blog/Magazine Template</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,900&subset=latin-ext" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Tooltip plugin (zebra) css file -->
<link rel="stylesheet" type="text/css" href="plugins/zebra-tooltip/zebra_tooltips.min.css">
<!-- Owl Carousel plugin css file. only used pages -->
<link rel="stylesheet" type="text/css" href="plugins/owl-carousel/assets/owl.carousel.min.css">
<!-- Ideabox main theme css file. you have to add all pages -->
<link rel="stylesheet" type="text/css" href="css/main-style.css">
<!-- Ideabox responsive css file -->
<link rel="stylesheet" type="text/css" href="css/responsive-style.css">
</head>
<body>
<!-- header start -->
<header class="header">
<div class="header-wrapper">
<!--sidebar menu toggler start -->
<div class="toggle-sidebar material-button">
<i class="material-icons"></i>
</div>
<!--sidebar menu toggler end -->
<!--logo start -->
<div class="logo-box">
<h1>
<a href="index-2.html" class="logo"></a>
</h1>
</div>
<!--logo end -->
<div class="header-menu">
<!-- header left menu start -->
<ul class="header-navigation" data-show-menu-on-mobile>
<li>
<a href="#" class="material-button submenu-toggle">HOME</a>
<div class="header-submenu">
<ul>
<li><a href="index-2.html">Home demo 1</a></li>
<li><a href="index2.html">Home demo 2</a></li>
<li><a href="index3.html">Home demo 3</a></li>
<li><a href="index4.html">Home demo 4</a></li>
<li><a href="index5.html">Home demo 5</a></li>
<li><a href="index6.html">Home demo 6</a></li>
</ul>
</div>
</li>
<li>
<a href="#" class="material-button submenu-toggle">POSTS</a>
<div class="header-submenu">
<ul>
<li><a href="list-timeline.html">List timeline</a></li>
<li><a href="list-two-column.html">List column 2</a></li>
<li><a href="list-three-column.html">List column 3</a></li>
<li><a href="detail-standart.html">Detail standart</a></li>
<li><a href="detail-parallax.html">Detail parallax</a></li>
<li><a href="detail-with-large-adbox.html">Detail adbox 1</a></li>
<li><a href="detail-with-slim-adbox.html">Detail adbox 2</a></li>
<li><a href="detail-left-sidebar.html">Left sidebar</a></li>
<li><a href="detail-left-sidebar-adbox.html">Left sidebar adbox</a></li>
<li><a href="detail-full-width.html">Full width</a></li>
</ul>
</div>
</li>
<li>
<a href="#" class="material-button submenu-toggle">VIDEO</a>
<div class="header-submenu">
<ul>
<li><a href="video-standart.html">Video standart</a></li>
<li><a href="video-iframe.html">Video iframe</a></li>
<li><a href="video-custom-player.html">Video custom player</a></li>
</ul>
</div>
</li>
<li>
<a href="#" class="material-button submenu-toggle">EXTRA PAGES <i class="material-icons"></i></a>
<div class="header-submenu">
<ul>
<li><a href="authors.html">Authors</a></li>
<li><a href="author-posts-1.html">Author posts-column</a></li>
<li><a href="author-posts-2.html">Author posts-timeline</a></li>
<li><a href="about-us.html">About us</a></li>
<li><a href="privacy-policy.html">Privacy policy</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="error.html">Error</a></li>
</ul>
</div>
</li>
</ul>
<!-- header left menu end -->
</div>
<div class="header-right with-seperator">
<!-- header right menu start -->
<ul class="header-navigation">
<li>
<a href="#" class="material-button search-toggle"><i class="material-icons"></i></a>
</li>
<li>
<a href="#" class="material-button submenu-toggle"><i class="material-icons"></i> <span class="hide-on-tablet">Account</span></a>
<div class="header-submenu">
<ul>
<li><a href="#" data-modal="loginModal">Login</a></li>
<li><a href="#" data-modal="registerModal">Register</a></li>
</ul>
</div>
</li>
<li class="hide-on-mobile"><a href="#" class="material-button" data-modal="newsletterModal"><i class="material-icons"></i></a></li>
</ul>
<!-- header right menu end -->
</div>
<!--header search panel start -->
<div class="search-bar">
<form class="search-form">
<div class="search-input-wrapper">
<input type="text" name="qq" placeholder="search something..." class="search-input">
<button type="submit" name="search" class="search-submit"><i class="material-icons"></i></button>
</div>
<span class="search-close search-toggle">
<i class="material-icons"></i>
</span>
</form>
</div>
<!--header search panel end -->
</div>
</header>
<!-- header end -->
<!-- Left sidebar menu start -->
<div class="sidebar">
<div class="sidebar-wrapper">
<!-- side menu logo start -->
<div class="sidebar-logo">
<a href="#"></a>
<div class="sidebar-toggle-button">
<i class="material-icons"></i>
</div>
</div>
<!-- side menu logo end -->
<!-- showing on mobile screen sizes -->
<!-- mobile menu start -->
<div id="mobileMenu">
<div class="sidebar-seperate"></div>
</div>
<!-- mobile menu end -->
<!-- sidebar menu start -->
<ul class="sidebar-menu">
<li class="active">
<a href="#" class="material-button">
<span class="menu-icon"><i class="material-icons"></i></span>
<span class="menu-label">Home</span>
</a>
</li>
<li>
<a href="#" class="material-button">
<span class="menu-icon"><i class="material-icons"></i></span>
<span class="menu-label">Videos</span>
</a>
</li>
<li>
<a href="#" class="material-button">
<span class="menu-icon"><i class="material-icons"></i></span>
<span class="menu-label">Posts</span>
</a>
</li>
<li>
<a href="#" class="material-button">
<span class="menu-icon"><i class="material-icons"></i></span>
<span class="menu-label">Contact</span>
</a>
</li>
<li>
<a href="#" class="material-button">
<span class="menu-icon"><i class="material-icons"></i></span>
<span class="menu-label">Multi Menu</span>
<span class="multimenu-icon"><i class="material-icons"></i></span>
</a>
<ul>
<li>
<a href="#"><span class="menu-label">Menu Level 1</span></a>
</li>
<li>
<a href="#"><span class="menu-label">Menu Level 2</span></a>
</li>
<li>
<a href="#"><span class="menu-label">Menu Level 3</span></a>
</li>
</ul>
</li>
</ul>
<!-- sidebar menu end -->
<div class="sidebar-seperate"></div>
<!-- sidebar menu start -->
<ul class="sidebar-menu">
<li>
<a href="#" class="material-button">
<span class="menu-icon"><i class="material-icons"></i></span>
<span class="menu-label">Extra Menu One</span>
</a>
</li>
<li>
<a href="#" class="material-button">
<span class="menu-icon"><i class="material-icons"></i></span>
<span class="menu-label">Extra Menu Two</span>
</a>
</li>
<li>
<a href="#" class="material-button">
<span class="menu-icon"><i class="material-icons"></i></span>
<span class="menu-label">Extra Menu Three</span>
</a>
</li>
</ul>
<!-- sidebar menu end -->
<div class="sidebar-seperate"></div>
<!-- sidebar menu start -->
<ul class="sidebar-menu">
<li>
<a href="#" class="facebook material-button">
<span class="menu-label">Facebook</span>
</a>
</li>
<li>
<a href="#" class="twitter material-button">
<span class="menu-label">Twitter</span>
</a>
</li>
<li>
<a href="#" class="google-plus material-button">
<span class="menu-label">Google +</span>
</a>
</li>
</ul>
<!-- sidebar menu end -->
</div>
</div>
<!-- Left sidebar menu end -->
<!--Main container start -->
<main class="main-container">
<!-- Detail extra post start -->
<div class="extra-posts">
<div class="extra-post-wrapper">
<div class="columns column-2">
<article class="extra-post-box">
<a href="#" class="extra-post-link">
<div class="post-image">
<span><img src="img/news-test-images/news-img8.jpg" width="80" height="80"></span>
</div>
<div class="post-title">
Web Design Common Mistakes and Lessons Learned
<span class="post-date">September 14, 2018</span>
</div>
</a>
</article>
</div>
<div class="columns column-2">
<article class="extra-post-box">
<a href="#" class="extra-post-link">
<div class="post-image">
<span><img src="img/news-test-images/news-img8.jpg" width="80" height="80"></span>
</div>
<div class="post-title">
Web Design Common Mistakes and Lessons Learned
<span class="post-date">September 14, 2018</span>
</div>
</a>
</article>
</div>
<div class="columns column-2">
<article class="extra-post-box">
<a href="#" class="extra-post-link">
<div class="post-image">
<span><img src="img/news-test-images/news-img8.jpg" width="80" height="80"></span>
</div>
<div class="post-title">
Web Design Common Mistakes and Lessons Learned
<span class="post-date">September 14, 2018</span>
</div>
</a>
</article>
</div>
</div>
</div>
<!-- Detail extra post start -->
<section class="main-content sidebar-left">
<div class="main-content-wrapper">
<div class="content-body">
<!-- article body start -->
<article class="article-wrapper">
<div class="article-header">
<div class="breadcrumb">
<ul>
<li><a href="#"><span>Home</span></a> <i class="material-icons"></i></li>
<li><a href="#"><span>Technology</span></a> <i class="material-icons"></i></li>
<li><span>Lorem Ipsum is simply dummy text of the printing and typesetting</span></li>
</ul>
</div>
<div class="article-header-title">
<h1 class="article-title">It has survived not only five centuries but also the leap into electronic</h1>
</div>
<div class="article-meta-info">
<a href="#" class="author-name">Steve Jobs</a> —
<span class="article-post-date">49 minutes ago</span>
<span class="article-reading-time">reading time 2 minute</span>
</div>
</div>
<div class="article-content"> <!-- adbox120 or adbox160 -->
<div class="article-left-box">
<div class="article-left-box-inner">
<div class="article-share">
<a href="#" class="facebook"></a>
<a href="#" class="twitter"></a>
<a href="#" class="google-plus"></a>
</div>
<span class="add-to-favorite" data-zebra-tooltip title="Ad to favorite">
<i class="material-icons"></i>
</span>
<ul class="article-emoticons">
<li>
<a href="#" class="popular happy"></a><span>13</span>
<ul>
<li><a href="#" class="love"></a><span>7</span></li>
<li><a href="#" class="shocked"></a><span>5</span></li>
<li><a href="#" class="angry"></a><span>4</span></li>
<li><a href="#" class="crying"></a><span>1</span></li>
<li><a href="#" class="sleepy"></a><span>0</span></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="article-inner">
<div class="article-description">
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</div>
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<figure>
<img src="img/news-test-images/news-img4.jpg">
<figcaption>
Image Caption
</figcaption>
</figure>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<ul>
<li>galley of type and scrambled</li>
<li>text of the printing</li>
<li>lorem Ipsum has been the industry</li>
<li>and more recently with desktop</li>
</ul>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
<h3>It was popularised in the 1960s with the </h3>
<p>release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<h4>It has survived not only five centuries</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<blockquote>
Creativity is just connecting things. When you ask creative people how they did something, they feel a little guilty because they didn't really do it, they just saw something. It seemed obvious to them after a while. That's because they were able to connect experiences they've had and synthesize new things.
<span>Steve Jobs</span>
</blockquote>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
<figure class="left">
<img src="img/news-test-images/news-img8.jpg" width="300">
<figcaption>
Image Caption
</figcaption>
</figure>All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic</p>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>
<!-- article sources area start -->
<div class="article-source-box">
<div class="source-item">
<span class="source-subtitle">Source : </span>
<span class="source-url">https://themeforest.net/item/ideabox-mobile-web-ui-template/20489553</span>
</div>
<div class="source-item">
<span class="source-subtitle">Source : </span>
<span class="source-url">https://help.market.envato.com/hc/en-us/articles/202499864-How-to-Withdraw-Earnings</span>
</div>
</div>
<!-- article sources area end -->
<!-- article tags area start -->
<div class="article-tags">
<span class="tag-subtitle">Tags : </span>
<a href="#">theme</a><span class="tag-dot"></span>
<a href="#">template</a><span class="tag-dot"></span>
<a href="#">mobile ui</a>
</div>
<!-- article tags area end -->
</div>
<!--this is important for the left ad box or share box fixer -->
<div id="endOfTheArticle"></div>
<!-- More article unit start -->
<div class="more-article">
<div class="w-header">
<div class="w-title">Continue Reading</div>
<div class="w-seperator"></div>
</div>
<div class="more-posts">
<div class="columns column-2">
<article class="post-box" style="background-image: url(img/news-test-images/news-img5.jpg);">
<div class="post-overlay">
<a href="#" class="post-category" title="Title of blog post" rel="tag">Technology</a>
<h3 class="post-title">Slipknot’s Concert in Phoenix Showed Why Mayhem Fest Died</h3>
<div class="post-meta">
<div class="post-meta-author-avatar">
<img alt="avatar" src="https://scontent.fsgn5-4.fna.fbcdn.net/v/t1.0-9/27336189_738707599667136_989610683799502168_n.jpg?_nc_cat=102&_nc_oc=AQntthCkd5Ew3sv8vGR5lfHHTaAimzdmlN8qooPl_vdnBOMmA7jfqr5g7OqEPSMl1AM&_nc_ht=scontent.fsgn5-4.fna&oh=30fddc4a0719ddabe9ba6aee6a075df4&oe=5CD11C02" class="avatar" height="24" width="24">
</div>
<div class="post-meta-author-info">
<span class="post-meta-author-name">
<a href="#" title="Posts by John Doe" rel="author">John Doe</a>
</span>
<span class="middot">·</span>
<span class="post-meta-date">
<abbr class="published updated" title="December 4, 2017">12 November 2018</abbr>
</span>
</div>
</div>
</div>
<a href="#" class="post-overlayLink"></a>
</article>
</div>
<div class="columns column-2">
<article class="post-box" style="background-image: url(img/news-test-images/news-img1.jpg);">
<div class="post-overlay">
<a href="#" class="post-category" title="Title of blog post" rel="tag">Technology</a>
<h3 class="post-title">Slipknot’s Concert in Phoenix Showed Why Mayhem Fest Died</h3>
<div class="post-meta">
<div class="post-meta-author-avatar">
<img alt="avatar" src="https://scontent.fsgn5-4.fna.fbcdn.net/v/t1.0-9/27336189_738707599667136_989610683799502168_n.jpg?_nc_cat=102&_nc_oc=AQntthCkd5Ew3sv8vGR5lfHHTaAimzdmlN8qooPl_vdnBOMmA7jfqr5g7OqEPSMl1AM&_nc_ht=scontent.fsgn5-4.fna&oh=30fddc4a0719ddabe9ba6aee6a075df4&oe=5CD11C02" class="avatar" height="24" width="24">
</div>
<div class="post-meta-author-info">
<span class="post-meta-author-name">
<a href="#" title="Posts by John Doe" rel="author">John Doe</a>
</span>
<span class="middot">·</span>
<span class="post-meta-date">
<abbr class="published updated" title="December 4, 2017">12 November 2018</abbr>
</span>
</div>
</div>
</div>
<a href="#" class="post-overlayLink"></a>
</article>
</div>
<div class="columns column-2">
<article class="post-box" style="background-image: url(img/news-test-images/news-img6.jpg);">
<div class="post-overlay">
<a href="#" class="post-category" title="Title of blog post" rel="tag">Technology</a>
<h3 class="post-title">Slipknot’s Concert in Phoenix Showed Why Mayhem Fest Died</h3>
<div class="post-meta">
<div class="post-meta-author-avatar">
<img alt="avatar" src="https://scontent.fsgn5-4.fna.fbcdn.net/v/t1.0-9/27336189_738707599667136_989610683799502168_n.jpg?_nc_cat=102&_nc_oc=AQntthCkd5Ew3sv8vGR5lfHHTaAimzdmlN8qooPl_vdnBOMmA7jfqr5g7OqEPSMl1AM&_nc_ht=scontent.fsgn5-4.fna&oh=30fddc4a0719ddabe9ba6aee6a075df4&oe=5CD11C02" class="avatar" height="24" width="24">
</div>
<div class="post-meta-author-info">
<span class="post-meta-author-name">
<a href="#" title="Posts by John Doe" rel="author">John Doe</a>
</span>
<span class="middot">·</span>
<span class="post-meta-date">
<abbr class="published updated" title="December 4, 2017">12 November 2018</abbr>
</span>
</div>
</div>
</div>
<a href="#" class="post-overlayLink"></a>
</article>
</div>
</div>
</div>
<!-- More article unit end -->
<!-- article comment area start -->
<div class="article-comments">
<div class="w-header">
<div class="w-title">Comments (7)</div>
<div class="w-seperator"></div>
</div>
<div class="comment-form">
<form>
<div class="comment-columns">
<div class="frm-row columns column-2">
<input type="text" name="n" placeholder="Name" class="frm-input">
</div>
<div class="frm-row columns column-2">
<input type="text" name="e" placeholder="Email" class="frm-input">
</div>
<div class="frm-row columns column-2">
<input type="text" name="w" placeholder="Website" class="frm-input">
</div>
</div>
<div class="frm-row">
<textarea class="frm-input" rows="4" placeholder="Your comments..."></textarea>
</div>
<div class="frm-row">
<div class="comment-form-notice columns column-4">
<div>Your comments must be minimum 30 charachter.</div>
<div>You are commenting as a visitor, you can <a href="#" data-modal="loginModal">login</a> or <a href="#" data-modal="registerModal">register</a></div>
</div>
<div class="columns column-2">
<button type="button" class="frm-button full material-button">Send your comment</button>
</div>
<div class="clearfix"></div>
</div>
</form>
</div>
<div class="all-comments">
<!-- comment item start -->
<div class="comment-item">
<div class="comment-avatar">
<span class="comment-img"><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&f=y" width="50" height="50"></span>
</div>
<div class="comment-content">
<div class="comment-header">
<span class="author-name">Visitor</span> -
<span class="comment-date">3 hours ago</span>
</div>
<div class="comment-wrapper">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</div>
<div class="comment-meta">
<span class="replay-button">Replay</span>
<button type="button" class="comment-vote up-vote"><i class="material-icons"></i> <span class="vote-count">+7</span></button>
<button type="button" class="comment-vote down-vote"><i class="material-icons"></i> <span class="vote-count">-1</span></button>
</div>
</div>
</div>
<!-- comment item end -->
<!-- comment item start -->
<div class="comment-item">
<div class="comment-avatar">
<span class="comment-img"><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&f=y" width="50" height="50"></span>
</div>
<div class="comment-content">
<div class="comment-header">
<span class="author-name">Visitor</span> -
<span class="comment-date">3 hours ago</span>
</div>
<div class="comment-wrapper">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="comment-meta">
<span class="replay-button">Replay</span>
<button type="button" class="comment-vote up-vote"><i class="material-icons"></i> <span class="vote-count">+2</span></button>
<button type="button" class="comment-vote down-vote"><i class="material-icons"></i> <span class="vote-count">-1</span></button>
</div>
</div>
</div>
<!-- comment item end -->
<!-- comment item start -->
<div class="comment-item">
<div class="comment-avatar">
<span class="comment-img"><img src="https://scontent.fsgn5-4.fna.fbcdn.net/v/t1.0-9/27336189_738707599667136_989610683799502168_n.jpg?_nc_cat=102&_nc_oc=AQntthCkd5Ew3sv8vGR5lfHHTaAimzdmlN8qooPl_vdnBOMmA7jfqr5g7OqEPSMl1AM&_nc_ht=scontent.fsgn5-4.fna&oh=30fddc4a0719ddabe9ba6aee6a075df4&oe=5CD11C02" width="50" height="50"></span>
</div>
<div class="comment-content">
<div class="comment-header">
<a href="#" class="author-name">Mr. Spock</a> -
<span class="comment-date">3 hours ago</span>
</div>
<div class="comment-wrapper">
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</div>
<div class="comment-meta">
<span class="replay-button">Replay</span>
<button type="button" class="comment-vote up-vote"><i class="material-icons"></i> <span class="vote-count">+1</span></button>
<button type="button" class="comment-vote down-vote"><i class="material-icons"></i> <span class="vote-count">-12</span></button>
</div>
<!-- comment item start -->
<div class="comment-item">
<div class="comment-avatar">
<span class="comment-img"><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=mm&f=y" width="50" height="50"></span>
</div>
<div class="comment-content">
<div class="comment-header">
<span class="author-name">Visitor</span> -
<span class="comment-date">3 hours ago</span>
</div>
<div class="comment-wrapper">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</div>
<div class="comment-meta">
<span class="replay-button">Replay</span>
<button type="button" class="comment-vote up-vote"><i class="material-icons"></i> <span class="vote-count">+7</span></button>
<button type="button" class="comment-vote down-vote"><i class="material-icons"></i> <span class="vote-count">-1</span></button>
</div>
<!-- comment item start -->
<div class="comment-item">
<div class="comment-avatar">
<span class="comment-img"><img src="https://scontent.fsgn5-4.fna.fbcdn.net/v/t1.0-9/27336189_738707599667136_989610683799502168_n.jpg?_nc_cat=102&_nc_oc=AQntthCkd5Ew3sv8vGR5lfHHTaAimzdmlN8qooPl_vdnBOMmA7jfqr5g7OqEPSMl1AM&_nc_ht=scontent.fsgn5-4.fna&oh=30fddc4a0719ddabe9ba6aee6a075df4&oe=5CD11C02" width="50" height="50"></span>
</div>
<div class="comment-content">
<div class="comment-header">
<a href="#" class="author-name">Mr. Spock</a> -
<span class="comment-date">3 hours ago</span>
</div>
<div class="comment-wrapper">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</div>
<div class="comment-meta">
<span class="replay-button">Replay</span>
<button type="button" class="comment-vote up-vote"><i class="material-icons"></i> <span class="vote-count">+7</span></button>
<button type="button" class="comment-vote down-vote"><i class="material-icons"></i> <span class="vote-count">-1</span></button>
</div>
</div>
</div>
<!-- comment item end -->
</div>
</div>
<!-- comment item end -->
<!-- comment item start -->
<div class="comment-item">
<div class="comment-avatar">
<span class="comment-img"><img src="https://scontent.fsgn5-4.fna.fbcdn.net/v/t1.0-9/27336189_738707599667136_989610683799502168_n.jpg?_nc_cat=102&_nc_oc=AQntthCkd5Ew3sv8vGR5lfHHTaAimzdmlN8qooPl_vdnBOMmA7jfqr5g7OqEPSMl1AM&_nc_ht=scontent.fsgn5-4.fna&oh=30fddc4a0719ddabe9ba6aee6a075df4&oe=5CD11C02" width="50" height="50"></span>
</div>
<div class="comment-content">
<div class="comment-header">
<a href="#" class="author-name">Mr. Spock</a> -
<span class="comment-date">3 hours ago</span>
</div>
<div class="comment-wrapper">
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</div>
<div class="comment-meta">
<span class="replay-button">Replay</span>
<button type="button" class="comment-vote up-vote"><i class="material-icons"></i> <span class="vote-count">+7</span></button>
<button type="button" class="comment-vote down-vote"><i class="material-icons"></i> <span class="vote-count">-1</span></button>
</div>
</div>
</div>
<!-- comment item end -->
</div>
</div>
<!-- comment item end -->
</div>
</div>
<!-- article comment area start -->
</div>
</article>
<!-- article body end -->
</div>
<div class="content-sidebar">
<div class="sidebar_inner">
<div class="widget-item">
<div class="w-header">
<div class="w-title">Editor's Picks</div>
<div class="w-seperator"></div>
</div>
<div class="w-boxed-post">
<ul>
<li class="active">
<a href="#" style="background-image: url(img/news-test-images/news-img7.jpg);">
<div class="box-wrapper">
<div class="box-left">
<span>1</span>
</div>
<div class="box-right">
<h3 class="p-title">Things to Consider When Choosing City Moving Companies</h3>
<div class="p-icons">
213 likes . 124 comments
</div>
</div>
</div>
</a>
</li>
<li>
<a href="#" style="background-image: url(img/news-test-images/news-img5.jpg);">
<div class="box-wrapper">
<div class="box-left">
<span>2</span>
</div>
<div class="box-right">
<h3 class="p-title">Things to Consider When Choosing City Moving Companies</h3>
<div class="p-icons">
213 likes . 124 comments
</div>
</div>
</div>
</a>
</li>
<li>
<a href="#" style="background-image: url(img/news-test-images/news-img6.jpg);">
<div class="box-wrapper">
<div class="box-left">
<span>3</span>
</div>
<div class="box-right">
<h3 class="p-title">Things to Consider When Choosing City Moving Companies</h3>
<div class="p-icons">
213 likes . 124 comments
</div>
</div>
</div>
</a>
</li>
<li>
<a href="#" style="background-image: url(img/news-test-images/news-img3.jpg);">
<div class="box-wrapper">
<div class="box-left">
<span>4</span>
</div>
<div class="box-right">
<h3 class="p-title">Things to Consider When Choosing City Moving Companies</h3>
<div class="p-icons">
213 likes . 124 comments
</div>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="widget-item">
<div class="w-header">
<div class="w-title">Carousel Posts</div>
<div class="w-seperator"></div>
</div>
<div class="w-carousel-post">
<div class="owl-carousel" id="widgetCarousel">
<div class="item">
<a href="#">
<div class="w-play-img">
<img src="img/news-test-images/news-img4.jpg" width="300">
<span class="w-video-icon"><i class="material-icons"></i></span>
</div>
<span class="w-post-title">It has roots in a piece of classical Latin literature from</span>
</a>
</div>
<div class="item">
<a href="#">
<img src="img/news-test-images/news-img5.jpg" width="300">
<span class="w-post-title">Lorem Ipsum used since</span>
</a>
</div>
<div class="item">
<a href="#">
<img src="img/news-test-images/news-img6.jpg" width="300">
<span class="w-post-title">English versions from the 1914 translation</span>
</a>
</div>
<div class="item">
<a href="#">
<img src="img/news-test-images/news-img7.jpg" width="300">
<span class="w-post-title">The standard chunk of Lorem Ipsum used since</span>
</a>
</div>
</div>
</div>
</div>
<div class="seperator"></div>
<a href="#" class="widget-ad-box">
<img src="img/adbox300x250.png" width="300" height="250">
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Register popup html source start -->
<div class="m-modal-box" id="registerModal">
<div class="m-modal-overlay"></div>
<div class="m-modal-content small">
<div class="m-modal-header">
<h3 class="m-modal-title">Register</h3>
<span class="m-modal-close"><i class="material-icons"></i></span>
</div>
<div class="m-modal-body">
<div class="m-modal-social-logins">
<div class="columns column-2">
<button class="frm-button facebook material-button full" type="button">Facebook</button>
</div>
<div class="columns column-2">
<button class="frm-button twitter material-button full" type="button">Twitter</button>
</div>
<div class="columns column-2">
<button class="frm-button google material-button full" type="button">Google</button>
</div>
</div>
<div class="m-modal-seperator"><span>OR</span></div>
<form>
<div class="frm-row">
<input class="frm-input" type="text" name="name" placeholder="Name">
</div>
<div class="frm-row">
<input class="frm-input" type="text" name="username" placeholder="Username">
</div>
<div class="frm-row">
<input class="frm-input" type="text" name="email" placeholder="Email">
</div>
<div class="frm-row">
<input class="frm-input" type="text" name="password" placeholder="Password">
</div>
<div class="frm-row">
<label class="frm-check-radio-label"><input type="checkbox" name="test"> <span>I accept your <a href="#">register policy</a>.</span></label>
</div>
<div class="frm-row">
<button class="frm-button material-button full" type="button">Register</button>
</div>
</form>
<div class="frm-row">
<p class="txt-center">Do you already have an account? <a href="#" data-modal="loginModal">Login</a></p>
</div>
</div>
</div>
</div>
<!-- Register popup html source end ---->
<!-- Login popup html source start -->
<div class="m-modal-box" id="loginModal">
<div class="m-modal-overlay"></div>
<div class="m-modal-content small">
<div class="m-modal-header">
<h3 class="m-modal-title">Login</h3>
<span class="m-modal-close"><i class="material-icons"></i></span>
</div>
<div class="m-modal-body">
<div class="m-modal-social-logins">
<div class="columns column-3">
<button class="frm-button facebook material-button full" type="button">Facebook</button>
</div>
<div class="columns column-3">
<button class="frm-button google material-button full" type="button">Google</button>
</div>
</div>
<div class="m-modal-seperator"><span>OR</span></div>
<form>
<div class="frm-row">
<input class="frm-input" type="text" name="email" placeholder="Email">
</div>
<div class="frm-row">
<input class="frm-input" type="text" name="password" placeholder="Password">
</div>
<div class="frm-row">
<button class="frm-button material-button full" type="button">Login</button>
</div>
</form>
<div class="frm-row">
<p class="txt-center">Don't you have an account yet? <a href="#" data-modal="registerModal">Register</a></p>
</div>
</div>
</div>
</div>
<!-- Login popup html source end -->
<!-- Newsletter popup html source start -->
<div class="m-modal-box" id="newsletterModal">
<div class="m-modal-overlay"></div>
<div class="m-modal-content small">
<div class="m-modal-header">
<h3 class="m-modal-title">Newsletter</h3>
<span class="m-modal-close"><i class="material-icons"></i></span>
</div>
<div class="m-modal-body">
<p>Submit to our newsletter to receive exclusive stories delivered to you inbox!</p>
<form>
<div class="frm-row">
<input class="frm-input" type="text" name="email" placeholder="Email address">
</div>
<div class="frm-row">
<button class="frm-button material-button full" type="button">Send</button>
</div>
</form>
</div>
</div>
</div>
<!-- Newsletter popup html source end -->
<div class="overlay"></div>
<script src="js/jquery-3.2.1.min.js"></script>
<!-- Tooltip plugin (zebra) js file -->
<script src="plugins/zebra-tooltip/zebra_tooltips.min.js"></script>
<!-- Owl Carousel plugin js file -->
<script src="plugins/owl-carousel/owl.carousel.min.js"></script>
<!-- Ideabox theme js file. you have to add all pages. -->
<script src="js/main-script.js"></script>
<script type="text/javascript">
//widget carousel initialize
$('#widgetCarousel').owlCarousel({
dots:true,
nav:false,
items:1
})
</script>
</body>
</html>