-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 914 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
---
layout: base
title: Mark Rothermel · Homepage
permalink: /
---
<link rel="stylesheet" href="{{ 'assets/css/frontpage.css' | relative_url }}">
<div id="title-background"></div>
<div id="main-screen">
<div id="main-menu-container">
<div id="main-menu">
<span id="main-title">Mark Rothermel</span>
<a class="main-menu-option" href="{{ '/about' | relative_url }}">About Me</a>
<a class="main-menu-option" href="{{ '/projects' | relative_url }}">Projects</a>
<a class="main-menu-option" href="{{ '/blog' | relative_url }}">Blog</a>
<a class="main-menu-option" href="{{ '/photography' | relative_url }}">Photography</a>
<a class="main-menu-option" href="{{ '/contact' | relative_url }}">Contact</a>
</div>
<div id="main-menu-margin"></div>
</div>
{% include footer.html %}
</div>
<script src="{{ '/assets/js/frontpage.js' | relative_url }}"></script>