From db31598a6a6dcbad3fdfcc6e38f96e600417ead9 Mon Sep 17 00:00:00 2001 From: Alicia Date: Fri, 30 Aug 2024 09:10:30 -0600 Subject: [PATCH 1/5] Update 404 and 500 views --- public/404.html | 164 ++++++++++++++++++++++++++++++++++-------------- public/500.html | 154 ++++++++++++++++++++++++++++++++------------- 2 files changed, 226 insertions(+), 92 deletions(-) diff --git a/public/404.html b/public/404.html index 2be3af26..6fb2d9a8 100644 --- a/public/404.html +++ b/public/404.html @@ -1,67 +1,137 @@ - The page you were looking for doesn't exist (404) + The page you were looking for doesn't exist (404)) - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

+ + -

If you are the application owner check the logs for more information.

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

404

+

+ We couldn't find... +
+ Well, you already know what this means. +

+ + Return to the homepage + +
+
+ diff --git a/public/500.html b/public/500.html index 78a030af..8363c9e7 100644 --- a/public/500.html +++ b/public/500.html @@ -4,63 +4,127 @@ We're sorry, but something went wrong (500) - - -
-
-

We're sorry, but something went wrong.

+ + -

If you are the application owner check the logs for more information.

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

500

+

+ Turn around and say hi to +
+ someone while we fix this. +

+ + Return to the homepage + +
+
+ From 977b2e3bb545cade05441d2cc7380096095fb1e6 Mon Sep 17 00:00:00 2001 From: Alicia Date: Fri, 30 Aug 2024 12:15:06 -0600 Subject: [PATCH 2/5] Add more error views --- public/406-unsupported-browser.html | 157 +++++++++++++++++++-------- public/422.html | 159 ++++++++++++++++++++-------- 2 files changed, 225 insertions(+), 91 deletions(-) diff --git a/public/406-unsupported-browser.html b/public/406-unsupported-browser.html index 7cf1e168..d9546208 100644 --- a/public/406-unsupported-browser.html +++ b/public/406-unsupported-browser.html @@ -4,63 +4,130 @@ Your browser is not supported (406) - - -
-
-

Your browser is not supported.

-

Please upgrade your browser to continue.

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

406

+

+ Unsupported browser. +
+ Please upgrade your browser to continue. +

+ + Refresh the page + +
+
+ diff --git a/public/422.html b/public/422.html index c08eac0d..f489f754 100644 --- a/public/422.html +++ b/public/422.html @@ -4,64 +4,131 @@ The change you wanted was rejected (422) - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

+ + -

If you are the application owner check the logs for more information.

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

422

+

+ Maybe you tried to change something +
+ you didn't have access to. +

+ + Return to the homepage + +
+
+ From 2d8a5dc08439cbe5e1e51982d96cf04a5f956630 Mon Sep 17 00:00:00 2001 From: Alicia Date: Mon, 2 Sep 2024 15:54:46 -0600 Subject: [PATCH 3/5] Fix typos --- public/404.html | 2 +- public/422.html | 2 +- public/500.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/404.html b/public/404.html index 6fb2d9a8..01d5bdb8 100644 --- a/public/404.html +++ b/public/404.html @@ -112,7 +112,7 @@
-
+
diff --git a/public/422.html b/public/422.html index f489f754..fbe4029e 100644 --- a/public/422.html +++ b/public/422.html @@ -110,7 +110,7 @@
-
+
diff --git a/public/500.html b/public/500.html index 8363c9e7..9d47aedb 100644 --- a/public/500.html +++ b/public/500.html @@ -104,7 +104,7 @@
-
+
From 1b2ea47921f3a99b7af16515589fa194f095737a Mon Sep 17 00:00:00 2001 From: Alicia Date: Mon, 2 Sep 2024 15:56:35 -0600 Subject: [PATCH 4/5] Remove top margin --- public/404.html | 1 - public/406-unsupported-browser.html | 1 - public/422.html | 1 - public/500.html | 1 - 4 files changed, 4 deletions(-) diff --git a/public/404.html b/public/404.html index 01d5bdb8..f6aba045 100644 --- a/public/404.html +++ b/public/404.html @@ -40,7 +40,6 @@ justify-content: center; height: 100vh; width: 100%; - margin-top: 72px; } .rw-error-page div.content { diff --git a/public/406-unsupported-browser.html b/public/406-unsupported-browser.html index d9546208..f06ae8bd 100644 --- a/public/406-unsupported-browser.html +++ b/public/406-unsupported-browser.html @@ -39,7 +39,6 @@ justify-content: center; height: 100vh; width: 100%; - margin-top: 72px; } .rw-error-page div.content { diff --git a/public/422.html b/public/422.html index fbe4029e..e423f60d 100644 --- a/public/422.html +++ b/public/422.html @@ -40,7 +40,6 @@ justify-content: center; height: 100vh; width: 100%; - margin-top: 72px; } .rw-error-page div.content { diff --git a/public/500.html b/public/500.html index 9d47aedb..f1a62854 100644 --- a/public/500.html +++ b/public/500.html @@ -40,7 +40,6 @@ justify-content: center; height: 100vh; width: 100%; - margin-top: 72px; } .rw-error-page div.content { From fd846b0a2a853c1b5a216e41720eb066f6d29da8 Mon Sep 17 00:00:00 2001 From: Andres Alvidrez Date: Mon, 2 Sep 2024 16:13:46 -0600 Subject: [PATCH 5/5] typo --- public/404.html | 2 +- public/406-unsupported-browser.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/404.html b/public/404.html index f6aba045..4dade267 100644 --- a/public/404.html +++ b/public/404.html @@ -1,7 +1,7 @@ - The page you were looking for doesn't exist (404)) + The page you were looking for doesn't exist (404)