From 255330b32ff6d7b8ac4032a9534a1564a6176aa8 Mon Sep 17 00:00:00 2001 From: TheOrangeOne Date: Wed, 24 Aug 2016 12:34:21 +0100 Subject: [PATCH] Rewrite 404 page --- content/pages/404.html | 23 ++++++++++++++++------- theme/static/src/scss/functional.scss | 5 +++++ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/content/pages/404.html b/content/pages/404.html index 12ee43b..3266105 100644 --- a/content/pages/404.html +++ b/content/pages/404.html @@ -1,17 +1,26 @@ - - + - + + -
+
-

The page you were looking for could not be found.

-

Don't worry, I've send these badass tech ninjas to go and find it. Rest assured it will be found!

+
+

The page you were looking for could not be found.

+

¯\_(ツ)_/¯

+
- For now, here's a cat GIF! +
+

For now, here's a picture of a cat!

+ Cat +
diff --git a/theme/static/src/scss/functional.scss b/theme/static/src/scss/functional.scss index c1432e0..9767098 100644 --- a/theme/static/src/scss/functional.scss +++ b/theme/static/src/scss/functional.scss @@ -1,3 +1,8 @@ .margin { margin: 15px; } + +.header-bg { + background-image: url("../img/header.jpg"); + background-position: center; +}