1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00

Add site footer

This commit is contained in:
Cadence Ember 2021-04-16 15:24:48 +12:00
parent cc66a8306a
commit 248c812f05
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
5 changed files with 53 additions and 4 deletions

View File

@ -13,7 +13,3 @@ block content
form(method="get" action="/search").encouraging-search-form
input(type="text" name="q" placeholder="I'd like to watch..." autocomplete="off" autofocus=!mobile).search.base-border-look
p: a(href="/cant-think") ...can't think of anything?
.encouraging-message
p CloudTube gets better with your help. I can't deal with issues that I don't know about.
p: a(href="https://todo.sr.ht/~cadence/tube") Report a problem or missing feature

View File

@ -26,3 +26,19 @@ html
input(type="text" placeholder="Search" name="q" autocomplete="off" value=query).search
block content
footer.footer__container
div.footer__center
p Released as AGPL free software.
.footer__cols
div
h3.footer__colhead Source
ul.footer__list
li: a(href="https://sr.ht/~cadence/tube") Project hub
li: a(href="https://lists.sr.ht/~cadence/tube-announce") Announcements
li: a(href="https://todo.sr.ht/~cadence/tube") Report a problem
div
h3.footer__colhead About
ul.footer__list
// li: a(href="/privacy") Privacy policy
// li: a(href="/js-licenses") JavaScript licenses

View File

@ -7,6 +7,10 @@ body
font-size: 18px
margin: 0
padding: 0
// for footer alignment
min-height: 100vh
display: flex
flex-direction: column
a
color: c.$link

32
sass/includes/footer.sass Normal file
View File

@ -0,0 +1,32 @@
@use "./colors.sass" as c
.footer__container
flex: 1
display: grid
align-items: end
line-height: 1.5
.footer__center
display: flex
flex-direction: column
align-items: center
background-color: c.$bg-darkest
margin: 40px 0 0
padding: 10px 10px 30px
.footer__cols
display: flex
gap: 16px
justify-content: center
@media screen and (max-width: 600px)
display: grid
.footer__colhead
font-weight: normal
font-size: 1em
margin: 0 0 8px
.footer__list
padding-left: 24px
margin: 0

View File

@ -10,6 +10,7 @@
@use "includes/cant-think-page.sass"
@use "includes/forms.sass"
@use "includes/nav.sass"
@use "includes/footer.sass"
@font-face
font-family: "Bariol"