-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.php
129 lines (124 loc) · 5.52 KB
/
references.php
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?php
$pageTitle = "References | Iceland";
echo "<script>document.title = '".$pageTitle."';</script>";
include("assets/inc/header.inc.php");
?>
<main id="references-wrapper">
<h1>Content References</h1>
<ol>
<li>
https://traveltoer.com/10-most-beautiful-waterfalls-in-iceland/
</li>
<li>
https://www.planetware.com/iceland/top-rated-waterfalls-in-iceland-isl-1-16.htm
</li>
<li>https://www.visiticeland.com/</li>
<li>https://en.wikipedia.org/wiki/Iceland</li>
<li>https://www.britannica.com/place/Iceland</li>
<li>https://www.icelandtravel.is/iceland-2/</li>
<li>
https://www.discover-the-world.com/destinations/iceland-holidays/your-guide-to-icelands-culture-and-traditions/
</li>
<li>https://eltakeiteasy.com/iceland-in-5-days/</li>
<li>
https://www.icelandtours.is/blog/northern-lights-aurora-borealis-iceland/
</li>
<li>
https://www.nationalgeographic.com/expeditions/destinations/europe/iceland/
</li>
</ol>
<h1>Image References</h1>
<div class="reference">
<img src="./assets/images/blueLagoon.png" alt="Image of the Blue Lagoon"/>
<span>Bhushan Raj Timla / Shutterstock</span>
</div>
<div class="reference">
<img src="./assets/images/northernLights2.png" alt="Image of the Northern Lights"/>
<span>Paranyu Pithayarungsarit / Getty Images</span>
</div>
<div class="reference">
<img src="./assets/images/hiking.png" alt="Image of a person hiking"/>
<span>Viktória Komjáti</span>
</div>
<div class="reference">
<img src="./assets/images/glacierLagoon.png" alt="Image of the Glacier Lagoon"/>
<span>https://eltakeiteasy.com/iceland-in-5-days/</span>
</div>
<div class="reference">
<img src="./assets/images/waterfall.png" alt="Image of a waterfall"/>
<span>Robert Lukeman</span>
</div>
<div class="reference">
<img src="./assets/images/geography2.png" alt="Image of the geography of Iceland"/>
<span>Christopher Nolan</span>
</div>
<div class="reference">
<img src="./assets/images/homeImage.png" alt="Image of glaciers in Iceland"/>
<span
>https://www.icelandtours.is/blog/northern-lights-aurora-borealis-iceland/</span
>
</div>
<div class="reference">
<img src="./assets/images/homeImage2.png" alt="Image of geography of Iceland"/>
<span>Emma Francis</span>
</div>
<div class="reference">
<img src="./assets/images/culture.png" alt="Image representing the culture of Iceland"/>
<span>Ververidis Vasilis / Shutterstock</span>
</div>
<div class="reference">
<img src="./assets/images/glacierLagoonBanner.png" alt="Image of the Glacier Lagoon"/>
<span>https://eltakeiteasy.com/iceland-in-5-days/</span>
</div>
<div class="reference">
<img src="./assets/images/seljalandsfossBanner.png" alt="Image of the Seljalandsfoss waterfall"/>
<span>https://noisefromiceland.com/seljalandsfoss/</span>
</div>
<div class="reference">
<img src="./assets/images/geographyBanner.png" alt="Image of the geography of Iceland"/>
<span
>https://www.nationalgeographic.com/expeditions/destinations/europe/iceland/</span
>
</div>
<div class="reference">
<img src="./assets/images/glacierLagoonBanner.png" alt="Image of the Glacier Lagoon"/>
<span>https://eltakeiteasy.com/iceland-in-5-days/</span>
</div>
<div class="reference">
<img src="./assets/images/northernLights.png" alt="Image of the Northern Lights seen from Iceland"/>
<span
>https://www.icelandtours.is/blog/northern-lights-aurora-borealis-iceland/
</span>
</div>
<div class="reference">
<img src="./assets/images/whatToBring.png" alt="Image of a person hiking"/>
<span>https://www.discovery.com/</span>
</div>
<div class="reference">
<img src="./assets/images/glacierLagoonBanner.png" alt="Image of the Glacier Lagoon"/>
<span>https://eltakeiteasy.com/iceland-in-5-days/</span>
</div>
<div class="reference">
<img src="./assets/images/cultureBanner.png" alt="Image representing the culture of Iceland"/>
<span> https://greenglobaltravel.com/icelandic-culture/</span>
</div>
<div class="reference">
<img src="./assets/images/blueLagoonBanner.png" alt="Image of the Blue Lagoon"/>
<span
>https://www.timeoutabudhabi.com/hotels/75127-2017-travel-hot-list
</span>
</div>
<div class="reference">
<img src="./assets/images/waterfall2.png" alt="Image of a waterfall in Iceland"/>
<span>Paul Reiffer</span>
</div>
<div class="reference">
<img src="./assets/images/mapEmpty.png" alt="Image of a map of Iceland"/>
<span
>https://www.icelandtours.is/travel-guide/facts-about-iceland/
</span>
</div>
</main>
<?php
include("assets/inc/footer.inc.php");
?>