summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-06-06 23:59:27 -0400
committerBen Burwell <ben@benburwell.com>2020-06-06 23:59:27 -0400
commitaf81bdaf4ba94000a93503b6001a46bbe2062ec4 (patch)
treec992fd020ed25a8ee9d4be5b3d1cb5909132af81
parent0afe3e36494d62446af8dffd4e49ca0942d09c20 (diff)
Refresh home page layout
-rw-r--r--_layouts/nav.html9
-rw-r--r--assets/base.css2
-rw-r--r--index.md57
-rw-r--r--posts/index.html2
4 files changed, 57 insertions, 13 deletions
diff --git a/_layouts/nav.html b/_layouts/nav.html
index 57cabb9..f955d0f 100644
--- a/_layouts/nav.html
+++ b/_layouts/nav.html
@@ -2,10 +2,11 @@
layout: master
---
<nav>
- <a href="/">Home</a> /
- <a href="/posts/">Blog</a> /
- <a href="/projects.html">Projects</a> /
- <a href="/food/">Food</a> /
+ <a href="/">Home</a> &middot;
+ <a href="/posts/">Blog</a> &middot;
+ <a href="/projects.html">Projects</a> &middot;
+ <a href="/food/">Food</a> &middot;
<a href="/talks.html">Talks</a>
</nav>
+<hr>
{{ content }}
diff --git a/assets/base.css b/assets/base.css
index f87b2ae..82585ae 100644
--- a/assets/base.css
+++ b/assets/base.css
@@ -10,7 +10,7 @@ img { max-width: 100% }
body { color: #242424 }
-h1, h2, h3, h4, h5, h6 { font-family: sans-serif }
+h1, h2, h3, h4, h5, h6, dt { font-family: sans-serif }
table, td, th {
border: 1px solid #ccc;
diff --git a/index.md b/index.md
index bea5804..5dc2663 100644
--- a/index.md
+++ b/index.md
@@ -5,13 +5,58 @@ title: Ben Burwell
# Ben Burwell
-- [Blog](/posts/)
-- [Projects](/projects.html)
-- [Talks](/talks.html)
-- [Tech theatre](/theatre.html)
-- Email: anything @benburwell.com
+<dl>
+ <dt><strong><a href="/posts/">Blog</a></strong></dt>
+ <dd>
+ <p>
+ A place where I occasionally write about things like
+ <a href="/posts/welding/">welding</a>,
+ <a href="/posts/how-does-dhcp-work/">DHCP</a>, and the
+ <a href="/posts/how-dewey-decimal-works/">Dewey Decimal Classification</a>.
+ </p>
+ </dd>
-**Around the net…**
+ <dt><strong><a href="/projects.html">Projects</a></strong></dt>
+ <dd>
+ <p>
+ Details about a bunch of (mostly software-related) things I've worked on.
+ </p>
+ </dd>
+
+ <dt><strong><a href="/food/">Food &amp; Cooking</a></strong></dt>
+ <dd>
+ <p>
+ Recipes, techniques, and other cooking-related resources abound!
+ </p>
+ </dd>
+
+ <dt><strong><a href="/talks.html">Talks I've Given</a></strong></dt>
+ <dd>
+ <p>
+ Currently, this list just has one entry :(
+ </p>
+ </dd>
+
+ <dt><strong><a href="https://git.burwell.io">Git Repositories</a></strong></dt>
+ <dd>
+ <p>
+ A collection of git repositories for software I use or have written.
+ </p>
+ </dd>
+
+ <dt><strong><a href="/theatre.html">Tech Theatre</a></strong></dt>
+ <dd>
+ <p>
+ Just a list of productions I've been involved with, mostly for my own
+ reference.
+ </p>
+ </dd>
+</dl>
+
+<hr>
+
+You can contact me by sending email to my first name `@benburwell.com`. You can
+also find me elsewhere on the web:
- [GitHub](https://github.com/benburwell)
- [Sourcehut](https://git.sr.ht/~benburwell)
diff --git a/posts/index.html b/posts/index.html
index fe490d1..c118c63 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -8,8 +8,6 @@ description: Irregularly updated blogish thing about stuff I’m interested in.
<p>I occasionally write things, and when I do they usually end up here. There’s
also an <a href="/feed.xml">RSS feed</a>.</p>
-<hr/>
-
{% for post in site.posts %}
<h2>
<a href="{{post.url}}">{{post.title}}</a>