about summary refs log tree commit diff
path: root/served/the-continuum/banners
diff options
context:
space:
mode:
Diffstat (limited to 'served/the-continuum/banners')
-rw-r--r--served/the-continuum/banners/banners.css27
-rw-r--r--served/the-continuum/banners/banners.html18
2 files changed, 45 insertions, 0 deletions
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
+---
+
+<section id="banners">
+	<p>
+		2024-12-20
+		<img src="2024-12-20/banner.gif" alt="a paved road with a sign on the right saying &quot;Stop Head&quot;" />
+	</p>
+	<p>
+		2024-12-21
+		<img src="2024-12-21/banner.gif"
+			alt="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." />
+	</p>
+</section>
\ No newline at end of file