-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from jsoxford/sponsors_page
Add a sponsors page
- Loading branch information
Showing
4 changed files
with
56 additions
and
11 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
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,27 @@ | ||
--- | ||
layout: page.html | ||
title: Sponsors | ||
--- | ||
|
||
<h1> | ||
<a href="/{{lowerCase title}}/">{{ title }}</a> | ||
</h1> | ||
|
||
<p> | ||
JSOxford can only operate thanks to the kind support of our sponsors. Sponsors help us cover costs including, but not limited to, venue hire, event insurance and refreshments. We thank each for their support. | ||
</p> | ||
|
||
<h2>Our Wonderful Sponsors <small>(Past and Present)</small></h2> | ||
|
||
<div class="sponsors"> | ||
{{#each (getSponsors collections.events) }} | ||
<figure> | ||
<img src="{{this.logo}}" alt="{{this.name}}"> | ||
<figcaption> | ||
<a href="{{this.url}}"> | ||
{{this.name}} | ||
</a> | ||
</figcaption> | ||
</figure> | ||
{{/each}} | ||
</div> |