landing page content
This commit is contained in:
parent
76829e5b63
commit
7354eb4d3d
@ -114,6 +114,8 @@ margin-left: auto;
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
background-color: #4af626;
|
background-color: #4af626;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
border: 1px solid lightgrey;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signup-link {
|
.signup-link {
|
||||||
@ -131,6 +133,28 @@ text-decoration: none;
|
|||||||
.signup-button:hover {
|
.signup-button:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: 8px 8px 8px lightgrey;
|
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 "/")
|
(tbnl:define-easy-handler (main :uri "/")
|
||||||
@ -162,7 +186,12 @@ box-shadow: 8px 8px 8px lightgrey;
|
|||||||
(:br) (:br)
|
(:br) (:br)
|
||||||
(:button :class "signup-button"
|
(:button :class "signup-button"
|
||||||
(:a :class "signup-link" :href "/signup"
|
(: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")
|
(tbnl:define-easy-handler (about :uri "/about")
|
||||||
()
|
()
|
||||||
@ -181,7 +210,7 @@ box-shadow: 8px 8px 8px lightgrey;
|
|||||||
(:a :class "contact-link" :href "/contact"
|
(:a :class "contact-link" :href "/contact"
|
||||||
"Contact"))
|
"Contact"))
|
||||||
(:div :class "content-wrapper"
|
(:div :class "content-wrapper"
|
||||||
(:div :clsas "about-title-wrapper"
|
(:div :class "about-title-wrapper"
|
||||||
(:h1 "About this site"))
|
(:h1 "About this site"))
|
||||||
(:div :class "content-wrapper"
|
(:div :class "content-wrapper"
|
||||||
(:p :class "content"
|
(:p :class "content"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user