diff --git a/content/about.html b/content/about.html
new file mode 100644
index 0000000..77f33db
--- /dev/null
+++ b/content/about.html
@@ -0,0 +1,18 @@
++++
+date = "2015-06-25T14:46:35-08:00"
+draft = false
+title = "About"
+aliases = [
+ "/pages/about.html",
+]
+
++++
+
+
The Dillons work and play in Anchorage, Alaska
+
+
+
+

+
+
+
diff --git a/content/about.md b/content/about.md
deleted file mode 100644
index 73a6260..0000000
--- a/content/about.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-date = "2015-06-20T16:42:10-08:00"
-draft = false
-title = "About"
-aliases = [
- "/pages/about.html",
-]
-
-+++
-
-### The Dillons work and play in Anchorage, Alaska.
-
-{{< figure src="/img/dillons.jpg" title="M and D" class="dillons">}}
-
diff --git a/layouts/index.html b/layouts/index.html
index afe13dd..72389d0 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,7 +2,11 @@
{{ partial "header.html" . }}
-
+
+
+

+
+
{{ partial "footer.html" . }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index bd34695..efb6d79 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -5,6 +5,7 @@
+
{{ .Site.Title }}
diff --git a/public b/public
index 5940410..316f7b5 160000
--- a/public
+++ b/public
@@ -1 +1 @@
-Subproject commit 594041086f27ac1e08cb3b301ec98b6d429dab3f
+Subproject commit 316f7b5ae351490a225326f98e0e183756d7efdb
diff --git a/static/css/starter.css b/static/css/starter.css
index 601dd2c..d52d32c 100644
--- a/static/css/starter.css
+++ b/static/css/starter.css
@@ -13,11 +13,6 @@
height: 100%;
}
-.dillons img {
- width: 350px;
- height: 350px;
-}
-
a, a:visited {
color: #000000;
}
@@ -34,22 +29,23 @@ a:hover {
font-size: 22px;
margin-bottom: 0;
}
+
@media (min-width: 48em) {
.logo {
float: left;
}
-}
-@media (min-width: 48em) {
.nav {
float: right;
}
}
+
.nav li {
display: inline;
line-height: 3.5;
margin-left: 25px;
}
+
.nav li:first-of-type {
margin-left: 0;
}