diff --git a/public/css/dragon.css b/public/css/dragon.css index 3788ad5..749bce7 100644 --- a/public/css/dragon.css +++ b/public/css/dragon.css @@ -24,13 +24,12 @@ body { } footer { - margin-top: 1rem; + margin-top: 4rem; display: flex; justify-content: space-between; align-items: center; - background-color: rgba(0, 0, 0, 0.25); padding: 0.5rem; - color: rgba(0, 0, 0, 0.75); + color: rgba(0, 0, 0, 0.65); font-size: 0.75rem; } @@ -66,6 +65,20 @@ body { input { width: 100%; } + + &.checkbox { + display: flex; + align-items: center; + gap: 0.5rem; + + input { + width: auto; + } + + label { + display: inline; + } + } } .text-red { diff --git a/server/boot/Library.php b/server/boot/Library.php index e27b956..6e54f5b 100644 --- a/server/boot/Library.php +++ b/server/boot/Library.php @@ -1,8 +1,9 @@ Return to your Adventure +

+ Log in here to return to the world and carry on fighting and looting! If you do not + have an account, you can register here. +

+
- - - - +
+ + +
+ +
+ + +
+ +
+ + +
+
diff --git a/server/templates/gate/register.php b/server/templates/gate/register.php index 9a80a3e..559118d 100644 --- a/server/templates/gate/register.php +++ b/server/templates/gate/register.php @@ -1,18 +1,43 @@ - +

Become an Adventurer

+

+ Register with the Guild to become an adventurer; you can starting battling and looting + the world! If you're already an adventurer, login. +

+ + +
- - - - - +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
\ No newline at end of file diff --git a/server/templates/layout.php b/server/templates/layout.php index 8c9dde9..0cf066b 100644 --- a/server/templates/layout.php +++ b/server/templates/layout.php @@ -20,7 +20,16 @@
- +
+ $flash) { + echo '
' . $flash . '
'; + } + } + ?> +
+