-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathportraits.html
56 lines (50 loc) · 1.35 KB
/
portraits.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
---
layout: base
active: portraits
title: Portraits
---
<header>
<h1>Portrait commissions</h1>
</header>
<section>
<p>
Photographing people is one of my favourite things to do. I’m available for both formal and informal portrait sessions, in studio or on location.
</p>
<p>
Please email me at <a href="mailto:[email protected]?subject=Portrait sesssion">[email protected]</a> for bookings.
</p>
</section>
<hr/>
<!-- Closing the "content" div to let the gallery take up the whole page width -->
</div>
<section class="gallery-grid">
<figure>
<img src="/assets/images/portraits/portrait-01.jpg">
</figure>
<figure>
<img src="/assets/images/portraits/portrait-02.jpg">
</figure>
<figure>
<img src="/assets/images/portraits/portrait-03.jpg">
</figure>
<figure>
<img src="/assets/images/portraits/portrait-04.jpg">
</figure>
<figure>
<img src="/assets/images/portraits/portrait-05.jpg">
</figure>
<figure>
<img src="/assets/images/portraits/portrait-06.jpg">
</figure>
<figure>
<img src="/assets/images/portraits/portrait-07.jpg">
</figure>
<figure>
<img src="/assets/images/portraits/portrait-08.jpg">
</figure>
<figure>
<img src="/assets/images/portraits/portrait-09.jpg">
</figure>
</section>
<!-- Reopening the "content" div again for the followup (footer, etc) -->
<div class="content">