diff --git a/sass/css/_layout.scss b/sass/css/_layout.scss index cd99bba..9bb3489 100644 --- a/sass/css/_layout.scss +++ b/sass/css/_layout.scss @@ -89,6 +89,15 @@ p ~ h5 { background-size: contain; } + .hero4 { + height: 750px; + background: url("../images/404@2x-min.png") repeat-x top center; + -webkit-background-size: contain; + -moz-background-size: contain; + -o-background-size: contain; + background-size: contain; + } + .hero + main { margin-top: -150px; } diff --git a/static/images/404@2x-min.png b/static/images/404@2x-min.png new file mode 100644 index 0000000..6cd82f0 Binary files /dev/null and b/static/images/404@2x-min.png differ diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..0a260a8 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,169 @@ + + + + + + {% if page and page.title %}{{ page.title }} |{% endif %} {% block title%}{{ config.title }}{% endblock %} + + + + + + + + + {% block ogtitle %} + + {% endblock %} + {% block ogdescription %} + + {% endblock %} + + + + {% block meta %}{% endblock meta %} + + + + + + + + + + + + + + + + + + + + + + + + {% block styles %}{% endblock %} + + + + + + +
+ +
+ + + +
+ +
+ + + + +
+ +
+ +
+ +
+ +

Oops, it slipped!

+ + + +
+ +
+ +
+ +
+ + + + {% block main %} + {% endblock %} + + + + + + + + + + + + + + + + +