add webring to webring & add nav - web-pentaculum - [mirror] webring, opml and website for the web pentaculum
(HTM) git clone git@git.drkhsh.at/web-pentaculum.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 56db8a984e779d40d9a64fbf1ff61fbb3487e38c
(DIR) parent a9adc403383274c1a36bcdd83f46a95edca2b7ba
(HTM) Author: drkhsh <me@drkhsh.at>
Date: Mon, 3 Mar 2025 00:31:09 +0100
add webring to webring & add nav
Diffstat:
M index.html | 7 +++++++
A static/pentaculum.gif | 0
M static/style.css | 13 +++++++++++++
M webring.txt | 1 +
4 files changed, 21 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/index.html b/index.html
@@ -62,6 +62,13 @@
<a href="https://openbsd.org" target="_blank">
<img alt="powered by openbsd" src="/static/powered-by-openbsd.gif">
</a>
+ <p id="ring-nav">
+ <a title="prev" href='https://netr.ing/webring?prev=https://netr.ing'><<</a>
+ <a title="random" href='https://netr.ing/webring?random=https://netr.ing'>
+ <img alt="random" src="/static/pentaculum.gif">
+ </a>
+ <a title="next" href='https://netr.ing/webring?next=https://netr.ing'>>></a>
+ </p>
</footer>
</body>
</html>
(DIR) diff --git a/static/pentaculum.gif b/static/pentaculum.gif
Binary files differ.
(DIR) diff --git a/static/style.css b/static/style.css
@@ -141,3 +141,16 @@ hr {
footer img {
display: inline-block;
}
+
+#ring-nav {
+ font-size: 1.3rem;
+ text-align: center;
+ margin: 0 auto;
+}
+
+#ring-nav a img {
+ height: 2.0rem;
+ display: inline-block;
+ vertical-align: bottom;
+ margin: 0 0.5rem;
+}
(DIR) diff --git a/webring.txt b/webring.txt
@@ -1,2 +1,3 @@
https://drkhsh.at
https://moonbound.at
+https://netr.ing