From 38c593a625b5feaf199be1cee7583d4ee7d9d4a1 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sat, 21 Dec 2024 15:08:26 -0600 Subject: the continuum --- served/the-continuum/banners/banners.css | 27 +++++++++++++++++++++++++++ served/the-continuum/banners/banners.html | 18 ++++++++++++++++++ served/the-continuum/the-continuum.css | 14 ++++++++++++++ served/the-continuum/the-continuum.html | 23 +++++++++++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 served/the-continuum/banners/banners.css create mode 100644 served/the-continuum/banners/banners.html create mode 100644 served/the-continuum/the-continuum.css create mode 100644 served/the-continuum/the-continuum.html (limited to 'served/the-continuum') diff --git a/served/the-continuum/banners/banners.css b/served/the-continuum/banners/banners.css new file mode 100644 index 0000000..4e50555 --- /dev/null +++ b/served/the-continuum/banners/banners.css @@ -0,0 +1,27 @@ +:root { + --pwidth: 100%; +} + +#banners { + display: flex; + flex-direction: row; + flex-wrap: wrap; + gap: 0.5rem; +} + +img { + display: block; + width: 256px; + height: 40px; + border: 1px solid var(--text-dim); +} + +p:has(img) { + display: inline-block; + margin: 0 0; + + color: var(--text-dim); + + font-size: 1rem; + font-style: italic; +} \ No newline at end of file diff --git a/served/the-continuum/banners/banners.html b/served/the-continuum/banners/banners.html new file mode 100644 index 0000000..7d41861 --- /dev/null +++ b/served/the-continuum/banners/banners.html @@ -0,0 +1,18 @@ +--- +template=post +title=Banner Archive +style=/styles/post.css +style=banners.css +--- + +
+

+ 2024-12-20 + a paved road with a sign on the right saying "Stop Head" +

+

+ 2024-12-21 + a can of monster pressed to the side of my face near my eyes. you can only see my eyes and they are looking starkly to the left at the can. +

+
\ No newline at end of file diff --git a/served/the-continuum/the-continuum.css b/served/the-continuum/the-continuum.css new file mode 100644 index 0000000..5a0243b --- /dev/null +++ b/served/the-continuum/the-continuum.css @@ -0,0 +1,14 @@ +@media (min-width: 58rem) { + main { + display: grid; + grid-template-columns: var(--pwidth) 1fr; + } + + main>h1 { + grid-column: 1; + } + + #info { + grid-column: 1; + } +} \ No newline at end of file diff --git a/served/the-continuum/the-continuum.html b/served/the-continuum/the-continuum.html new file mode 100644 index 0000000..685b672 --- /dev/null +++ b/served/the-continuum/the-continuum.html @@ -0,0 +1,23 @@ +--- +template=post +title=The Continuum +style=/styles/post.css +style=the-continuum.css +--- +[@paragraphs off] + +
+

The Continuum takes the updated-daily banners from the home page, compresses + their height to 1 pixel tall, and adds them to an ever alive image.

+ +

Banner archive: banners.html

+ +

Heavily inspired by Movie Iris by LoSinCos. + Check it out on github: LoSinCos/movie-iris.

+ +

I suspect since the images are not part of a larger work, like a movie, this + may devolve into chaos. I welcome chaos! It'd be neat to see seasonal changes, + though, or some kind of pattern emerge.

+
+ + \ No newline at end of file -- cgit 1.4.1-3-g733a5