-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
40 lines (39 loc) · 1.33 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
title: Home
---
{% include muke-zag.html %}
<div class="home-bio">
<h1 class="bio-headline">I'm Mikey Wills.</h1>
<dl class="simple-list">
<dt class="list-section">Mikey loves beautiful software.</dt>
<dt>Mikey builds beautiful software.</dt>
<dt>Mikey is —</dt>
<dt class="list-section">Working</dt>
<dd>
Currently: Head of Product @ <a href="https://www.invibe.co/" target="_blank">inVibe</a>
</dd>
<dd>
Previously: Engineer @ <a href="https://www.templarbit.com/" target="_blank">Templarbit</a>
</dd>
<dt class="list-section">Making</dt>
<dd>
Project: …
</dd>
<!-- <dd>
Writing: <a href="{{ site.posts.first.url }}">{{ site.posts.first.title }}</a>
</dd> -->
<dt class="list-section">And wasting</dt>
<dd class="list-button">
<a class="button" href="https://twitter.com/mukealicious" target="_blank">Twitter</a>
</dd>
<dd class="list-button">
<a class="button" href="https://github.com/mukealicious" target="_blank">Github</a>
</dd>
<dd class="list-button">
<a class="button" href="mailto:[email protected]?subject=Yo Mukey!" target="_blank">Email</a>
</dd>
</dl>
</div>
<div class="bio-visual"></div>
<script src="{{ "/assets/javascripts/home.js" | relative_url }}"></script>