From 6dd67df1c50d30e8052ae665bd4c62b063cb53a3 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 29 Jan 2024 19:43:41 +0100 Subject: new webring entries --- pkgs/nomsing/index.html | 39 +++++++++++++++++++++++++++++++++++++++ pkgs/nomsring/Main.hs | 2 ++ 2 files changed, 41 insertions(+) (limited to 'pkgs') diff --git a/pkgs/nomsing/index.html b/pkgs/nomsing/index.html index a367e4e..83e727f 100644 --- a/pkgs/nomsing/index.html +++ b/pkgs/nomsing/index.html @@ -8,6 +8,23 @@ src: url("AnnieUseYourTelescope-Regular.ttf") format("truetype"); font-display: swap; } + @keyframes right { + from { + left: 0; + } + to { + left: 5pt; + } + } + @keyframes left { + from { + right: 0; + } + to { + right: 5pt; + } + } + body { text-align: center; margin-top: 40vh; @@ -16,10 +33,32 @@ font-size: 40pt; color: white; } + .webring { + font-size: 30pt; + a { + position: relative; + text-decoration: none; + color: darkred; + &:hover { + color: red; + animation-duration: 0.3s; + animation-iteration-count: infinite; + animation-direction: alternate; + &.right { + animation-name: right; + } + &.left { + animation-name: left; + } + } + } + } Blobcat biting another blobcat's neck

You like biting cuties, don't you? :3

+ +

<<< webring >>>

diff --git a/pkgs/nomsring/Main.hs b/pkgs/nomsring/Main.hs index 5c70491..f97da04 100644 --- a/pkgs/nomsring/Main.hs +++ b/pkgs/nomsring/Main.hs @@ -8,7 +8,9 @@ import Data.Functor ((<&>)) webring :: CList String webring = fromList [ "stuebinm.eu" + , "noms.ing" , "nwex.de" + , "nurflossen.de/hajar/cynthia" ] main :: IO () -- cgit v1.2.3