-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.html
52 lines (51 loc) · 2.08 KB
/
more.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="more" class="featured-section">
<h3>
<a href="https://pri-gift-shop.myshopify.com/" target="_blank"> More</a> 🐌
</h3>
<ul>
<!-- More Item -->
<li>
<div>
<a href="https://www.museumoftheearth.org/blaschka-glass-invertebratest"
target="_blank">
<img src="https://images.squarespace-cdn.com/content/v1/5d3cbf70d8a40e00011d021a/1724959941706-DD9ES6YZ2852RATQKA56/image-asset.jpeg?format=500w" />
</a>
</div>
<div>
<a href="https://www.museumoftheearth.org/blaschka-glass-invertebrates"
class="title" target="_blank">
Blaschka Glass Invertebrates Exhibit</a><br>
</div>
</li>
<!-- end -->
<!-- More Item -->
<li>
<div>
<a href="https://www.museumoftheearth.org/seismology" target="_blank">
<img src="https://images.squarespace-cdn.com/content/v1/5d3cbf70d8a40e00011d021a/a3df3547-ef49-45f7-8aa8-19c1b84bd4fa/child+jumping+in+front+of+seismology+exhibit+in+Museum+of+the+Earth-2.jpg?format=750w"
class="featured-thumbnail" />
</a>
</div>
<div>
<a href="https://www.museumoftheearth.org/seismology" class="title" target="_blank">
Seismology Exhibit</a><br>
</div>
</li>
<!-- end -->
<!-- More Item -->
<li>
<div>
<a href="https://earthathome.org/de/climate-modeling/" target="_blank">
<img src="https://earthathome.org/wp-content/uploads/2024/04/earth.jpg"
class="featured-thumbnail" />
</a>
</div>
<div>
<a href="https://earthathome.org/de/climate-modeling/" class="title" target="_blank">
Climate Modeling</a><br>
<span>Earth@Home</span>
</div>
</li>
<!-- end -->
</ul>
</div>