From 9051be6066ecb670c20ea40f0b8b069c44101799 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Fri, 9 Feb 2018 20:21:11 -0600 Subject: Updates --- 404.html | 25 +++---- 500.html | 14 ++++ 502.html | 14 ++++ _includes/footer.html | 2 +- _includes/nug-register.html | 138 +++++++++++++-------------------------- _includes/registration-form.html | 36 ++++++++-- _includes/registration.html | 1 - _sass/site.scss | 23 ++++++- 8 files changed, 134 insertions(+), 119 deletions(-) create mode 100644 500.html create mode 100644 502.html diff --git a/404.html b/404.html index 08c81ab..29f63c4 100644 --- a/404.html +++ b/404.html @@ -1,21 +1,14 @@ --- -layout: default +layout: welcome sitemap: false permalink: /404.html --- -
-
-
-
-
-

Error: 404 Page not found!

-

Im sorry but the page you are looking for can not be found at this time.

-
-
-
-
-
-
-
-
+
+
+

+

Error: 404

+

Page not found!

+

Im sorry but the page you are looking for can not be found at this time.

+
+
diff --git a/500.html b/500.html new file mode 100644 index 0000000..da484ce --- /dev/null +++ b/500.html @@ -0,0 +1,14 @@ +--- +layout: welcome +sitemap: false +permalink: /500.html +--- + +
+
+

+

Error: 500

+

Internal Server Error

+

This code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.

+
+
diff --git a/502.html b/502.html new file mode 100644 index 0000000..5395606 --- /dev/null +++ b/502.html @@ -0,0 +1,14 @@ +--- +layout: welcome +sitemap: false +permalink: /502.html +--- + +
+
+

+

Error: 502

+

Bad Gateway

+

This server (nginx) received an invalid response from the upstream server (ejabberd).

+
+
diff --git a/_includes/footer.html b/_includes/footer.html index def36ab..f257a60 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@