add to bucket webring, still have to make a pr over there
All checks were successful
Docker / build (push) Successful in 21s
All checks were successful
Docker / build (push) Successful in 21s
This commit is contained in:
parent
8ee3db36fb
commit
9266734a10
@ -2,7 +2,18 @@ import type { FC } from 'hono/jsx';
|
|||||||
|
|
||||||
export const Footer: FC = () => {
|
export const Footer: FC = () => {
|
||||||
return <footer class="middle-flex">
|
return <footer class="middle-flex">
|
||||||
© 2025 - Robin Bärtschi
|
<div style="padding-bottom: 0.4em;" class="webring">
|
||||||
|
<a href="https://webring.bucketfish.me/redirect.html?to=prev&name=robaertschi">← prev</a>
|
||||||
|
<span class="header-span"></span>
|
||||||
|
<div class="some-minimal-padding">
|
||||||
|
<a href="https://webring.bucketfish.me/redirect.html?to=random&name=robaertschi">random</a>
|
||||||
|
<span class="header-span"></span>
|
||||||
|
<a href="https://webring.bucketfish.me/">bucket webring</a>
|
||||||
|
</div>
|
||||||
|
<span class="header-span"></span>
|
||||||
|
<a href="https://webring.bucketfish.me/redirect.html?to=next&name=robaertschi">next →</a>
|
||||||
|
</div>
|
||||||
|
<div>© 2025 - Robin Bärtschi</div>
|
||||||
</footer>
|
</footer>
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -131,3 +131,15 @@ footer {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.webring {
|
||||||
|
padding-bottom: 0.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.some-minimal-padding {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user