diff options
| author | soaos <soaos@soaos.dev> | 2025-11-21 21:14:12 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-11-21 21:14:12 -0500 |
| commit | ba76e77d935998e4b128053dcc61d2ed4884cdda (patch) | |
| tree | 5464dccd475404b509f048f4525193a8ff36a715 /content/heaven | |
| parent | 6e3a7252608197b6571a56c9b07be09f254e8bae (diff) | |
zola migration
Diffstat (limited to 'content/heaven')
| -rw-r--r-- | content/heaven/_index.md | 4 | ||||
| -rw-r--r-- | content/heaven/angel.gif | bin | 0 -> 6866 bytes | |||
| -rw-r--r-- | content/heaven/angel2.gif | bin | 0 -> 89484 bytes | |||
| -rw-r--r-- | content/heaven/angel3.gif | bin | 0 -> 8610 bytes | |||
| -rw-r--r-- | content/heaven/bg.jpg | bin | 0 -> 53321 bytes | |||
| -rw-r--r-- | content/heaven/everytime_we_touch_nightcore.ogg | bin | 0 -> 1946392 bytes | |||
| -rw-r--r-- | content/heaven/heaven.css | 24 |
7 files changed, 28 insertions, 0 deletions
diff --git a/content/heaven/_index.md b/content/heaven/_index.md new file mode 100644 index 0000000..ce3b970 --- /dev/null +++ b/content/heaven/_index.md @@ -0,0 +1,4 @@ ++++ +title = "heaven" +template = "heaven.html" ++++
\ No newline at end of file diff --git a/content/heaven/angel.gif b/content/heaven/angel.gif Binary files differnew file mode 100644 index 0000000..1c591e8 --- /dev/null +++ b/content/heaven/angel.gif diff --git a/content/heaven/angel2.gif b/content/heaven/angel2.gif Binary files differnew file mode 100644 index 0000000..54adc92 --- /dev/null +++ b/content/heaven/angel2.gif diff --git a/content/heaven/angel3.gif b/content/heaven/angel3.gif Binary files differnew file mode 100644 index 0000000..e6aedcb --- /dev/null +++ b/content/heaven/angel3.gif diff --git a/content/heaven/bg.jpg b/content/heaven/bg.jpg Binary files differnew file mode 100644 index 0000000..91a9238 --- /dev/null +++ b/content/heaven/bg.jpg diff --git a/content/heaven/everytime_we_touch_nightcore.ogg b/content/heaven/everytime_we_touch_nightcore.ogg Binary files differnew file mode 100644 index 0000000..3ac875d --- /dev/null +++ b/content/heaven/everytime_we_touch_nightcore.ogg diff --git a/content/heaven/heaven.css b/content/heaven/heaven.css new file mode 100644 index 0000000..5968745 --- /dev/null +++ b/content/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); +} |
