-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
96 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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"> |