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 --- heaven/angel.gif | Bin 0 -> 6866 bytes heaven/angel2.gif | Bin 0 -> 89484 bytes heaven/angel3.gif | Bin 0 -> 8610 bytes heaven/bg.jpg | Bin 0 -> 53321 bytes heaven/everytime_we_touch_nightcore.ogg | Bin 0 -> 1946392 bytes heaven/heaven.css | 24 ++++++++++++++++++++++++ heaven/index.html | 31 +++++++++++++++++++++++++++++++ 7 files changed, 55 insertions(+) create mode 100644 heaven/angel.gif create mode 100644 heaven/angel2.gif create mode 100644 heaven/angel3.gif create mode 100644 heaven/bg.jpg create mode 100644 heaven/everytime_we_touch_nightcore.ogg create mode 100644 heaven/heaven.css create mode 100644 heaven/index.html (limited to 'heaven') diff --git a/heaven/angel.gif b/heaven/angel.gif new file mode 100644 index 0000000..1c591e8 Binary files /dev/null and b/heaven/angel.gif differ diff --git a/heaven/angel2.gif b/heaven/angel2.gif new file mode 100644 index 0000000..54adc92 Binary files /dev/null and b/heaven/angel2.gif differ diff --git a/heaven/angel3.gif b/heaven/angel3.gif new file mode 100644 index 0000000..e6aedcb Binary files /dev/null and b/heaven/angel3.gif differ diff --git a/heaven/bg.jpg b/heaven/bg.jpg new file mode 100644 index 0000000..91a9238 Binary files /dev/null and b/heaven/bg.jpg differ diff --git a/heaven/everytime_we_touch_nightcore.ogg b/heaven/everytime_we_touch_nightcore.ogg new file mode 100644 index 0000000..3ac875d Binary files /dev/null and b/heaven/everytime_we_touch_nightcore.ogg differ diff --git a/heaven/heaven.css b/heaven/heaven.css new file mode 100644 index 0000000..5968745 --- /dev/null +++ b/heaven/heaven.css @@ -0,0 +1,24 @@ +html { + background: url("bg.jpg"); + background-attachment: fixed; + background-size: cover; + image-rendering: pixelated; +} + +#heavenly-host { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + z-index: -999; + background-image: url("angel.gif"); + background-size: 128px 128px; + opacity: 0.25; + --pan: 128px -128px; + animation: pan linear 3s infinite; +} + +.section { + background-color: rgba(from var(--bg-yellow) r g b / 0.5); +} diff --git a/heaven/index.html b/heaven/index.html new file mode 100644 index 0000000..e8b40b1 --- /dev/null +++ b/heaven/index.html @@ -0,0 +1,31 @@ + + + + + + hell + + + + + + + + + +
+
+
+ 🕊🕊🕊 + (please enable autoplay to hear music lol) + +
+

😇 GOD BLESS YOU FRIEND... YOU ARE IN HEAVEN! 😇

+
+ YOU ARE LOVED 💖🌹 +
+ + + -- cgit v1.2.3