diff --git a/webserver.lisp b/webserver.lisp index 4f9aa4a..b1d20e1 100644 --- a/webserver.lisp +++ b/webserver.lisp @@ -114,6 +114,8 @@ margin-left: auto; margin-right: auto; background-color: #4af626; width: 90%; +border: 1px solid lightgrey; +border-radius: 5px; } .signup-link { @@ -131,6 +133,28 @@ text-decoration: none; .signup-button:hover { cursor: pointer; box-shadow: 8px 8px 8px lightgrey; +} + +.landing-content-wrapper { +position: relative; +left: 47vw; +top: -30vh; +background-color: #fff; +width: 50%; +padding: 10px 5px; +border: 1px solid lightgrey; +border-radius: 5px; +box-shadow: 8px 8px 8px lightgrey; +} + +.landing-content-title { +text-align: center; +font-size: 1.1rem; +} + +.landing-content { +text-align: center; +font-size: 1rem; }") (tbnl:define-easy-handler (main :uri "/") @@ -162,7 +186,12 @@ box-shadow: 8px 8px 8px lightgrey; (:br) (:br) (:button :class "signup-button" (:a :class "signup-link" :href "/signup" - "Sign up"))))))))) + "Sign up")))) + (:div :class "landing-content-wrapper" + (:h3 :class "landing-content-title" + "----UPDATES----") + (:p :class "landing-content" + "Still undergoing development. Thank you for your patience!"))))))) (tbnl:define-easy-handler (about :uri "/about") () @@ -181,7 +210,7 @@ box-shadow: 8px 8px 8px lightgrey; (:a :class "contact-link" :href "/contact" "Contact")) (:div :class "content-wrapper" - (:div :clsas "about-title-wrapper" + (:div :class "about-title-wrapper" (:h1 "About this site")) (:div :class "content-wrapper" (:p :class "content"