-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
390 lines (376 loc) · 19.9 KB
/
gallery.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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<!-- Custom CSS -->
<link href="css/common.css" rel="stylesheet">
<link href="css/gallery.css" rel="stylesheet">
<!-- JQuery -->
<script src="vendor/jquery-3.6.0.min.js"></script>
<!-- Google Fonts- -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Lighbox CSS -->
<link href="vendor/lightbox.min.css" rel="stylesheet">
<title>Gallery | Vincent van Gogh</title>
</head>
<body>
<section id="sec-1">
<div class="gallery-start d-flex align-items-center">
<!-- Navbar -->
<nav class="autohide navbar fixed-top navbar-expand-md navbar-dark py-0" id="navbar">
<div class="container nav-container d-flex">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="" width="80" height="80">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mb-2 mb-md-0 ms-md-auto">
<li class="nav-item mx-md-3">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item mx-md-3">
<a class="nav-link active" aria-current="page" href="gallery.html">Gallery</a>
</li>
<li class="nav-item mx-md-3">
<a class="nav-link" href="museums.html">Museums</a>
</li>
</ul>
</div>
</div>
</nav>
<!--End of Navbar -->
<div class="container">
<h1 id="start-h1" class="text-md-end text-center">Artwork <span class="responsive-br d-md-none"><br></span>
Gallery.</h1>
</div>
</div>
</section>
<section id="sec-2">
<div class="gallery-div py-5">
<div class="container">
<div class="row row-cols-xl-3 row-cols-md-2 row-cols-1 align-items-end">
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/starry-night.jpg" data-lightbox="gallery" data-title="The Starry Night">
<img src="images/starry-night.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">The Starry Night</h5>
<a href="images/starry-night.jpg" download="starry-night.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/starry-night-over-the-rhône.jpg" data-lightbox="gallery"
data-title="Starry Night Over the Rhône">
<img src="images/starry-night-over-the-rhône.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">Starry Night Over the Rhône</h5>
<a href="images/starry-night-over-the-rhône.jpg" download="starry-night-over-the-rhône.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/the-mulberry-tree.jpg" data-lightbox="gallery" data-title="The Mulberry Tree">
<img src="images/the-mulberry-tree.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">The Mulberry Tree</h5>
<a href="images/the-mulberry-tree.jpg" download="the-mulberry-tree.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/the-night-café.jpeg" data-lightbox="gallery" data-title="The Night Café">
<img src="images/the-night-café.jpeg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">The Night Café</h5>
<a href="images/the-night-café.jpeg" download="the-night-café.jpeg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/bedroom-in-arles.jpg" data-lightbox="gallery" data-title="Bedroom in Arles">
<img src="images/bedroom-in-arles.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">Bedroom in Arles</h5>
<a href="images/bedroom-in-arles.jpg" download="bedroom-in-arles.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/olive-trees-with-yellow-sky-and-sun.jpg" data-lightbox="gallery"
data-title="Olive Trees with Yellow Sky and Sun">
<img src="images/olive-trees-with-yellow-sky-and-sun.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">Olive Trees with Yellow Sky and Sun</h5>
<a href="images/olive-trees-with-yellow-sky-and-sun.jpg"
download="olive-trees-with-yellow-sky-and-sun.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/cafe-terrace-at-night.jpg" data-lightbox="gallery" data-title="Café Terrace at Night">
<img src="images/cafe-terrace-at-night.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">Café Terrace at Night</h5>
<a href="images/cafe-terrace-at-night.jpg" download="cafe-terrace-at-night.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/sunflowers.jpg" data-lightbox="gallery" data-title="Sunflowers">
<img src="images/sunflowers.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">Sunflowers</h5>
<a href="images/sunflowers.jpg" download="sunflowers.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/at-eternity's-gate.jpg" data-lightbox="gallery" data-title="At Eternity's Gate">
<img src="images/at-eternity's-gate.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">At Eternity's Gate</h5>
<a href="images/at-eternity's-gate.jpg" download="at-eternity's-gate.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/the-potato-eaters.jpg" data-lightbox="gallery" data-title="The Potato Eaters">
<img src="images/the-potato-eaters.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">The Potato Eaters</h5>
<a href="images/the-potato-eaters.jpg" download="the-potato-eaters.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/irises.jpg" data-lightbox="gallery" data-title="Irises">
<img src="images/irises.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">Irises</h5>
<a href="images/irises.jpg" download="irises.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
<div class="col gy-5 gx-5">
<div class="card img-card text-center">
<div class="img-link-div">
<a href="images/wheatfield-with-a-reaper.jpg" data-lightbox="gallery"
data-title="Wheatfield With a Reaper">
<img src="images/wheatfield-with-a-reaper.jpg" class="img-fluid card-img-top" alt="...">
</a>
</div>
<div class="card-body d-flex justify-content-between align-items-center">
<h5 class="card-title">Wheatfield With a Reaper</h5>
<a href="images/wheatfield-with-a-reaper.jpg" download="images/wheatfield-with-a-reaper.jpg"
class="btn btn-outline-dark dl-btn d-flex align-items-center">
<span class="dl-btn-text me-1">Download</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-down" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z">
</path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="sec-3" class="pb-5">
<div class="container">
<div id="footer" class="p-3">
<div class="container">
<div class="row d-flex pb-3">
<div class="col text-center">
<h2>Discover More:</h2>
</div>
</div>
<div class="row d-flex align-items-center justify-content-center">
<div class="col-3 d-flex justify-content-around">
<a href="https://commons.wikimedia.org/wiki/Paintings_by_Vincent_van_Gogh" target="_blank"
class="discover-more-links">
<img class="discover-more-icons mx-2 mx-xl-0" src="images/commons-logo.svg"></img>
</a>
<a href="https://www.vangoghgallery.com/painting/" target="_blank" class="discover-more-links">
<img class="discover-more-icons mx-2 mx-xl-0" src="images/the-vg-gallery-logo.jpg"></img>
</a>
<a href="https://www.vangoghmuseum.nl/en/art-and-stories/art/vincent-van-gogh" target="_blank"
class="discover-more-links">
<img class="discover-more-icons mx-2 mx-xl-0" src="images/van-gogh-museum-amsterdam-logo.svg"></img>
</a>
<a href="https://www.vincentvangogh.org/van-gogh-paintings.jsp" target="_blank"
class="discover-more-links">
<img class="discover-more-icons mx-2 mx-xl-0" src="images/van-gogh-org-favicon.jpg"></img>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"></script>
<!-- Custom JS -->
<script src="js/common.js"></script>
<!-- Lightbox JS -->
<script src="vendor/lightbox.min.js"></script>
</body>
</html>