summaryrefslogtreecommitdiff
path: root/index.html
blob: bca626e4269dec53571b1fcb3d436675f9b1a36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: master
title: Ben Burwell
---

<section class="about">
    <p class="portrait"></p>
    <h1>Ben Burwell</h1>
    <p>Software engineer, student, hacker. Passionate about kerning &amp; coffee.</p>
    
    {% for post in site.posts limit:1 %}
    <p><i>Latest post:</i> <a href="{{ post.url }}">{{ post.title }}</a></p>
    {% endfor %}
</section>