diff options
author | gennyble <gen@nyble.dev> | 2025-04-11 01:25:15 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-04-11 01:25:15 -0500 |
commit | 1ba98ae3b0ab5f565e797bb0dd5065647b74e4a7 (patch) | |
tree | aea3a88d81977f0c5e4ac15e289e150e6eb46db6 /served | |
parent | c021af2627debc082e0df67453670c80ca51f467 (diff) | |
download | ∞-1ba98ae3b0ab5f565e797bb0dd5065647b74e4a7.tar.gz ∞-1ba98ae3b0ab5f565e797bb0dd5065647b74e4a7.zip |
88x31
Diffstat (limited to 'served')
-rwxr-xr-x | served/home.html | 6 | ||||
-rwxr-xr-x | served/styles/common.css | 6 |
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 |