From fd13a7095e8a52b67bcbbc56e8ac0c2ee21376dc Mon Sep 17 00:00:00 2001 From: soaos Date: Sun, 24 Aug 2025 03:57:47 -0400 Subject: hell page development + heaven page creation --- hell/big guy.gif | Bin 11228 -> 0 bytes hell/bigguy.gif | Bin 0 -> 11228 bytes hell/hell is real.gif | Bin 59555 -> 0 bytes hell/hell.css | 41 +++++++++++++++++++--- hell/hellisreal.gif | Bin 0 -> 59555 bytes hell/index.html | 95 ++++++++++++++++++++++++++++---------------------- hell/obama.gif | Bin 3435382 -> 1532992 bytes hell/redfire.gif | Bin 22194 -> 21997 bytes hell/torch.gif | Bin 8320 -> 7960 bytes hell/wolves.ogg | Bin 906021 -> 0 bytes 10 files changed, 90 insertions(+), 46 deletions(-) delete mode 100644 hell/big guy.gif create mode 100644 hell/bigguy.gif delete mode 100644 hell/hell is real.gif create mode 100644 hell/hellisreal.gif delete mode 100644 hell/wolves.ogg (limited to 'hell') diff --git a/hell/big guy.gif b/hell/big guy.gif deleted file mode 100644 index c3314c7..0000000 Binary files a/hell/big guy.gif and /dev/null differ diff --git a/hell/bigguy.gif b/hell/bigguy.gif new file mode 100644 index 0000000..c3314c7 Binary files /dev/null and b/hell/bigguy.gif differ diff --git a/hell/hell is real.gif b/hell/hell is real.gif deleted file mode 100644 index acbd894..0000000 Binary files a/hell/hell is real.gif and /dev/null differ diff --git a/hell/hell.css b/hell/hell.css index 4d2231c..31119ed 100644 --- a/hell/hell.css +++ b/hell/hell.css @@ -1,7 +1,3 @@ -.section { - background-color: none; -} - html { background: url("bg.jpg"); background-attachment: fixed; @@ -31,3 +27,40 @@ html { color: var(--orange); animation: fire 1s ease-in-out infinite alternate; } + +massive-fucking-background-flame { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + z-index: -999; + background-image: url("smallfire.gif"); + background-size: auto 128px; + opacity: 0.25; + --pan: 0 -128px; + animation: pan linear 3s infinite +} + +a { + color: black; +} + +#inverted-cross { + display: inline-block; + rotate: 180deg; + transition: rotate 2s, color 0.5s; + --glow-color: red; + animation: glow 4s linear infinite; +} + +#inverted-cross:hover { + rotate: 0deg; + --glow-color: white; + color: var(--yellow); + transition: rotate 2s, color 1s; +} + +.evil { + color: black; +} diff --git a/hell/hellisreal.gif b/hell/hellisreal.gif new file mode 100644 index 0000000..acbd894 Binary files /dev/null and b/hell/hellisreal.gif differ diff --git a/hell/index.html b/hell/index.html index b590653..75979cf 100644 --- a/hell/index.html +++ b/hell/index.html @@ -3,52 +3,63 @@ - soaos - - - - - - + hell + + + + + + -
-
-
-
- (please enable autoplay to hear music lol) -
diff --git a/hell/obama.gif b/hell/obama.gif index 11639e0..4f42d27 100644 Binary files a/hell/obama.gif and b/hell/obama.gif differ diff --git a/hell/redfire.gif b/hell/redfire.gif index 4e9b16d..8f15a7a 100644 Binary files a/hell/redfire.gif and b/hell/redfire.gif differ diff --git a/hell/torch.gif b/hell/torch.gif index 76ad0d0..c06066b 100644 Binary files a/hell/torch.gif and b/hell/torch.gif differ diff --git a/hell/wolves.ogg b/hell/wolves.ogg deleted file mode 100644 index ed183f7..0000000 Binary files a/hell/wolves.ogg and /dev/null differ -- cgit v1.2.3