Skip to content

Commit ef10045

Browse files
author
Scott Straughan
committed
Add results index page.
1 parent 2aeb589 commit ef10045

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

results/index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: page
3+
---
4+
5+
<!-- Section: Results -->
6+
<section id="results">
7+
<div class="wrapper">
8+
<h1><span class="material-icons">star</span>Results</h1>
9+
10+
<div class="items">
11+
<a href="{{'results/deliverables' | absolute_url}}">
12+
<div>
13+
<span class="material-icons">sports_score</span>
14+
<h1>Deliverables</h1>
15+
<h2>View all the SYCLOPS project deliverables.</h2>
16+
</div>
17+
</a>
18+
<a href="{{'results/publications' | absolute_url}}">
19+
<div>
20+
<span class="material-icons">newspaper</span>
21+
<h1>Publications</h1>
22+
<h2>View all the SYCLOPS project publications.</h2>
23+
</div>
24+
</a>
25+
</div>
26+
</div>
27+
</section>

0 commit comments

Comments
 (0)