summaryrefslogtreecommitdiff
path: root/index.html
blob: 173c7b39cb959e64351ac8b27892e6f1cb59e413 (plain)
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
---
layout: master
title: Ben Burwell - Software Engineer
---

<div class="one-half column">
  <pre>{
  "name": "Ben Burwell",
  "location": "Allentown, PA",
  "twitter": "<a href="https://twitter.com/bburwell">@bburwell</a>",
  "github": "<a href="https://github.com/benburwell">@benburwell</a>",
  "keybase": "<a href="https://keybase.io/benburwell">@benburwell</a>",
  "email": "<a href="mailto:ben@benburwell.com">ben@benburwell.com</a>",
  "pgp": "<a href="https://keybase.io/benburwell/key.asc">6661 12D9 67A3 6ECD</a>",
  "resume": "<a href="/assets/pdf/Ben_Burwell_Resume.pdf">resume.pdf</a>"
}</pre>
</div>

<div class="one-half column">
  <h2>Recent Posts</h2>
  <ul>
    {% for post in site.posts limit:3 %}
    <li><a href="{{ post.url }}">{{ post.title }}</a></li>
    {% endfor %}
  </ul>

  <h2>About</h2>
  <p>I am a software engineer and <a href="/theatre/">lighting designer</a>. I’m passionate about kerning, coffee, and the <a href="https://en.wikipedia.org/wiki/Unix_philosophy" target="_blank">UNIX philosophy</a>.</p>
</div>