-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (28 loc) · 816 Bytes
/
index.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
---
layout: home
css_class: home
---
<div class='navigation-row'>
<div class='navigation'>
<a class='option' href='{% link pages/our_story.md %}'>
<div><strong>Our Story</strong></div>
</a>
<a class='option' href='{% link pages/schedule.md %}'>
<div><strong>Schedule</strong></div>
</a>
<a class='option' href='{% link pages/rsvp.md %}'>
<div><strong>RSVP</strong></div>
</a>
<a class='option' href='{% link pages/getting_around.md %}'>
<div><strong>Getting Around</strong></div>
</a>
<a class='option' href='{% link pages/things_to_do.md %}'>
<div><strong>Things to do</strong></div>
</a>
<a class='option' href='{% link pages/faq.md %}'>
<div><strong>FAQ</strong></div>
</a>
</div>
<div class='home-image'>
</div>
</div>