diff --git a/WebHostLib/static/styles/islandFooter.css b/WebHostLib/static/styles/islandFooter.css index c7b69d5e..96611f4e 100644 --- a/WebHostLib/static/styles/islandFooter.css +++ b/WebHostLib/static/styles/islandFooter.css @@ -6,7 +6,7 @@ justify-content: space-between; width: calc(100% - 0.5rem); padding-left: 0.5rem; - padding-top: 50px; + padding-top: 80px; color: #dfedc6 } diff --git a/WebHostLib/static/styles/landing.css b/WebHostLib/static/styles/landing.css index 59848b0b..7c8b8f2e 100644 --- a/WebHostLib/static/styles/landing.css +++ b/WebHostLib/static/styles/landing.css @@ -37,7 +37,7 @@ html{ #landing-links{ margin-left: auto; margin-right: auto; - height: 400px; + height: 350px; } #landing-links a{ @@ -214,12 +214,20 @@ html{ } #landing{ - width: 660px; - min-height: 360px; + width: 700px; + min-height: 280px; margin-left: auto; margin-right: auto; } +#landing #first-line{ + font-weight: 500; +} + +#landing .variable{ + color: #ffff00; +} + .landing-deco{ position: absolute; } diff --git a/WebHostLib/templates/islandFooter.html b/WebHostLib/templates/islandFooter.html index eb7a52af..073c32f1 100644 --- a/WebHostLib/templates/islandFooter.html +++ b/WebHostLib/templates/islandFooter.html @@ -7,6 +7,8 @@ Wiki - Contributors + - + Bug Report {% endblock %} diff --git a/WebHostLib/templates/landing.html b/WebHostLib/templates/landing.html index cbd90fe2..4123a25f 100644 --- a/WebHostLib/templates/landing.html +++ b/WebHostLib/templates/landing.html @@ -1,7 +1,7 @@ {% extends 'pageWrapper.html' %} {% block head %} - Berserker's Multiworld + MultiWorld {% endblock %} @@ -33,16 +33,20 @@
+

Welcome to the Multiworld Randomizer!

This is a randomizer for The Legend of Zelda: A Link to the Past.

-

This is also a multiworld, meaning it is multiplayer. Your items may be placed into other - players' worlds, and their items may be placed into yours. When a player picks up an item which - does not belong to them, it is sent back to the player it belongs to over the internet.

-

This website allows you to generate and host a multiworld game, and provides item and location - trackers for all games hosted here. To get started playing, click here.

-

This website is under active development. If you find a bug, please report it - here.

-

{{ seeds }} games were created and {{ rooms }} hosted in the last 7 days.

+

This is also a multi-world, meaning Link's items may have been placed into other players' games. + When a player picks up an item which does not belong to them, it is sent back to the player + it belongs to.

+

This website allows you to generate and host multiworld games, and provides item and location + trackers for games hosted here.

+

+ {{ seeds }} + games were created and + {{ rooms }} + hosted in the last 7 days. +

diff --git a/WebHostLib/templates/pageWrapper.html b/WebHostLib/templates/pageWrapper.html index 67f9f98c..24ab7272 100644 --- a/WebHostLib/templates/pageWrapper.html +++ b/WebHostLib/templates/pageWrapper.html @@ -10,7 +10,7 @@ {% block head %} - Multiworld + MultiWorld {% endblock %}