diff options
author | Ben Burwell <ben@benburwell.com> | 2015-11-14 14:38:28 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-11-14 14:38:28 -0500 |
commit | 0d9ce29b25327f8b31040a7d945121ceaef6dc0d (patch) | |
tree | c4dfa0ab427ddd0c97c8c398a07670d820e6474f /index.html | |
parent | ce236fec927e1ca7991588a374607e53172844e6 (diff) | |
parent | f20aae71dca254e6818632821fb19617985e1cf5 (diff) |
Merge pull request #8 from benburwell/redesign
Site redesign (again)
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 29 |
1 files changed, 12 insertions, 17 deletions
@@ -3,27 +3,22 @@ layout: master title: Ben Burwell - Software Engineer --- -<div class="one-half column"> +<div class="home"> <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>" + "blog": "<a href="/posts/">/posts/</a>", + "projects": "<a href="/projects/">/projects/</a>", + "resume": "<a href="/resume.pdf">/resume.pdf</a>", + "github": "<a href="https://github.com/benburwell">@benburwell</a>", + "twitter": "<a href="https://twitter.com/bburwell">@bburwell</a>", + "likes": [ + "<a href="https://en.wikipedia.org/wiki/Unix_philosophy">unix philosophy</a>", + "crypto", + "infosec", + "<a href="/theatre/">lighting design</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> |