-
Notifications
You must be signed in to change notification settings - Fork 0
/
places.html
169 lines (169 loc) · 5.5 KB
/
places.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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<title>London</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div id="menu">
<nav id="headerlinks">
<ul>
<li><a href="register.html">Register </a></li>
<li><a href="signin.html"> Sign in </a></li>
<li><a href="#">Contact us</a></li>
</ul>
</nav>
<nav id="primarynav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="places.html" class="current">Places</a></li>
<li><a href="transport.html">Transport</a></li>
<li><a href="traveltips.html">Travel Tips</a></li>
</ul>
</nav>
</div>
<main>
<ul class="breadcrumbs">
<li><a href="index.html">Home</a></li>
<li>Places</li>
</ul>
<header>
<h1>Places to visit</h1>
</header>
<div id="container_places">
<article class="flexbox_places">
<header class="title">
<h2>Big Ben<br> Tower</h2>
<figure>
<!-- Image from https://pixabay.com/photos/london-england-great-britain-uk-2393098/ -->
<img src="media/images/big_ben.jpg" alt="Big Ben"/>
<figcaption class="source source_places">Image source <a class="intersite_link" href="https://pixabay.com/photos/london-england-great-britain-uk-2393098/" target="_blank"> here</a></figcaption>
</figure>
<p><span class="highlight">Big Ben</span> is one of the most famous clocks in the world with its iconic bell.</p>
</header>
<section>
<header>
<h3>Opening times</h3>
</header>
<ul>
<li>Mon,Tue,Thu,Fri: 9:15 - 16:30</li>
<li>Wed: 13:15 - 16:30</li>
</ul>
</section>
<section>
<header>
<h3>Prices</h3>
</header>
<ul>
<li>Adult: £15</li>
<li>Family: £37</li>
<li>Student: £10</li>
<li>Child (5-16): £6</li>
<li>Under 5: Free</li>
</ul>
</section>
</article>
<article class="flexbox_places">
<header class="title">
<h2>The London <br> Eye</h2>
<figure>
<!-- Image from https://unsplash.com/photos/qgJMnOwWn6E -->
<img src="media/images/london_eye.jpg" alt="London Eye"/>
<figcaption class="source source_places">Image source <a class="intersite_link" href="https://unsplash.com/photos/qgJMnOwWn6E" target="_blank"> here</a></figcaption>
</figure>
<p><span class="highlight">The London Eye</span> is 135 metres high and takes 30 minutes to complete one rotation. It provides an unique view of every iconic landmark in London.</p>
</header>
<section>
<header>
<h3>Opening times</h3>
</header>
<ul>
<li>Mon-Sun: 11:00 - 18:00</li>
</ul>
</section>
<section>
<header>
<h3>Prices</h3>
</header>
<ul>
<li>Adult: £37</li>
<li>Child: £32</li>
</ul>
</section>
</article>
<article class="flexbox_places">
<header class="title">
<h2>The British Museum</h2>
<figure>
<!-- Image from https://pixabay.com/photos/london-england-great-britain-uk-2393098/ -->
<img src="media/images/british_museum.jpg" alt="British Museum"/>
<figcaption class="source source_places">Image source <a class="intersite_link" href="https://pixabay.com/photos/london-england-great-britain-uk-2393098/" target="_blank"> here</a></figcaption>
</figure>
<p><span class="highlight">British Museum</span> is dedicated to human history, culture and art. Its collection cosists of items as old as two million years.</p>
</header>
<section>
<header>
<h3>Opening times</h3>
</header>
<ul>
<li>Mon-Sun: 10:00 - 17:00</li>
</ul>
</section>
<section>
<header>
<h3>Prices</h3>
</header>
<ul>
<li>Free</li>
</ul>
</section>
</article>
<article class="flexbox_places">
<header class="title">
<h2>The Tower of London</h2>
<figure>
<!-- Image from https://www.publicdomainpictures.net/en/view-image.php?image=18490&picture=tower-of-london -->
<img src="media/images/tower_of_london.jpg" alt="Tower of London"/>
<figcaption class="source source_places">Image source <a class="intersite_link" href="https://www.publicdomainpictures.net/en/view-image.php?image=18490&picture=tower-of-london" target="_blank"> here</a></figcaption>
</figure>
<p><span class="highlight">Tower of London</span> is a castle that was built in the 1070s. It has a rich and complex history.</p>
</header>
<section>
<header>
<h3>Opening times</h3>
</header>
<ul>
<li>Mon-Sun: 10:00 - 19:00</li>
</ul>
</section>
<section>
<header>
<h3>Prices</h3>
</header>
<ul>
<li>Member: Free</li>
<li>Adult (18-64): £25</li>
<li>Child (5-15): £12.50</li>
<li>Concession: £20</li>
<li>Family: £37.50</li>
</ul>
</section>
</article>
</div>
</main>
<footer>
<nav id="footerlinks">
<ul>
<li><a href="#">Copyright</a></li>
<li><a href="#">Accessibility</a></li>
</ul>
</nav>
</footer>
</body>
</html>