diff --git a/app/assets/images/500.png b/app/assets/images/500.png deleted file mode 100644 index ea507efc9..000000000 Binary files a/app/assets/images/500.png and /dev/null differ diff --git a/app/assets/stylesheets/views/error_pages.css.sass b/app/assets/stylesheets/views/error_pages.css.sass index 0e89475e0..76734c706 100644 --- a/app/assets/stylesheets/views/error_pages.css.sass +++ b/app/assets/stylesheets/views/error_pages.css.sass @@ -1,61 +1,68 @@ /*404*/ -article div.all +article div.all.error404 + text-align: center - .error404 + img + margin: 0 auto + + h1 + font-size: 48px + font-weight: normal + + span + color: #4496d0 + + h2 + font-size: 18px + font-weight: normal + + p text-align: center - - h1 - font-size: 48px - font-weight: normal - - span - color: #4496d0 - - h2 - font-size: 18px - font-weight: normal - - p - text-align: center - font-size: 14px + font-size: 14px /*500*/ - .error500 +article div.all.error500 + text-align: center + + img + margin: 0 auto + + h1 + font-size: 48px + font-weight: normal + + span + color: #4496d0 + + h2 + font-size: 18px + font-weight: normal + + p text-align: center - - h1 - font-size: 48px - font-weight: normal - - span - color: #4496d0 - - h2 - font-size: 18px - font-weight: normal - - p - text-align: center - font-size: 14px + font-size: 14px /*503*/ - .error503 +article div.all.error503 text-align: center - h1 - font-size: 38px - font-weight: normal - text-align: center + img + margin: 0 auto - span - color: #4496d0 + h1 + font-size: 38px + font-weight: normal + text-align: center - h2 - font-size: 18px - font-weight: normal + span + color: #4496d0 - span - color: #4496d0 + h2 + font-size: 18px + font-weight: normal + + span + color: #4496d0 diff --git a/public/404.html b/public/404.html index 6f0a08e54..f143c25d9 100644 --- a/public/404.html +++ b/public/404.html @@ -29,25 +29,22 @@ -
- +
+ +
+

Error 404

Page not found

@@ -57,7 +54,6 @@ Or use the search.

-
diff --git a/public/500.html b/public/500.html index 1aa2e55f1..d0bc24eae 100644 --- a/public/500.html +++ b/public/500.html @@ -1,97 +1,87 @@ - 500 - + 404 + + -
- -
-
+
- -
+
- - -
- -
- -

Error 500

-

Something went wrong.
- We've been notified about this issue
- and we'll take a look at it shortly.

-

- Try to open other pages. -

- -
- + + + +
+
+
+
+
+ +
+
+

Error 500

+

Something went wrong.

+

+ We've been notified about this issue
+ and we'll take a look at it shortly. +

+

+ Try to open other pages. +

+ +
+
+
+
-
-
-
- -
- -
diff --git a/public/pics/404.png b/public/pics/404.png index 9efbf38fa..eb94f0bef 100644 Binary files a/public/pics/404.png and b/public/pics/404.png differ diff --git a/public/pics/500.png b/public/pics/500.png new file mode 100644 index 000000000..79dfb144b Binary files /dev/null and b/public/pics/500.png differ diff --git a/app/assets/images/503.png b/public/pics/503.png similarity index 100% rename from app/assets/images/503.png rename to public/pics/503.png