-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-tab.html
83 lines (77 loc) · 3.65 KB
/
blog-tab.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
<div class="pb-2" >
<h1 class="title title--h1 first-title title__separate">Blog</h1>
</div>
<div class="news-grid pb-0" hidden>
<!-- Post -->
<article class="news-item box">
<div class="news-item__image-wrap overlay overlay--45">
<div class="news-item__date">Sep 16, 2019</div>
<a class="news-item__link" href="single-post.html"></a>
<img class="cover lazyload" loading="lazy" src="assets/img/image_02.jpg" alt="" />
</div>
<div class="news-item__caption">
<h2 class="title title--h4">Design Conferences in 2019</h2>
<p>Veritatis et quasi architecto beatae vitae dicta sunt, explicabo.</p>
</div>
</article>
<!-- Post -->
<article class="news-item box">
<div class="news-item__image-wrap overlay overlay--45">
<div class="news-item__date">Sep 15, 2019</div>
<a class="news-item__link" href="single-post.html"></a>
<img class="cover lazyload" loading="lazy" src="assets/img/image_06.jpg" alt="" />
</div>
<div class="news-item__caption">
<h2 class="title title--h4">Best Fonts Every Designer</h2>
<p>Sed ut perspiciatis, nam libero tempore, cum soluta nobis est eligendi.</p>
</div>
</article>
<!-- Post -->
<article class="news-item box">
<div class="news-item__image-wrap overlay overlay--45">
<div class="news-item__date">Sep 14, 2019</div>
<a class="news-item__link" href="single-post.html"></a>
<img class="cover lazyload" loading="lazy" src="assets/img/image_08.jpg" alt="" />
</div>
<div class="news-item__caption">
<h2 class="title title--h4">Design Digest #80</h2>
<p>Excepteur sint occaecat cupidatat no proident, quis nostrum exercitationem ullam corporis suscipit.</p>
</div>
</article>
<!-- Post -->
<article class="news-item box">
<div class="news-item__image-wrap overlay overlay--45">
<div class="news-item__date">Sep 13, 2019</div>
<a class="news-item__link" href="single-post.html"></a>
<img class="cover lazyload" loading="lazy" src="assets/img/image_07.jpg" alt="" />
</div>
<div class="news-item__caption">
<h2 class="title title--h4">UI Interactions of the week</h2>
<p>Enim ad minim veniam, consectetur adipiscing elit, quis nostrud exercitation ullamco laboris nisi.</p>
</div>
</article>
<!-- Post -->
<article class="news-item box">
<div class="news-item__image-wrap overlay overlay--45">
<div class="news-item__date">Sep 12, 2019</div>
<a class="news-item__link" href="single-post.html"></a>
<img class="cover lazyload" loading="lazy" src="assets/img/image_05.jpg" alt="" />
</div>
<div class="news-item__caption">
<h2 class="title title--h4">The Forgotten Art of Spacing</h2>
<p>Maxime placeat, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</article>
<!-- Post -->
<article class="news-item box">
<div class="news-item__image-wrap overlay overlay--45">
<div class="news-item__date">Sep 15, 2019</div>
<a class="news-item__link" href="single-post.html"></a>
<img class="cover lazyload" loading="lazy" src="assets/img/image_01.jpg" alt="" />
</div>
<div class="news-item__caption">
<h2 class="title title--h4">Design Digest #79</h2>
<p>Optio cumque nihil impedit uo minus quod maxime placeat, velit esse cillum.</p>
</div>
</article>
</div>