Skip to content

Commit

Permalink
Add Vintage Transport Weekend to photos section
Browse files Browse the repository at this point in the history
  • Loading branch information
andiemmadavieswilcox committed Sep 22, 2018
1 parent 597932c commit 2ab438c
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
3 changes: 3 additions & 0 deletions photos/events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<div id="content">
<h1>Rallies and Events Photos</h1>
<p>This section will eventually showcase our cars attending the range of rallies over the decades. The photos in this section will be of the highest quality possible from the originals, whereas elsewhere, such as rally reports, space might have been the driving factor, here the car is the important feature.</p>
<a href="vintagetransportweekend2018">
<h2>Vintage Transport Weekend, The Battlefield Line, Market Bosworth Station – 20<sup>th</sup> May 2018</h2>
</a>
<a href="tmcannualrally2017">
<h2>Hanbury Hall, TMC Annual Rally – 11<sup>th</sup> June 2017</h2>
</a>
Expand Down
Binary file added photos/events/vintagetransportweekend2018/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photos/events/vintagetransportweekend2018/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added photos/events/vintagetransportweekend2018/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions photos/events/vintagetransportweekend2018/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Vintage Transport Weekend 2018 Photos
author: Paul Burgess
section: photos
customstyles: true
---

<main>
<article>
<ol id="breadcrumb">
<li>
<a href="{{ site.baseurl }}/">Home</a>
</li>
<li>
<a href="{{ site.baseurl }}/photos">Photos</a>
</li>
<li>
<a href="{{ site.baseurl }}/photos/events">Rallies and Events</a>
</li>
<li>Vintage Transport Weekend 2018</li>
</ol>
<div id="content">
<h1>Vintage Transport Weekend, The Battlefield Line, Market Bosworth Station – 20<sup>th</sup> May 2018</h1>
<img src="1.jpg">
<img src="2.jpg">
<img src="3.jpg">
</div>
</article>
<aside>
<h2>Cars in attendance</h2>
<ul class="disableListStyles">
<li>
<h3>Paul Burgess</h3>
<div class="numberPlateMarker">NKA 947</div>
</li>
</ul>
</aside>
</main>
16 changes: 16 additions & 0 deletions photos/events/vintagetransportweekend2018/page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
main article img {
width: 100%;
margin-bottom: 15px;
}

aside ul {
text-align: center;
}

aside ul li h3 {
margin-bottom: 1px;
}

aside ul li .numberPlateMarker {
margin-bottom: 7px;
}

0 comments on commit 2ab438c

Please sign in to comment.