-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·32 lines (31 loc) · 896 Bytes
/
index.html
File metadata and controls
executable file
·32 lines (31 loc) · 896 Bytes
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
29
30
31
32
---
layout: default
title: Home
categories: homepage
---
<div class="menu" id="menu">
<a class="split-container" href="/about/">
<div class="split about progressive replace">
<div class="heading-container">
<h2>About</h2>
</div>
<span class="subheading">What I do and why I do it.</span>
</div>
</a>
<a class="split-container" href="/blog/">
<div class="split blog progressive replace">
<div class="heading-container">
<h2>Blog</h2>
</div>
<span class="subheading">What I think and why I think it.</span>
</div>
</a>
<a class="split-container" href="/projects/">
<div class="split projects progressive replace">
<div class="heading-container">
<h2>Projects</h2>
</div>
<span class="subheading">What I make and why I make it.</span>
</div>
</a>
</div>