diff --git a/_layouts/home.html b/_layouts/home.html
index 3677045..f8e2206 100755
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -38,6 +38,16 @@
This website is still very much a work-in-progress and it was last updated: {{ 'now' | date: "%-d %B %Y"}}. I also have a blog where I will be posting things mostly about computers, games and birds (who’d’ve thunk? ).
You can also find me on bateleur.org . At the moment, it is simply a mirror of hexaitos.com but hosted entirely at home. Additionally, you can find me on Gemini as well. Just go to gemini://terathopius.com or to https://terathopius.com for an HTTPS proxy of my Gemini capsule. I also have my own Gitea instance over on git.bateleur.org .
+
+ Webrings
+
diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css
index 7809a74..cf0328c 100755
--- a/_site/assets/css/styles.css
+++ b/_site/assets/css/styles.css
@@ -180,7 +180,7 @@ div.menu {
margin-top: .5em;
}
-.menu a:hover, .contact a:hover {
+.menu a:hover, .contact a:hover, a.webring-btn:hover {
background-color: var(--btn-hov);
}
@@ -212,6 +212,41 @@ div.contact {
min-width: 94%;
} */
+a.webring-btn {
+ color: white;
+ text-decoration: none;
+ padding: .5em .5em;
+ margin-right: 0.5em;
+ margin-left: 0.5em;
+ min-width: 75px;
+ text-align: center;
+ background-color: var(--btn-col);
+ display: inline-block;
+ font-size: medium;
+ border-radius: 10px;
+}
+
+div.webring-btn-container {
+
+}
+
+div.webring {
+ border-top: 2px solid var(--btn-hov);
+ border-bottom: 2px solid var(--btn-hov);
+ text-align: right;
+ display: flex;
+ align-items: center;
+ height: 50px;
+ justify-content: space-between;
+ margin-top: 5px;
+}
+
+.webring span {
+ float: left;
+ padding: auto 0;
+}
+
+
footer {
/* background: #ae4e26; */
background: var(--foot-bg);
@@ -324,6 +359,12 @@ div.desc {
display: inherit;
justify-content: inherit
}
+
+ a.webring-btn {
+ min-width: 40px;
+ margin-right: 0.2em;
+ margin-left: 0.2em;
+ }
}
.clearfix:after {
diff --git a/_site/index.html b/_site/index.html
index 950a7b2..3742def 100755
--- a/_site/index.html
+++ b/_site/index.html
@@ -41,9 +41,19 @@
If you want to get in touch, look at the contact page! You can find me on plenty of websites or just send me an email – I am always happy to talk to new people! I don’t usually bite. Unless you want me to >:3
- This website is still very much a work-in-progress and it was last updated: 2 November 2024. I also have a blog where I will be posting things mostly about computers, games and birds (who’d’ve thunk? ).
+ This website is still very much a work-in-progress and it was last updated: 3 November 2024. I also have a blog where I will be posting things mostly about computers, games and birds (who’d’ve thunk? ).
You can also find me on bateleur.org . At the moment, it is simply a mirror of hexaitos.com but hosted entirely at home. Additionally, you can find me on Gemini as well. Just go to gemini://terathopius.com or to https://terathopius.com for an HTTPS proxy of my Gemini capsule. I also have my own Gitea instance over on git.bateleur.org .
+
+ Webrings
+
diff --git a/_site/sitemap.xml b/_site/sitemap.xml
index 00e6d98..f597a89 100755
--- a/_site/sitemap.xml
+++ b/_site/sitemap.xml
@@ -4,7 +4,7 @@
https://hexaitos.com/art.html
- 2024-11-02T19:13:43+01:00
+ 2024-11-03T13:11:26+01:00
monthly
0.3
@@ -13,7 +13,7 @@
https://hexaitos.com/blog.html
- 2024-11-02T19:13:43+01:00
+ 2024-11-03T13:11:26+01:00
monthly
0.3
@@ -22,7 +22,7 @@
https://hexaitos.com/contact.html
- 2024-11-02T19:13:43+01:00
+ 2024-11-03T13:11:26+01:00
monthly
0.3
@@ -31,7 +31,7 @@
https://hexaitos.com/
- 2024-11-02T19:13:43+01:00
+ 2024-11-03T13:11:26+01:00
monthly
0.3
@@ -40,7 +40,7 @@
https://hexaitos.com/refsheet.html
- 2024-11-02T19:13:43+01:00
+ 2024-11-03T13:11:26+01:00
monthly
0.3
@@ -49,7 +49,7 @@
https://hexaitos.com/sitemap.xml
- 2024-11-02T19:13:43+01:00
+ 2024-11-03T13:11:26+01:00
monthly
0.3
diff --git a/assets/css/styles.css b/assets/css/styles.css
index 7809a74..cf0328c 100755
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -180,7 +180,7 @@ div.menu {
margin-top: .5em;
}
-.menu a:hover, .contact a:hover {
+.menu a:hover, .contact a:hover, a.webring-btn:hover {
background-color: var(--btn-hov);
}
@@ -212,6 +212,41 @@ div.contact {
min-width: 94%;
} */
+a.webring-btn {
+ color: white;
+ text-decoration: none;
+ padding: .5em .5em;
+ margin-right: 0.5em;
+ margin-left: 0.5em;
+ min-width: 75px;
+ text-align: center;
+ background-color: var(--btn-col);
+ display: inline-block;
+ font-size: medium;
+ border-radius: 10px;
+}
+
+div.webring-btn-container {
+
+}
+
+div.webring {
+ border-top: 2px solid var(--btn-hov);
+ border-bottom: 2px solid var(--btn-hov);
+ text-align: right;
+ display: flex;
+ align-items: center;
+ height: 50px;
+ justify-content: space-between;
+ margin-top: 5px;
+}
+
+.webring span {
+ float: left;
+ padding: auto 0;
+}
+
+
footer {
/* background: #ae4e26; */
background: var(--foot-bg);
@@ -324,6 +359,12 @@ div.desc {
display: inherit;
justify-content: inherit
}
+
+ a.webring-btn {
+ min-width: 40px;
+ margin-right: 0.2em;
+ margin-left: 0.2em;
+ }
}
.clearfix:after {