-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.txt
35 lines (30 loc) · 1.21 KB
/
template.txt
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
<============================== Row 1 (left) ==============================>
<div class="row row-1">
<section>
<i class="icon fas fa-icon"></i>
<div class="details">
<span class="title">Title of Section 1</span>
<span class="date">3rd Jan 2021</span>
</div>
<p>Lorem ipsum dolor sit ameters consectetur adipisicing elit. Sed qui veroes praesentium maiores, sint eos vero sapiente voluptas debitis dicta dolore.</p>
<div class="bottom">
<a href="#">Read more</a>
<i>- text</i>
</div>
</section>
</div>
<============================== Row 2 (right) ==============================>
<div class="row row-2">
<section>
<i class="icon fab fa-icon"></i>
<div class="details">
<span class="date">Jan 2022</span>
<span class="title">Title of Section 2</span>
</div>
<p>Lorem ipsum dolor sit ameters consectetur adipisicing elit. Sed qui veroes praesentium maiores, sint eos vero sapiente voluptas debitis dicta dolore.</p>
<div class="bottom">
<a href="#">Read more</a>
<i>- text</i>
</div>
</section>
</div>