From 8f0c71f66409b27bc969d632045b5a0e21375591 Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Tue, 23 Oct 2018 17:17:23 +0200 Subject: [PATCH] Converted 404 to html --- .../_layout.scssc | Bin 24506 -> 25482 bytes 404.html | 18 +++++++++++ 404.md | 22 ------------- _sass/_layout.scss | 6 ++++ _site/404.html | 29 ++++++++---------- _site/blog/index.html | 4 +-- _site/css/main.css | 5 +++ _site/feed.xml | 20 ++++++------ _site/index.html | 4 +-- ...t-a-bluetooth-keyboard-work-with-arch.html | 4 +-- .../installing-gentoo-on-a-thinkpad-x60s.html | 4 +-- ...people-launching-rm-rf-on-your-system.html | 4 +-- 12 files changed, 62 insertions(+), 58 deletions(-) create mode 100644 404.html delete mode 100644 404.md diff --git a/.sass-cache/02489c73d862e060640389629d6692bb14c5a48b/_layout.scssc b/.sass-cache/02489c73d862e060640389629d6692bb14c5a48b/_layout.scssc index 2abf82fc411109a819dd1cc0aa127d3825cc47fe..da423147f6dc238803ff05c43c4c01023fada980 100644 GIT binary patch delta 736 zcmdnBpRwyWqn@#znVtccv7vFYrFoKhvbnjjg^{^wqJgEUNs@_qQi{2OMY3sPlDUZm zP~K#so;sua#;|4K7WvjuJl1^CY@SM{`dSL1C7C&yC6x-vIf=!^3TgR83dyN?C8=f$-04(4t3U|`PO2b*5dir671F@nRV8ZnQYclNIWxZX$Mhj z83(a^YZHEJQ;v4yte%|UrKE&i83(emgy&efoU__WL{5$$s2ja)EH~f zEv*4sDu6Hz#1)ym(N)e9yHX^J!Ajv?c7X(r1Je;Cmw=S;O-|$yw*;C7w#R|#C>vZ4 zFnB>h0t#Mev^p>?Mra3z>Ew^$3XC^43q=&OCvlOKU=+0UxezfAjAn&uE(L{@%;JKa d#7Zkj>aqrkfSL_Kvz*^Ob#!Y8Lii!v5%u8A&YpB$QO3IJ047SI3y diff --git a/404.html b/404.html new file mode 100644 index 0000000..be50d1b --- /dev/null +++ b/404.html @@ -0,0 +1,18 @@ +--- +layout: main +permalink: /404.html +--- +

404 - page not found

+ +

+If you didn't come on purpose I apologise, but the page you are searching doesn't exist. +If you came on purpose enjoy this minimal gif of a dancing Rick Astley. +

+ +

+Rick Astley gif +

+ +

+Thanks to Giorgio Croci + for the gif!

diff --git a/404.md b/404.md deleted file mode 100644 index ad8c0f9..0000000 --- a/404.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: main -permalink: /404.html ---- - -# 404 - page not found - -If you didn't come on purpose I apologise, but the page you are searching doesn't exist. -But, if you came on purpose, enjoy a flat Rick Astley gif dancing. - -![Rick gif](/astley.gif) - - - -Thanks [Giorgio Croci!](https://github.com/Giorgio-Croci) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index eb39070..eab578d 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -117,3 +117,9 @@ a.icon i.fa { display: table-cell; vertical-align: middle; } + +/* Utility class for centering block elements */ +.block-center { + display: block; + margin: auto; +} diff --git a/_site/404.html b/_site/404.html index 944da26..5b89b21 100644 --- a/_site/404.html +++ b/_site/404.html @@ -12,8 +12,8 @@ - - + + @@ -90,23 +90,20 @@
-

404 - page not found

+

404 - page not found

-

If you didn’t come on purpose I apologise, but the page you are searching doesn’t exist. -But, if you came on purpose, enjoy a flat Rick Astley gif dancing.

+

+If you didn't come on purpose I apologise, but the page you are searching doesn't exist. +If you came on purpose enjoy this minimal gif of a dancing Rick Astley. +

-

Rick gif

+

+Rick Astley gif +

- - -

Thanks Giorgio Croci!

+

+Thanks to Giorgio Croci + for the gif!