diff --git a/static/css/default.css b/static/css/default.css index 1e10a9c..900cb5d 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -4646,7 +4646,7 @@ button.bg-light:focus { background-image: url("../img/screenshot-2.jpg") !important; } .bg-image-3{ - background-image: url("../img/screenshot-1.jpg") !important; + background-image: url("../img/screenshot-townsquare.jpg") !important; } a.bg-dark:hover, a.bg-dark:focus, diff --git a/static/img/vh_logo_small.png b/static/img/vh_logo_small.png new file mode 100644 index 0000000..f902e85 Binary files /dev/null and b/static/img/vh_logo_small.png differ diff --git a/templates/index.html b/templates/index.html index 70f263f..5f96d35 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,30 +1,11 @@ - - - - - - - Veiled Haven - Vanilla Survival Minecraft - - - - - - - - - - - - +{% include 'parts/head.html' %}
- - - - - - - - - +{% include 'parts/tail.html' %} diff --git a/templates/parts/head.html b/templates/parts/head.html new file mode 100644 index 0000000..9ebcf9d --- /dev/null +++ b/templates/parts/head.html @@ -0,0 +1,20 @@ + + + + + + + Veiled Haven - Vanilla Survival Minecraft + + + + + + + + + + + + diff --git a/templates/parts/tail.html b/templates/parts/tail.html new file mode 100644 index 0000000..6207044 --- /dev/null +++ b/templates/parts/tail.html @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/templates/success.html b/templates/success.html index 0a67944..3a5aaa8 100644 --- a/templates/success.html +++ b/templates/success.html @@ -1,30 +1,15 @@ - - - - - - Form - - +{% include 'parts/head.html' %} + +
+
+
+
+

Success!

+

We'll contact you via Discord! Make sure that you are able to receive Friend Requests!

+

You can now close this tab, or go back to the Homepage

+
+
+
+
+{% include 'parts/tail.html' %} -
-

Success, we'll contact you via Discord! Make sure that you are able to recieve Friend Requests!

-

You can now close this tab, or go back to the Homepage

-
- -