diff --git a/_error/401.html b/_error/401.html index 99ef7eb..f8caae3 100644 --- a/_error/401.html +++ b/_error/401.html @@ -1,64 +1,61 @@ - - - - - - - - - - - - Error 401 - - - - - - - - - - - - - - - -
-
-
-
-
-

Error 401: Unauthorized

-

You do not have sufficient permissions to access the requested resource. If you believe this to be in error, please contact an administrator.

-
-
-
-
-
- - - - - + + + + + + + + + + + + + ERROR 401 + + + + + + + + + + + + + +
+
+
+ +

HTTP 401: Unauthorized

+ +

Insufficient permissions to access the requested resource.

+
+  Home +  Back +
+  Details +
+
+
+
+ + + + + + diff --git a/_error/403.html b/_error/403.html index 9a08d55..15daba1 100644 --- a/_error/403.html +++ b/_error/403.html @@ -1,64 +1,61 @@ - + + + + + + + - - - - - + + ERROR 403 + + + + - Error 403 + + + + - - - - + - - + +
+
+
- - - - - +
+
-
-
-
-
-
-

Error 403: Forbidden

-

You do not have sufficient permissions to access the requested resource. If you believe this to be in error, please contact an administrator.

-
+
+ + - + - diff --git a/_error/404.html b/_error/404.html index c4ae9e8..dc0cc3e 100644 --- a/_error/404.html +++ b/_error/404.html @@ -1,64 +1,61 @@ - + + + + + + + - - - - - + + ERROR 404 + + + + - Error 404 + + + + - - - - + - - + +
+
+
- - - - - +
+
-
-
-
-
-
-

Error 404: Resource Not Found

-

The URL you attempted to access does not exist or could not be found on the server. If this is the result of a bad link, please contact an administrator so that it can be fixed.

-
+
+ + - + - diff --git a/_error/405.html b/_error/405.html index 1497f85..10bc4f3 100644 --- a/_error/405.html +++ b/_error/405.html @@ -1,64 +1,61 @@ - + + + + + + + - - - - - + + ERROR 405 + + + + - Error 405 + + + + - - - - + - - + +
+
+
- - - - - +
+
-
-
-
-
-
-

Error 405: Method Not Allowed

-

The HTTP verb used in the request is not supported by the requested resource.

-
+
+ + - + - diff --git a/_error/406.html b/_error/406.html index cfe94db..66d116f 100644 --- a/_error/406.html +++ b/_error/406.html @@ -1,64 +1,61 @@ - + + + + + + + - - - - - + + ERROR 406 + + + + - Error 406 + + + + - - - - + - - + +
+
+
- - - - - +
+
-
-
-
-
-
-

Error 406: Unacceptable

-

The accept headers provided with the request cannot be met by the requested resource.

-
+
+ + - + - diff --git a/_error/412.html b/_error/412.html index 9a4407a..614f43f 100644 --- a/_error/412.html +++ b/_error/412.html @@ -1,64 +1,61 @@ - + + + + + + + - - - - - + + ERROR 412 + + + + - Error 412 + + + + - - - - + - - + +
+
+
- - - - - +
+
-
-
-
-
-
-

Error 412: Failed Precondition

-

A precondition specified in the request headers could not be met by the requested resource.

-
+
+ + - + - diff --git a/_error/500.html b/_error/500.html index 0d28beb..e074b08 100644 --- a/_error/500.html +++ b/_error/500.html @@ -1,64 +1,61 @@ - + + + + + + + - - - - - + + ERROR 500 + + + + - Error 500 + + + + - - - - + - - + +
+
+
- - - - - +
+
-
-
-
-
-
-

Error 500: Internal Server Error

-

An error has occurred in the server software that has resulted in a request fulfillment failure. Please contact an administrator.

-
+
+ + - + - diff --git a/_error/501.html b/_error/501.html index cf36dd6..508050c 100644 --- a/_error/501.html +++ b/_error/501.html @@ -1,64 +1,61 @@ - + + + + + + + - - - - - + + ERROR 501 + + + + - Error 501 + + + + - - - - + - - + +
+
+
- - - - - +
+
-
-
-
-
-
-

Error 501: Not Implemented

-

The requested resource has not been implemented by the server and is unavailable.

-
+
+ + - + - diff --git a/_error/502.html b/_error/502.html index ec3adbc..3987d2d 100644 --- a/_error/502.html +++ b/_error/502.html @@ -1,64 +1,61 @@ - + + + + + + + - - - - - + + ERROR 502 + + + + - Error 502 + + + + - - - - + - - + +
+
+
- - - - - +
+
-
-
-
-
-
-

Error 502: Bad Gateway

-

The server encountered an unknown error from an upstream server while acting as a reverse proxy or gateway. Please contact an administrator.

-
+
+ + - + - diff --git a/_error/css/style.css b/_error/css/style.css index cff5b52..940c382 100644 --- a/_error/css/style.css +++ b/_error/css/style.css @@ -113,11 +113,12 @@ h1, h2, h3, h4, h5, h6 { #top h2 { color: #999; margin-bottom: 50px; + font-size: 25px; } @media (max-width: 768px) { #top h2 { - font-size: 24px; + font-size: 20px; line-height: 26px; margin-bottom: 30px; } @@ -149,6 +150,12 @@ h1, h2, h3, h4, h5, h6 { border: 2px solid #1a82de; } +#top .error-icon { + padding-top: 20px; + padding-bottom: 20px; + color: white; +} + /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ diff --git a/_error/fonts/fontawesome-webfont.ttf b/_error/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..35acda2 Binary files /dev/null and b/_error/fonts/fontawesome-webfont.ttf differ diff --git a/_error/fonts/fontawesome-webfont.woff b/_error/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..400014a Binary files /dev/null and b/_error/fonts/fontawesome-webfont.woff differ diff --git a/_error/fonts/fontawesome-webfont.woff2 b/_error/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..4d13fc6 Binary files /dev/null and b/_error/fonts/fontawesome-webfont.woff2 differ diff --git a/_error/index.html b/_error/index.html deleted file mode 100644 index 787c36f..0000000 --- a/_error/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - ERROR 401 - - - - - - - - - - - - - -
-
-
- -

HTTP Error 401

- -

You do not have sufficient permissions to access the requested resource. If you believe this to be in error, please contact an administrator.

-
-  Home -  Back -
-
-
-
- - - - - -