commit 987bdf701f8013c26a1fcd34137b85757442a05e parent 1300bd2b0396795c9171cd18a04b19d224740bb3 Author: pyratebeard <root@pyratebeard.net> Date: Mon, 3 Mar 2025 22:41:09 +0000 feat(webring): pentaculum webring nav Diffstat:
M | index.html | | | 7 | +++++++ |
A | static/img/pentaculum-red.gif | | | 0 | |
M | style.css | | | 6 | ++++++ |
3 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -95,6 +95,13 @@ <li><a href="https://drkhsh.at">drkhsh</a></li> </ul> <p>A curated list of links can be found <a href="/links">here</a>.</p> + <p id="pentaculum-ring"> + <a class="pentaculum-nav" href="https://netr.ing/webring?prev=https://pyratebeard.net"><<</a> + <a class="pentaculum-icon" href="https://netr.ing"> + <img alt="pentaculum" src="static/img/pentaculum-red.gif"> + </a> + <a class="pentaculum-nav" href="https://netr.ing/webring?next=https://pyratebeard.net">>></a> + </p> </div> </div> </div> diff --git a/static/img/pentaculum-red.gif b/static/img/pentaculum-red.gif Binary files differ. diff --git a/style.css b/style.css @@ -245,6 +245,12 @@ i { sup a { color: #c9b09a; } +#pentaculum-ring .pentaculum-nav { + font-size: 1.2rem +} +#pentaculum-ring .pentaculum-icon img { + vertical-align: bottom +} hr.footer { border-bottom: 0px; border-top: 1px dotted #454545;