diff options
author | Ben Burwell <ben@benburwell.com> | 2015-03-30 02:46:14 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-03-30 02:46:14 -0400 |
commit | 2b59a0f8355ae8b4bf71cf5c2a365de91f5ebe1b (patch) | |
tree | baaeeeccef58a402b328b1abbdd667dca7e6b5f7 /index.html | |
parent | 475275e0bb1d7e494ff3579595bf0e8dcda8474a (diff) |
redesign
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 38 |
1 files changed, 30 insertions, 8 deletions
@@ -2,13 +2,35 @@ layout: master title: Ben Burwell - Software Engineer --- +<section class="about split"> + <div class="left"> + <pre> +{ + "<em>name</em>": "<em>Ben Burwell</em>", + "<em>twitter</em>": "<a href="https://twitter.com/bburwell">@bburwell</a>", + "<em>github</em>": "<a href="https://github.com/benburwell">@benburwell</a>", + "<em>keybase</em>": "<a href="https://keybase.io/benburwell">@benburwell</a>", + "<em>email</em>": { + "<em>address</em>": "<a href="mailto:ben@benburwell.com">ben@benburwell.com</a>", + "<em>pgp</em>": "<a href="https://keybase.io/benburwell/key.asc">6661 12D9 67A3 6ECD</a>" + }, + "<em>resume</em>": { + "<em>pdf</em>": "<a href="/assets/pdf/Ben_Burwell_Resume.pdf">resume.pdf</a>", + "<em>tex</em>": "<a href="https://raw.githubusercontent.com/benburwell/resume/master/resume.tex">resume.tex</a>" + } +} + </pre> + </div> -<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 & 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 %} + <div class="right"> + <h2>Recent Posts</h2> + <ul class="compressed-list"> + {% 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, security & crypto enthusiast, <a href="/theatre/">lighting designer</a>, and <code>zsh</code> user. I'm passionate about kerning and coffee.</p> + </div> </section> |