From ed816e03ee97f616a5175956ab09d91fc07e5e84 Mon Sep 17 00:00:00 2001 From: Michael Noronha Date: Tue, 1 Aug 2017 00:57:59 -0400 Subject: [PATCH] An initial redesign --- layouts/404.html | 53 ++++++++++++++++++++++++++++------- layouts/partials/css/main.css | 2 +- 2 files changed, 44 insertions(+), 11 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 6370ccd..9562be8 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,11 +1,44 @@ -{{ partial "header.html" . }} -
-
-
-
404
-
Sorry, this page does not exist.
- + + + + + 404 + + + + + + + + + +
+ logo +
+
+
+
404
+
+
The page you were looking for does not exist.
+ +
-
-
-{{ partial "footer.html" . }} + + + + diff --git a/layouts/partials/css/main.css b/layouts/partials/css/main.css index cc177f6..2711828 100644 --- a/layouts/partials/css/main.css +++ b/layouts/partials/css/main.css @@ -676,4 +676,4 @@ section.main .content .navigation a { .wf-ubuntu-mono-n4-active section.main .content .markdown code, .wf-ubuntu-mono-n4-active section.main .content .markdown pre { font-family: 'Ubuntu Mono'; -} \ No newline at end of file +}