mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Add webring
This commit is contained in:
parent
fb793a549d
commit
0cb676bd26
@ -1,9 +1,14 @@
|
||||
<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>
|
||||
|
|
||||
<a href="/credits">
|
||||
Credits</a>
|
||||
|
|
||||
<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>
|
@ -5,16 +5,27 @@ footer {
|
||||
padding-left: 30px;
|
||||
padding-bottom: 10vh;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
section.source-creds-lm {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
section.webring {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
gap: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media only screen and (max-width: $horizontal_breakpoint),
|
||||
only screen and (max-height: $vertical_breakpoint) {
|
||||
footer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user