Add webring

This commit is contained in:
Tom 2025-04-16 10:55:42 +01:00
parent fb793a549d
commit 0cb676bd26
2 changed files with 22 additions and 6 deletions

View File

@ -1,9 +1,14 @@
<footer> <footer>
<p><a href="https://github.com/TomHodson/tomhodson.github.com/blob/main/{{page.path}}?plain=1"> <section class = "source-creds-lm"><p><a href="https://github.com/TomHodson/tomhodson.github.com/blob/main/{{page.path}}?plain=1">
Page Source</a> Page Source</a>
| |
<a href="/credits"> <a href="/credits">
Credits</a> Credits</a>
| |
<span>Last Modified {{ page.last_modified_at | date: '%e %b %Y' }}</span> <span>Last Modified {{ page.last_modified_at | date: '%e %b %Y' }}</span>
</section>
<section class = "webring">
<a href="https://xn--sr8hvo.ws/previous"></a>
An <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a>
<a href="https://xn--sr8hvo.ws/next"></a><section>
</footer> </footer>

View File

@ -5,16 +5,27 @@ footer {
padding-left: 30px; padding-left: 30px;
padding-bottom: 10vh; padding-bottom: 10vh;
display: flex;
flex-direction: row;
justify-content: center;
gap: 0.5em;
a { a {
text-decoration: none; text-decoration: none;
} }
section.source-creds-lm {
display: flex;
flex-direction: row;
justify-content: center;
gap: 0.5em;
}
section.webring {
display: flex;
flex-direction: row;
justify-content: center;
gap: 0.5em;
}
} }
@media only screen and (max-width: $horizontal_breakpoint), @media only screen and (max-width: $horizontal_breakpoint),
only screen and (max-height: $vertical_breakpoint) { only screen and (max-height: $vertical_breakpoint) {
footer { footer {