diff options
author | Ben Burwell <ben@benburwell.com> | 2015-05-06 00:05:28 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-05-06 00:05:28 -0400 |
commit | dff2c74708c66e1aa7d943aff3a2c39abccd0f6e (patch) | |
tree | 74639e0fee3349e3b6c6312ec112a3aeb234a2a1 | |
parent | 2d66f61bf496aec5c54e6f8e13c5a9682ed0e0d7 (diff) |
Update home page
-rw-r--r-- | index.html | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -6,17 +6,16 @@ title: Ben Burwell - Software Engineer <div class="left"> <pre>{ "<em>name</em>": "<em>Ben Burwell</em>", + "<em>location</em>": { + "<em>name</em>": "<em>Allentown, PA</em>", + "<em>gps</em>": "<a href="http://www.openstreetmap.org/#map=14/40.6000/-75.4700" target="_blank">40.60° N, 75.47° W</a>" + }, "<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>" - } + "<em>email</em>": "<a href="mailto:ben@benburwell.com">ben@benburwell.com</a>", + "<em>gpg</em>": "<a href="https://keybase.io/benburwell/key.asc">6661 12D9 67A3 6ECD</a>", + "<em>resume</em>": "<a href="/assets/pdf/Ben_Burwell_Resume.pdf">resume.pdf</a>" }</pre> </div> @@ -29,6 +28,6 @@ title: Ben Burwell - Software Engineer </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> + <p>I am a software engineer, security & crypto enthusiast, <a href="/theatre/">lighting designer</a>, and <a href="http://ohmyz.sh/" target="_blank">Oh My Zsh!</a> user. I'm passionate about kerning, coffee, and the <a href="https://en.wikipedia.org/wiki/Unix_philosophy" target="_blank">UNIX philosophy</a>.</p> </div> </section> |