From 885d2559afde3885a2f56fe0b7d91b11f5bea59f Mon Sep 17 00:00:00 2001 From: Alfie King Date: Tue, 3 Mar 2026 18:01:44 +0000 Subject: [PATCH] webrings and buttons --- static/css/bases/base.css | 15 +++++++++++++++ templates/bases/base.html | 19 ++++++++++++++++--- templates/index.html | 2 ++ 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/static/css/bases/base.css b/static/css/bases/base.css index b35ef34..f19b44f 100644 --- a/static/css/bases/base.css +++ b/static/css/bases/base.css @@ -333,6 +333,21 @@ code { top: 200px; } +.webring { + text-align: center; +} + +.webring a { + text-decoration: none; + color: var(--primary-color); + font-size: 1.2rem; +} + +.webring a:hover { + font-weight: 900; + text-shadow: 0px 0px 10px var(--primary-color-but-slightly-transparent); +} + @media screen and (max-width: 1240px) { #toaster-wave { display: none; diff --git a/templates/bases/base.html b/templates/bases/base.html index e3759af..a92e0a1 100644 --- a/templates/bases/base.html +++ b/templates/bases/base.html @@ -60,14 +60,27 @@
  • 88x31
  • neocities
  • tuxedodragon
  • +
  • unnick
  • +
  • Sneexy
  • +
  • Kraafter.me button
  • -
    - - +
    + +
    +
    + Roboring
    + <-- + --> +
    +
    + Furryring
    + <-- + --> +
          |\      _,,,---,,_
    ZZZzz /,`.-'`' -. ;-;;,_
    |,4- ) )-,_. ,\ ( `'-'
    '---''(_/--' `-'\_)
    diff --git a/templates/index.html b/templates/index.html index b11d0a3..970f015 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,6 +11,7 @@

    A lil bit abt me

    + This is a "bit" out of date, will update soon ^^
    Im not good with writing so dont expect much here. I was a student learning c++ and python. I've Done a few projects that i think are decent enough to show off, so I have put them on this website. I like to mess around with linux and have a few servers that I run. I've been running a server for a few years now, and I have learned a lot from it. I have also switched to linux on my main computer, which has been @@ -135,4 +136,5 @@

    + {% endblock %} \ No newline at end of file