diff options
| author | soaos <soaos@soaos.dev> | 2025-08-24 03:57:47 -0400 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-08-24 03:57:47 -0400 |
| commit | fd13a7095e8a52b67bcbbc56e8ac0c2ee21376dc (patch) | |
| tree | 6c685181e04e669680fb34a8986dd56cdd64438f /hell | |
| parent | 945a9699f29d869faf64e57f6fc994998730afce (diff) | |
hell page development + heaven page creation
Diffstat (limited to 'hell')
| -rw-r--r-- | hell/bigguy.gif (renamed from hell/big guy.gif) | bin | 11228 -> 11228 bytes | |||
| -rw-r--r-- | hell/hell.css | 41 | ||||
| -rw-r--r-- | hell/hellisreal.gif (renamed from hell/hell is real.gif) | bin | 59555 -> 59555 bytes | |||
| -rw-r--r-- | hell/index.html | 95 | ||||
| -rw-r--r-- | hell/obama.gif | bin | 3435382 -> 1532992 bytes | |||
| -rw-r--r-- | hell/redfire.gif | bin | 22194 -> 21997 bytes | |||
| -rw-r--r-- | hell/torch.gif | bin | 8320 -> 7960 bytes | |||
| -rw-r--r-- | hell/wolves.ogg | bin | 906021 -> 0 bytes |
8 files changed, 90 insertions, 46 deletions
diff --git a/hell/big guy.gif b/hell/bigguy.gif Binary files differindex c3314c7..c3314c7 100644 --- a/hell/big guy.gif +++ b/hell/bigguy.gif 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/hell is real.gif b/hell/hellisreal.gif Binary files differindex acbd894..acbd894 100644 --- a/hell/hell is real.gif +++ b/hell/hellisreal.gif 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 @@ <html lang="en"> <head> - <title>soaos</title> - <link rel="icon" href="/favicon.png" /> - <link rel="preload" href="/assets/unifont.woff2" as="font" type="font/woff2" /> - <link rel="preload" href="/assets/unifont_upper.woff2" as="font" type="font/woff2" /> - <link rel="stylesheet" href="/style.css" /> - <link rel="stylesheet" href="hell.css" /> - <meta charset="UTF-8" /> + <title>hell</title> + <link rel="icon" href="smallfire.gif"> + <link rel="preload" href="/assets/unifont.woff2" as="font" type="font/woff2"> + <link rel="preload" href="/assets/unifont_upper.woff2" as="font" type="font/woff2"> + <link rel="stylesheet" href="/style.css"> + <link rel="stylesheet" href="hell.css"> + <meta charset="UTF-8"> </head> <body> - <div class=""> - </div> - <div class="section evil centered"> - <details> - <summary>(please enable autoplay to hear music lol)</summary> - <audio src="hell.ogg" autoplay loop controls /> + <massive-fucking-background-flame></massive-fucking-background-flame> + <div class="centered"> + <details class="evil"> + <summary> <img src="hot.gif" /> + (please enable autoplay to hear music lol)</summary> + <audio autoplay loop controls> + <source src="hell.ogg"> + </audio> </details> - <h1>👿 WELLCOME INTO HELL... YOU SUCKER!!!!! 👿</h1> - <img src="redfire.gif" /> - <img src="hot.gif" /> - <img src="demon.gif" /> - <img src="demon2.gif" /> - <img src="demon3.gif" /> - <img src="demon4.gif" /> - <img src="demon_face.gif" /> - <img src="skull.gif" /> - <img src="torch.gif" /> - <img src="big guy.gif" /> - <img src="evilorb.gif" /> - <img src="hell is real.gif" /> - <img src="Flying_Skeleton_Hell.gif" /> - <br /> - <img src="firebreak.gif" /> - <br /> - <img src="pitchfork.gif" /> - <img src="comunismo.gif" /> - <img src="smallfire.gif" /> - <img src="evilmind.gif" /> - <img src="obama.gif" /> - <img src="gay.gif" /> - <img src="hitler.gif" /> - <img src="hitler2.gif" /> - <img src="hitler3.gif" /> - <img src="gay2.gif" /> - <img src="kissing.jpg" /> - </div> + <h1 class="evil">👿 WELLCOME INTO HELL... YOU SUCKER!!!!! 👿</h1> + <div> + <div class=""> + <div class="torches "> + </div> + </div> + <img src="redfire.gif" /> + <img src="demon.gif" /> + <img src="demon2.gif" /> + <img src="demon3.gif" /> + <img src="demon4.gif" /> + <img src="demon_face.gif" /> + <img src="skull.gif" /> + <img src="torch.gif" /> + <img src="bigguy.gif" /> + <img src="evilorb.gif" /> + <img src="hellisreal.gif" /> + <img src="Flying_Skeleton_Hell.gif" /> + <br /> + <img src="firebreak.gif" /> + <br /> + <img src="pitchfork.gif" /> + <img src="comunismo.gif" /> + <img src="smallfire.gif" /> + <img src="evilmind.gif" /> + <img src="obama.gif" /> + <img src="gay.gif" /> + <img src="hitler.gif" /> + <img src="hitler2.gif" /> + <img src="hitler3.gif" /> + <img src="gay2.gif" /> + <img src="kissing.jpg" /> + <div class="huge evil section"> + <s class="struck">FRICK</s>SCREW YOU, SUCKER <span style="color: var(--bg-red);">💔</span><span style="color: var(--bg-green);">🥀</span> + </div> + </div> + <a id="inverted-cross" class="huge" href="/heaven">✝</a> + </div> </body> </html> diff --git a/hell/obama.gif b/hell/obama.gif Binary files differindex 11639e0..4f42d27 100644 --- a/hell/obama.gif +++ b/hell/obama.gif diff --git a/hell/redfire.gif b/hell/redfire.gif Binary files differindex 4e9b16d..8f15a7a 100644 --- a/hell/redfire.gif +++ b/hell/redfire.gif diff --git a/hell/torch.gif b/hell/torch.gif Binary files differindex 76ad0d0..c06066b 100644 --- a/hell/torch.gif +++ b/hell/torch.gif diff --git a/hell/wolves.ogg b/hell/wolves.ogg Binary files differdeleted file mode 100644 index ed183f7..0000000 --- a/hell/wolves.ogg +++ /dev/null |
