landing page content

This commit is contained in:
sweatshirt0 2023-02-23 19:56:02 -05:00
parent 76829e5b63
commit 7354eb4d3d

View File

@ -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"