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

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