-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathgallery.html
378 lines (365 loc) · 16.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Gallery page for Anna Gilhespy children's portrait artist">
<meta name="keywords"
content="gallery, portfolio, Anna Gilhespy, portrait, artist, portrait artist, artist amsterdam, custom, drawing, painting, custom drawing, custom painting, custom portrait, children, kids, child portrait, custom portrait">
<meta name="author" content="Anna Gilhespy">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon_32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon_16x16.png">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<title>Gallery | Anna Gilhespy Childrens Portrait Artist Amsterdam</title>
</head>
<body>
<!-- LOGO AND NAV BAR -->
<nav class="navbar navbar-expand-md navbar-light fixed-top">
<!-- LOGO -->
<a class="navbar-brand mr-1" href="index.html">
<img src="assets/images/logo.gif" height="40" alt="AG logo" title="AG logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- NAV BAR LINKS -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto text-uppercase">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="gallery.html">Gallery <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="pricing.html">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="order.html">How to Order</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<!-- REQUEST QUOTE BUTTON -->
<a class="btn btn-info text-uppercase ml-md-3" href="contact.html">Request Quote</a>
</div>
</nav>
<!-- COVER HERO IMAGE GALLERY -->
<figure class="hero-img hero-img-gallery" title="Black and white pencil drawing of a baby boy wearing a hat">
<header class="hero-overlay">
<h1 class="vertical-center">Gallery</h1>
</header>
</figure>
<!-- HEADER -->
<div class="text-center container-fluid m-1">
<div class="row justify-content-center">
<div class="col-10">
<h3 class="p-5">Drawings | Paintings</h3>
<p>Click an image to enlarge</p>
</div>
</div>
</div>
<!-- MAIN CONTENT OF GALLERY PAGE -->
<main>
<div class="container-fluid">
<div class="row gallery-row justify-content-center">
<div class="col-sm-12 col-md-10">
<div class="row justify-content-center text-center">
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing1-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing1-sm.jpg"
alt="black and white pencil drawing of girl">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing2-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing2-sm.jpg"
alt="black and white pencil drawing of dad and child">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Large oil painting | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Painting2-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Painting2-sm.jpg"
alt="oil painting of girl">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing6-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing6-sm.jpg"
alt="black and white pencil drawing of teenage girl with long hair">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing5-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing5-sm.jpg"
alt="black and white pencil drawing of dad and child watching mobile">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Small black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing4-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing4-sm.jpg"
alt="black and white pencil drawing of baby">
</a>
</figure>
</div>
<div class="row gallery-row justify-content-center text-center">
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Small black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing3-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing3-sm.jpg"
alt="black and white pencil drawing of boy wearing hat">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size colour pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing12-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing12-sm.jpg"
alt="colour pencil drawing of baby in tartan shirt">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing7-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing7-sm.jpg"
alt="black and white pencil drawing of boy with curly hair and checked shirt">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size colour pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing9-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing9-sm.jpg"
alt="black and white pencil drawing of baby girl with curly hair">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size oil painting | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Painting3-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Painting3-sm.jpg"
alt="oil painting of girl with green eyes">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing10-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing10-sm.jpg"
alt="black and white pencil drawing of twin boys">
</a>
</figure>
</div>
<div class="row gallery-row justify-content-center text-center">
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing13-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing13-sm.jpg"
alt="black and white pencil drawing of girl with bow in her hair">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size oil painting | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Painting5-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Painting5-sm.jpg"
alt="oil painting of girl with scarf in her hair">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing14-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing14-sm.jpg"
alt="black and white pencil drawing of girl and dog">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Large Colour pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing20-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing20-sm.jpg"
alt="colour pencil drawing of 2 brothers hugging">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing16-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing16-sm.jpg"
alt="black and white pencil drawing of dad holding baby on his shoulder">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Small black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing17-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing17-sm.jpg"
alt="black and white pencil drawing of boy sitting on tree branch">
</a>
</figure>
</div>
<div class="row gallery-row justify-content-center text-center">
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Large oil painting | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Painting1-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Painting1-sm.jpg"
alt="oil painting of 2 bridesmaids">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing18-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing18-sm.jpg"
alt="black and white pencil drawing of boy with curly hair">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing19-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing19-sm.jpg"
alt="black and white pencil drawing of girl with glasses">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Medium size black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing15-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing15-sm.jpg"
alt="black and white pencil drawing of dad holding baby in hands">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Large oil painting | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Painting4-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Painting4-sm.jpg"
alt="oil painting of teenage girl with black hair">
</a>
</figure>
<figure class="gallery-img col-sm-6 col-md-4 col-lg-2">
<a data-fancybox="gallery"
data-caption="Small black & white pencil drawing | © 2019 Copyright Anna Gilhespy"
href="assets/images/gallery/Drawing11-lg.jpg">
<img class="gallery-thumbnail"
src="assets/images/gallery/Drawing11-sm.jpg"
alt="black and white pencil drawing of dad holding sleeping">
</a>
</figure>
</div>
</div>
</div>
</div>
<!-- BUTTONS: VISIT GALLERY | HOW TO ORDER -->
<div class="container-fluid">
<div class="row justify-content-center mt-3 mb-3">
<div class="col-sm-10 text-center">
<a class="btn btn-lg btn-outline-secondary m-3" href="pricing.html">Pricing</a>
<a class="btn btn-lg btn-info m-3" href="order.html">How to Order</a>
</div>
</div>
</div>
</main>
<!-- FOOTER -->
<footer class="page-footer bg-secondary text-white">
<div class="container">
<div class="row">
<div class="col-12 text-center text-shadow mb-4">
<a class="footer-nav" href="index.html">Home</a>
<a class="footer-nav" href="about.html">About</a>
<a class="footer-nav" href="gallery.html">Gallery</a>
<a class="footer-nav" href="pricing.html">Pricing</a>
<a class="footer-nav" href="order.html">How to Order</a>
<a class="footer-nav" href="contact.html">Contact</a>
</div>
<div class="col-12 py-3">
<!-- SOCIAL ICONS/LINKS -->
<div class="mb-1 flex-centre text-center social-icon-shadow">
<a class="ic-fb" href="https://facebook.com/annagilhespyart" target="_blank"
aria-label="Find me on Facebook" rel="noopener">
<i class="fab fa-facebook fa-lg mr-md-5 mr-3 fa-2x"></i>
</a>
<a class="ic-pin" href="https://pinterest.com/annagilhespy" target="_blank"
aria-label="Find me on Pinterest" rel="noopener">
<i class="fab fa-pinterest fa-lg mr-md-5 mr-3 fa-2x"></i>
</a>
<a class="ic-ins" href="https://instagram.com/annagilhespy" target="_blank"
aria-label="Find me on Instagram" rel="noopener">
<i class="fab fa-instagram fa-lg mr-md-5 mr-3 fa-2x"></i>
</a>
<a class="ic-twi" href="https://twitter.com/annagilhespy" target="_blank"
aria-label="Find me on Twitter" rel="noopener">
<i class="fab fa-twitter fa-lg mr-md-5 mr-3 fa-2x"></i>
</a>
<a class="ic-fl" href="https://flickr.com/people/annagilhespy" target="_blank"
aria-label="Find me on Flickr" rel="noopener">
<i class="fab fa-flickr fa-lg fa-2x"></i>
</a>
</div>
<!-- COPYRIGHT -->
<div class="text-shadow text-center py-3">
<small>©<span id="year"></span> Copyright: Anna Gilhespy all rights reserved</small>
<p class="mt-3">Website designed & developed by inSiteful</p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>