generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmuseum.html
369 lines (362 loc) · 14.1 KB
/
museum.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
type="text/css"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<title>WIAM Women In Art Museum</title>
</head>
<body class="index bg-black">
<!------------------------------------------------------------------------------Header-->
<header class="bg-black fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark-custom">
<!------------------------------------------------------------------------------Navbar Brand for smaller screens-->
<div class="navbar-brand title-museum-small d-sm-block d-md-none">
<a href="index.html" class="link-index">
<span class="red">w</span>.<span class="yellow">i</span>.<span
class="blue"
>a</span
>.<span class="light">museum</span>
</a>
</div>
<!------------------------------------------------------------------------------Navbar Brand for larger screens-->
<div class="navbar-brand title-museum d-none d-md-block">
<a href="index.html" class="link-index">
<div class="red">Women</div>
<div class="yellow">in</div>
<div class="blue">art</div>
<div class="light">museum</div>
</a>
</div>
<!------------------------------------------------------------------------------Collapsible Menu-->
<button
class="navbar-toggler ml-auto"
type="button"
data-toggle="collapse"
data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html" class="link-style nav-link">Home</a>
</li>
<li class="nav-item">
<a href="collection.html" class="link-style nav-link"
>Collection</a
>
</li>
<li class="active nav-item">
<a href="museum.html" class="link-style nav-link">The Museum</a>
</li>
<li class="nav-item">
<a href="book.html" class="link-style nav-link">Book a visit</a>
</li>
</ul>
</div>
</nav>
</header>
<!------------------------------------------------------------------------------Main-->
<main class="container-fluid">
<section class="collection">
<h2 class="h2-title">The museum</h2>
<!------------------------------------------------------------------------------Museum Rows-->
<!------------------------------------------------------------------------------Map-->
<div class="row row-collection no-gutters">
<div class="col-sm-12 col-md-6 col-lg-4 col-image col-collection">
<img
src="assets/images/map.jpg"
class="img-collection"
alt="people looking on a map on a mobile phone"
/>
</div>
<div
class="col-sm-12 col-md-6 col-lg-8 col-red col-collection d-flex"
>
<p
class="text-grid d-flex justify-content-center align-items-center"
>
<span class="d-none d-lg-block">You can find us at:</span>
</p>
<address class="text-grid">
<span class="bold">Women In Art Museum</span><br />
Södra Blasieholmshamnen 2,<br />
111 48 Stockholm
</address>
<p class="text-grid d-none d-lg-block">
Plan your visit with just one click:<br />
<a
href="https://www.google.com/maps/place/Nationalmuseum/@59.3271297,18.0699109,16z/data=!4m8!1m2!2m1!1snational+museum+stockholm!3m4!1s0x465f9d59d393bddb:0xa65d419b4639734c!8m2!3d59.3284985!4d18.0781954"
target="_blank"
class="fa fa-map-pin book-icon"
></a>
<a href="tel:000-123-45-67" class="fa fa-phone book-icon"></a>
<a
href="mailto:[email protected]"
class="fa fa-envelope-open book-icon"
></a>
</p>
</div>
</div>
<!------------------------------------------------------------------------------Time and Prices-->
<div class="row row-collection no-gutters">
<div
class="col-sm-12 col-md-6 col-lg-4 order-md-12 col-image col-collection"
>
<img
src="assets/images/visit.jpg"
class="img-collection"
alt="woman standing inside a museum"
/>
</div>
<div
class="col-sm-12 col-md-6 col-lg-8 order-md-1 col-yellow col-collection d-flex"
>
<p
class="text-grid text-grid-gray justify-content-center align-items-center text-center"
>
<strong
>Openings hours
<span class="d-none d-lg-block">and prices:</span></strong
><br />
Mon-Fri: <time>10:00</time>/<time>17:00</time><br />
Sat-Sun: <time>11:00</time>/<time>20:00</time><br />
</p>
<p
class="d-sm-block d-lg-none text-grid text-grid-gray justify-content-center align-items-center text-center"
>
<strong>Prices</strong>: 215kr adults, <br />
185kr students and seniors.<br />
Kids are free up to 12 years
</p>
<table class="table my-auto d-none d-lg-block text-center">
<thead>
<tr>
<th scope="col">Age:</th>
<th scope="col">Permanent collection:</th>
<th scope="col">Exhibitions:</th>
</tr>
</thead>
<tbody>
<tr>
<th class="scope">0-12 years</th>
<td>free</td>
<td>free</td>
</tr>
<tr>
<th class="scope">Students and seniors</th>
<td>165kr</td>
<td>185kr</td>
</tr>
<tr>
<th class="scope">Adults</th>
<td>215kr</td>
<td>235kr</td>
</tr>
</tbody>
</table>
</div>
</div>
<!------------------------------------------------------------------------------Bistro-->
<div class="row row-collection no-gutters">
<div class="col-sm-12 col-md-6 col-lg-4 col-image col-collection">
<img
src="assets/images/bistro.jpg"
class="img-collection"
alt="salad with guacamole and edible flowers"
/>
</div>
<div
class="col-sm-12 col-md-6 col-lg-8 col-blue col-collection d-flex"
>
<p class="text-grid justify-content-center align-items-center">
If you are hungry, our <strong>bistro</strong> will serve you
amazing fresh food every day!<br />
Take a look at our downloadable<a
href="assets/menu/menu.pdf"
class="menu"
><span class="uppercase bold">
menu
<i
class="fa fa-cutlery icon-menu"
aria-hidden="true"
></i></span></a
><br /><br />
Open Mon-Fri <time>11:00</time>/<time>16:00</time><br />
Sat-Sun <time>12:00</time>/<time>19:00</time>
</p>
</div>
</div>
<!------------------------------------------------------------------------------Kids Facilities-->
<div class="row row-collection no-gutters">
<div
class="col-sm-12 col-md-6 col-lg-4 order-md-12 order-md-12 col-image col-collection"
>
<img
src="assets/images/mother.jpg"
class="img-collection"
alt="Mother with baby"
/>
</div>
<div
class="col-sm-12 col-md-6 col-lg-8 order-md-1 order-md-1 col-red col-collection d-flex"
>
<p class="text-grid justify-content-center align-items-center">
<strong>Kids are welcome!</strong> We have a nice and comfy
nursery room where you can change diapers, breastfeed and relax
with your baby.
</p>
</div>
</div>
</section>
<hr />
<!------------------------------------------------------------------------------Upcoming Exhibitions-->
<section class="d-none d-md-block">
<h2 class="h2-title">Upcoming exhibitions</h2>
<div class="row">
<div class="col-12 col-md-6 col-lg-4">
<div class="card card-size">
<figure>
<img
src="assets/images/yayoi.jpg"
class="card-img-top card-cover"
alt="Yayoi Kusama"
/>
<figcaption>
<small
>Fotocredits: Courtesy Ota Fine Arts, © YAYOI KUSAMA</small
>
</figcaption>
</figure>
<div class="card-body">
<h5 class="card-title uppercase">Yayoi Kusama</h5>
<p class="card-text">27 September 2020 - 23 December 2020</p>
<a href="book.html" class="btn btn-danger uppercase"
>Book your ticket</a
>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="card card-size">
<figure>
<img
src="assets/images/vivienne.jpg"
class="card-img-top card-cover"
alt="Vivienne Westwood"
/>
<figcaption>
<small> Derek Hudson/Getty Images</small>
</figcaption>
</figure>
<div class="card-body">
<h5 class="card-title uppercase">Vivienne Westwood</h5>
<p class="card-text">02 November 2020 - 02 February 2021.</p>
<a href="book.html" class="btn btn-danger uppercase"
>Book your ticket</a
>
</div>
</div>
</div>
<div class="col-12 d-sm-block d-md-none d-lg-block col-lg-4">
<div class="card card-size">
<figure>
<img
src="assets/images/janis.jpg"
class="card-img-top card-cover"
alt="Janis Joplin"
/>
<figcaption>
<small>
©Barry Feinstein Photography Inc. 2019. All rights
reserved</small
>
</figcaption>
</figure>
<div class="card-body">
<h5 class="card-title uppercase">Janis Joplin</h5>
<p class="card-text">05 January 2021 - 15 April 2021</p>
<a href="book.html" class="btn btn-danger uppercase"
>Book your ticket</a
>
</div>
</div>
</div>
</div>
</section>
</main>
<!------------------------------------------------------------------------------Footer-->
<footer class="bg-black">
<div class="text-center text-footer">
<h2 class="title-museum">
<span class="red">Women</span> <span class="yellow">In</span>
<span class="blue">Art</span> Museum
</h2>
<!------------------------------------------------------------------------------Contact Links-->
<p class="text">
<a href="book.html" class="link-style bold"> Book now your visit!</a>
<a href="tel:000-123-45-67" class="fa fa-phone book-icon"></a
><a
href="mailto:[email protected]"
class="fa fa-envelope-open book-icon"
></a>
</p>
<!------------------------------------------------------------------------------Social Icons-->
<div class="social">
<p class="social-text">Stay updated with all our news:</p>
<a
href="https://facebook.com"
class="fa fa-facebook icon"
target="_blank"
></a>
<a
href="https://twitter.com"
class="fa fa-twitter icon"
target="_blank"
></a>
<a
href="https://instagram.com"
class="fa fa-instagram icon"
target="_blank"
></a>
<a
href="https://youtube.com"
class="fa fa-youtube icon"
target="_blank"
></a>
</div>
<small>©KatiaDB 2020</small>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js" defer
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" defer
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" defer
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
</body>
</html>