Have a general footer #55

Closed
opened 2022-12-01 20:31:14 +00:00 by benjaoming · 3 comments
Owner

The current new site doesn't have a footer area.

Haven't thought much about proposals, but we could perhaps look at some mock-ups?

Potential contents for the footer:

  • "Follow us" links: RSS, Birdsite and Fediverse
  • Sitemap
  • "Last updated" git data
  • Something LOL? Like an animation of the logo?

Btw. there's a trick to always make footers appear at the bottom:

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
  margin-top: auto;
}

HTML:

<header>blah blah</header>
<main>blah blah</main>
<footer>blah blah blah</footer>
The ~~current~~ new site doesn't have a footer area. Haven't thought much about proposals, but we could perhaps look at some mock-ups? Potential contents for the footer: * "Follow us" links: RSS, Birdsite and Fediverse * Sitemap * "Last updated" git data * Something LOL? Like an animation of the logo? Btw. there's a trick to always make footers appear at the bottom: ``` body { height: 100vh; display: flex; flex-direction: column; } footer { margin-top: auto; } ``` HTML: ``` <header>blah blah</header> <main>blah blah</main> <footer>blah blah blah</footer> ```
Owner

The current site does have a footer, although there's not much info in it. The new site on the other hand doesn't.

The [current site](https://data.coop) does have a footer, although there's not much info in it. The [new site](https://new.data.coop) on the other hand doesn't.
Author
Owner

haha @samsapti - I somehow see the "new" site as the "current" site and the "current" site as the old site :D

haha @samsapti - I somehow see the "new" site as the "current" site and the "current" site as the old site :D
benjaoming added the
new-website
label 2022-12-02 19:16:29 +00:00
Owner

Closed with e02fdc0e0f

Closed with e02fdc0e0f
halfd closed this issue 2023-01-21 17:32:58 +00:00
Sign in to join this conversation.
No Label
new-website
ui
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: data.coop/website#55
No description provided.