about summary refs log tree commit diff
path: root/served
diff options
context:
space:
mode:
Diffstat (limited to 'served')
-rwxr-xr-xserved/home.html6
-rwxr-xr-xserved/styles/common.css6
2 files changed, 11 insertions, 1 deletions
diff --git a/served/home.html b/served/home.html
index f0b7815..2552f5c 100755
--- a/served/home.html
+++ b/served/home.html
@@ -38,7 +38,7 @@ style=/styles/home.css
 		</section>
 
 		<div id="banner-container">
-			<img id="banner" alt="" src="the-continuum/banners/2025-04-01/banner.gif" />
+			<img id="banner" alt="" src="the-continuum/banners/2025-04-10/banner.gif" />
 			<div id="banner-info">
 				<p>updated daily</p>
 				<a href="the-continuum/">the continuum</a>
@@ -55,6 +55,10 @@ style=/styles/home.css
 		</p>
 	</div>
 
+	<div>
+		<img src="dreamy_button.gif" class="b88x31" />
+	</div>
+
 	<!--
 		TODO: from phone looking
 			- space between weeknote section and other writings and reduce row-gap
diff --git a/served/styles/common.css b/served/styles/common.css
index 5ae828e..5040f99 100755
--- a/served/styles/common.css
+++ b/served/styles/common.css
@@ -137,4 +137,10 @@ h2 code {
 	padding: 0;
 	margin: 0;
 	overflow: hidden;
+}
+
+.b88x31 {
+	width: 88px;
+	height: 31px;
+	image-rendering: pixelated;
 }
\ No newline at end of file