-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (93 loc) · 4.9 KB
/
Copy pathindex.html
File metadata and controls
99 lines (93 loc) · 4.9 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE>
<html>
<head>
<title>Viking Photo</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="index.css"/>
</head>
<body>
<div class="container">
<header class="cell cell-1">
<a href="index.html" class="cell-1">
<h1>Viking photo</h1>
</a>
<p>Showcasing the natural beauty and wonder of the Scandinavian environment.</p>
</header>
<aside class="cell cell-2">
<ul><h2>Photo Archive</h2></ul>
<ul><a href="#2020">2020</a></ul>
<li>Vågan, Evening</li>
<li>Lofoten</li>
<li>Lenvik</li>
<li>Vågan, Day</li>
<li>Hytte in Vågan</li>
<li>Henningsvær</li>
<ul><a href="#2019">2019</a></ul>
<li>MS Kong Harald, Tromsø</li>
<li>Foggy mountain</li>
<li>Norway in winter</li>
<li>Stream in Bergenhus</li>
<li>On the mountain edge</li>
<li>Mountain Range</li>
<ul><a href="#2018">2018</a></ul>
<li>Trolltunga</li>
<li>Mountain skiing</li>
</aside>
<main class="cell cell-3">
<p id="2020"><strong>2020</strong></p>
<a href=https://images.pexels.com/photos/1559825/pexels-photo-1559825.jpeg>
<img src="https://images.pexels.com/photos/1559825/pexels-photo-1559825.jpeg" alt="Vågan in the evening, photo by Tobias Bjørkli">
</a>
<a href=https://images.pexels.com/photos/1940038/pexels-photo-1940038.jpeg>
<img src="https://images.pexels.com/photos/1940038/pexels-photo-1940038.jpeg" alt="Lofoten, photo by Tobias Bjørkli">
</a>
<a href=https://images.pexels.com/photos/1562058/pexels-photo-1562058.jpeg>
<img src="https://images.pexels.com/photos/1562058/pexels-photo-1562058.jpeg" alt="Lenvik, photo by Tobias Bjørkli">
</a>
<a href=https://images.pexels.com/photos/1559393/pexels-photo-1559393.jpeg>
<img src="https://images.pexels.com/photos/1559393/pexels-photo-1559393.jpeg" alt="Vågan in the day, photo by Tobias Bjørkli">
</a>
<a href=https://images.pexels.com/photos/1940041/pexels-photo-1940041.jpeg>
<img src="https://images.pexels.com/photos/1940041/pexels-photo-1940041.jpeg" alt="Hytte in Vågan, photo by Tobias Bjørkli">
</a>
<a href=https://images.pexels.com/photos/1559846/pexels-photo-1559846.jpeg>
<img src="https://images.pexels.com/photos/1559846/pexels-photo-1559846.jpeg" alt="Henningsvær, photo by Tobias Bjørkli">
</a>
<p id="2019"><strong>2019</strong></p>
<a href=https://images.pexels.com/photos/2051025/pexels-photo-2051025.jpeg>
<img src="https://images.pexels.com/photos/2051025/pexels-photo-2051025.jpeg" alt="MS Kong Harald, Tromsø, photo by Tobias Bjørkli">
</a>
<a href=https://images.pexels.com/photos/1647972/pexels-photo-1647972.jpeg>
<img src="https://images.pexels.com/photos/1647972/pexels-photo-1647972.jpeg" alt="Foggy mountain, photo by Valdemaras D">
</a>
<a href=https://images.pexels.com/photos/2097111/pexels-photo-2097111.jpeg>
<img src="https://images.pexels.com/photos/2097111/pexels-photo-2097111.jpeg" alt="Norway in the winter, photo by Julie Aagaard">
</a>
<a href=https://images.pexels.com/photos/690809/pexels-photo-690809.jpeg>
<img src="https://images.pexels.com/photos/690809/pexels-photo-690809.jpeg" alt="Stream in bergenhus, photo by Jacob Morch">
</a>
<a href=https://images.pexels.com/photos/3512848/pexels-photo-3512848.jpeg>
<img src="https://images.pexels.com/photos/3512848/pexels-photo-3512848.jpeg" alt="Person sitting on the mountain edge, photo by Angelo Duranti">
</a>
<a href=https://images.pexels.com/photos/3011825/pexels-photo-3011825.jpeg>
<img src="https://images.pexels.com/photos/3011825/pexels-photo-3011825.jpeg" alt="Norwegian mountain range, photo by Marius Schmidt">
</a>
<p id="2018"><strong>2018</strong></p>
<a href=https://images.pexels.com/photos/3922920/pexels-photo-3922920.jpeg>
<img src="https://images.pexels.com/photos/3922920/pexels-photo-3922920.jpeg" alt="Trolltunga, photo by alleksana">
</a>
<a href=https://images.pexels.com/photos/2097087/pexels-photo-2097087.jpeg>
<img src="https://images.pexels.com/photos/2097087/pexels-photo-2097087.jpeg" alt="Skiing in the mountains, photo by Julie Aagaard">
</a>
</main>
<aside class="cell cell-4">
</aside>
<footer class="cell cell-5">
<div class="cell"><a href=about.html>About Us</a></div>
<div class="cell"><a href=contact.html>Contact Us</a></div>
<div class="cell">Privacy Policy</div>
</footer>
</div>
</div>
</body>
</html>