-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadventures.html
More file actions
33 lines (25 loc) · 1.07 KB
/
adventures.html
File metadata and controls
33 lines (25 loc) · 1.07 KB
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
<h2><button onclick="toggleContent(document.getElementById('adventures_content'));"><h2>More adventures</h2></button></h2>
<div class="hidden" id="adventures_content">
<table>
<tr>
<th>
<div class="container">
<a href="arctic-run.html"><img src="/Users/frederik/Software-Development/Web/Personal WebsiteImages/skola-edited-600x450.jpeg" alt="Skøla, Norway." style="width:100%;"></a>
<div class="centered">Arctic Run</div>
</div>
</th>
<th>
<div class="container">
<img src="/Users/frederik/Software-Development/Web/Personal WebsiteImages/simien-sunset-edited-600x450.jpeg" alt="Sunset in the Simien Mountains, Ethiopia." style="width:100%;">
<div class="centered">Ethiopia</div>
</div>
</th>
<th>
<div class="container">
<img src="/Users/frederik/Software-Development/Web/Personal WebsiteImages/simien-sunset-edited-600x450.jpeg" alt="Sunset in the Simien Mountains, Ethiopia." style="width:100%;">
<div class="centered">Ethiopia</div>
</div>
</th>
</tr>
</table>
</div>