diff options
-rwxr-xr-x | .times | 4 | ||||
-rwxr-xr-x | served/home.html | 6 | ||||
-rwxr-xr-x | served/styles/common.css | 6 |
3 files changed, 13 insertions, 3 deletions
diff --git a/.times b/.times index f84745c..45a0819 100755 --- a/.times +++ b/.times @@ -1,7 +1,7 @@ ,1722699430,1739445155,1739445155 .DS_Store,1716265453,1743766017,1739646135 .times-ignore,1708577778,1708577778,1724111977 -.times,1714751011,1744352701,1744352689 +.times,1714751011,1744352715,1744352702 readme.md,1739445155,1739445155,1739445155 .gitignore,1739445155,1740914251,1740914269 updateTimes.sh,1708577778,1708577778,1744352701 @@ -159,7 +159,7 @@ served/the-continuum/the-continuum.css,1739445155,1739445155,1739625640 served/the-continuum/banners,1734803563,1744306468,1744306469 served/the-continuum/banners/banners.css,1739445155,1743531616,1743532193 served/the-continuum/banners/.DS_Store,1734806424,1743766017,1743839749 -served/the-continuum/banners/banners.html,1739445155,1744306966,1744306967 +served/the-continuum/banners/banners.html,1739445155,1744306966,1744352701 served/the-continuum/banners/2025-04-05,1743883168,1743883225,1743883225 served/the-continuum/banners/2025-04-05/meters_banner.png,1743883178,1743883178,1744265107 served/the-continuum/banners/2025-04-05/meters_banner.gif,1743883178,1743883178,1744265107 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 |