summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-04-30 19:56:37 -0400
committerBen Burwell <bburwell1@gmail.com>2014-04-30 19:56:37 -0400
commitc8db3b6866dda8c25ae54afe16611aa7c0cb7cd4 (patch)
tree100c383f65377dc7d22ac3028ea725629558ccf2 /index.html
parent042ebd011194592ec155181dc41976493a07e54a (diff)
Jekyll Init
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 7 insertions, 10 deletions
diff --git a/index.html b/index.html
index c726819..d1d966f 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,10 @@
---
-layout: default
-title: Your New Jekyll Site
+layout: master
+title: Ben Burwell
---
-<div id="home">
- <h1>Blog Posts</h1>
- <ul class="posts">
- {% for post in site.posts %}
- <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
- {% endfor %}
- </ul>
-</div> \ No newline at end of file
+<div class="about grid_10 push_1">
+ <p class="portrait"></p>
+ <h1>Ben Burwell</h1>
+ <p>Passionate about kerning &amp; coffee. I’m available for <a href="/assets/pdf/Ben_Burwell_Resume.pdf">freelance work</a> on a limited basis; if you’re interested in hiring me for your project, please <a href="mailto:hi@benburwell.com">get in touch</a>.</p>
+</div>