summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-27 16:42:05 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-27 16:42:05 -0500
commit3b563b3b82f4b4f20e66e1f9aea6dc16a08fc802 (patch)
treed2a1ee43c5c7cd74bd0ad98b5ab76899788bcf49 /index.html
parenta2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (diff)
Clean up markup & styles
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index bca626e..001906d 100644
--- a/index.html
+++ b/index.html
@@ -1,14 +1,14 @@
---
layout: master
-title: Ben Burwell
+title: Ben Burwell - Software Engineer
---
-<section class="about">
+<section itemscope itemtype="http://schema.org/Person" class="about">
<p class="portrait"></p>
- <h1>Ben Burwell</h1>
- <p>Software engineer, student, hacker. Passionate about kerning &amp; coffee.</p>
+ <h1 itemprop="name">Ben Burwell</h1>
+ <p itemprop="description" class="center">Software engineer, student, hacker. Passionate about kerning &amp; coffee.</p>
{% for post in site.posts limit:1 %}
- <p><i>Latest post:</i> <a href="{{ post.url }}">{{ post.title }}</a></p>
+ <p class="center"><i>Latest post:</i> <a href="{{ post.url }}">{{ post.title }}</a></p>
{% endfor %}
</section>