generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
253 lines (250 loc) · 9.59 KB
/
index.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
<!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="active 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="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">
<!------------------------------------------------------------------------------Hero-->
<div class="hero-image">
<figure>
<img
src="assets/images/frida.jpg"
class="hero-image-style"
alt="Frida Kahlo photographed by Nickolas-Muray"
/>
<figcaption>
<small
>Frida Kahlo with Olmec figurine, 1939. Photograph Nickolas Muray.
©Nickolas-Muray-Photo-Archives</small
>
</figcaption>
</figure>
</div>
<!------------------------------------------------------------------------------Blockquote-->
<div class="blockquote blockquote-style d-none d-md-block text-center">
<blockquote class="blockquote-text">
"My illustrious lordship, I’ll show you what a woman can do."
<p class="signature">Artemisia Gentileschi</p>
</blockquote>
</div>
<!------------------------------------------------------------------------------Introduction-->
<div class="container">
<div class="title-museum-body text-center">
<div class="word-title red">Women</div>
<div class="word-title yellow">in</div>
<div class="word-title blue">art</div>
<div class="white">museum</div>
</div>
<h3 class="h3-title">
Welcome to a unique museum entirely dedicated to women in art
</h3>
<hr />
<p class="text text-description">
A journey through time and space to discover the power of female
creativity.
</p>
</div>
<!------------------------------------------------------------------------------Upcoming Exhibitions-->
<section>
<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>