summaryrefslogtreecommitdiff
path: root/heaven
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
committersoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
commitba76e77d935998e4b128053dcc61d2ed4884cdda (patch)
tree5464dccd475404b509f048f4525193a8ff36a715 /heaven
parent6e3a7252608197b6571a56c9b07be09f254e8bae (diff)
zola migration
Diffstat (limited to 'heaven')
-rw-r--r--heaven/angel.gifbin6866 -> 0 bytes
-rw-r--r--heaven/angel2.gifbin89484 -> 0 bytes
-rw-r--r--heaven/angel3.gifbin8610 -> 0 bytes
-rw-r--r--heaven/bg.jpgbin53321 -> 0 bytes
-rw-r--r--heaven/everytime_we_touch_nightcore.oggbin1946392 -> 0 bytes
-rw-r--r--heaven/heaven.css24
-rw-r--r--heaven/index.html31
7 files changed, 0 insertions, 55 deletions
diff --git a/heaven/angel.gif b/heaven/angel.gif
deleted file mode 100644
index 1c591e8..0000000
--- a/heaven/angel.gif
+++ /dev/null
Binary files differ
diff --git a/heaven/angel2.gif b/heaven/angel2.gif
deleted file mode 100644
index 54adc92..0000000
--- a/heaven/angel2.gif
+++ /dev/null
Binary files differ
diff --git a/heaven/angel3.gif b/heaven/angel3.gif
deleted file mode 100644
index e6aedcb..0000000
--- a/heaven/angel3.gif
+++ /dev/null
Binary files differ
diff --git a/heaven/bg.jpg b/heaven/bg.jpg
deleted file mode 100644
index 91a9238..0000000
--- a/heaven/bg.jpg
+++ /dev/null
Binary files differ
diff --git a/heaven/everytime_we_touch_nightcore.ogg b/heaven/everytime_we_touch_nightcore.ogg
deleted file mode 100644
index 3ac875d..0000000
--- a/heaven/everytime_we_touch_nightcore.ogg
+++ /dev/null
Binary files differ
diff --git a/heaven/heaven.css b/heaven/heaven.css
deleted file mode 100644
index 5968745..0000000
--- a/heaven/heaven.css
+++ /dev/null
@@ -1,24 +0,0 @@
-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
deleted file mode 100644
index e8b40b1..0000000
--- a/heaven/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-
-<html lang="en">
-
-<head>
- <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="heaven.css">
- <meta charset="UTF-8">
-</head>
-
-<body>
- <div id="heavenly-host"></div>
- <div class="centered">
- <details class="holy">
- <summary>🕊🕊🕊
- (please enable autoplay to hear music lol)</summary>
- <audio autoplay loop controls>
- <source src="everytime_we_touch_nightcore.ogg">
- </audio>
- </details>
- <h1 class="holy">😇 GOD BLESS YOU FRIEND... YOU ARE IN HEAVEN! 😇</h1>
- <div class="huge holy section">
- YOU ARE LOVED <span style="color: var(--red);">💖</span><span style="color: var(--red);">🌹</span>
- </div>
-</body>
-
-</html>