-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogs.html
52 lines (52 loc) · 2.35 KB
/
blogs.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
<div id="blogs" class="featured-section">
<h3>
<a href="https://www.priweb.org/blog" target="_blank"> Blogs</a> 📝
</h3>
<ul>
<!-- Blog Item -->
<li>
<div>
<a href="https://www.priweb.org/blog-post/think-globally-teach-locally" target="_blank">
<img src="https://images.squarespace-cdn.com/content/v1/5c9f919e94d71a2bab6d18d8/357f0075-0fea-4e68-94c1-2486b9e577a3/blog+graphic.jpg?format=2500w"
class="featured-thumbnail" />
</a>
</div>
<div><a href="https://www.priweb.org/blog-post/think-globally-teach-locally"
class="title" target="_blank">
Think Globally, Teach Locally</a><br>
<span>December 13, 2024</span>
</div>
</li>
<!-- end -->
<!-- Blog Item -->
<li>
<div>
<a href="https://www.priweb.org/blog-post/antarctic-fossils-of-pri" target="_blank">
<img src="https://images.squarespace-cdn.com/content/v1/5c9f919e94d71a2bab6d18d8/2e9156cf-53c1-44d0-b5a5-d7bd41653e55/shark+vertebrae.jpg?format=750w"
class="featured-thumbnail" />
</a>
</div>
<div><a href="https://www.priweb.org/blog-post/antarctic-fossils-of-pri" class="title"
target="_blank">
The Antarctic Fossils of PRI</a><br>
<span>December 1, 2024</span>
</div>
</li>
<!-- end -->
<!-- Blog Item -->
<li>
<div>
<a href="https://www.priweb.org/blog-post/how-should-we-introduce-people-to-climate-action" target="_blank">
<img src="https://images.squarespace-cdn.com/content/v1/5c9f919e94d71a2bab6d18d8/77374887-ae8e-400a-9239-688e4c5b0ba3/Recycle.jpg?format=2500w"
class="featured-thumbnail" />
</a>
</div>
<div><a href="https://www.priweb.org/blog-post/how-should-we-introduce-people-to-climate-action" class="title"
target="_blank">
Taking the First Step: How Should We Introduce People to Climate Action?</a><br>
<span>April 26, 2024</span>
</div>
</li>
<!-- end -->
</ul>
</div>