From d87aeb0a4a0973c4161e874eb03bf12fd2f9939b Mon Sep 17 00:00:00 2001
From: foswret
Date: Sat, 4 Apr 2026 16:00:25 -0500
Subject: clean up static/, change README.md
---
static/bg.gif | Bin 0 -> 3235 bytes
static/code.webp | Bin 396 -> 0 bytes
static/mail.webp | Bin 382 -> 0 bytes
static/multi055.gif | Bin 3235 -> 0 bytes
static/rss.webp | Bin 358 -> 0 bytes
static/style.css | 10 +++-------
templates/base.html | 1 +
templates/partials/footer.html | 3 ---
8 files changed, 4 insertions(+), 10 deletions(-)
create mode 100644 static/bg.gif
delete mode 100644 static/code.webp
delete mode 100644 static/mail.webp
delete mode 100644 static/multi055.gif
delete mode 100644 static/rss.webp
diff --git a/static/bg.gif b/static/bg.gif
new file mode 100644
index 0000000..11bea18
Binary files /dev/null and b/static/bg.gif differ
diff --git a/static/code.webp b/static/code.webp
deleted file mode 100644
index 9cd5ef1..0000000
Binary files a/static/code.webp and /dev/null differ
diff --git a/static/mail.webp b/static/mail.webp
deleted file mode 100644
index 51c5016..0000000
Binary files a/static/mail.webp and /dev/null differ
diff --git a/static/multi055.gif b/static/multi055.gif
deleted file mode 100644
index 11bea18..0000000
Binary files a/static/multi055.gif and /dev/null differ
diff --git a/static/rss.webp b/static/rss.webp
deleted file mode 100644
index e6c1707..0000000
Binary files a/static/rss.webp and /dev/null differ
diff --git a/static/style.css b/static/style.css
index dc8c347..30eed92 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,16 +1,12 @@
/* Variable declaration */
:root {
--primary-header-color: black;
- --secondary-header-color: rgb(232, 112, 95);
--bg-color: white;
-
}
html {
/* overflow-y needed for chromium browsers to not shift */
overflow-y: scroll;
- /*background-image: url("/misc021.jpg");*/
- /*background-repeat: repeat;*/
background-color: white;
}
@@ -41,13 +37,12 @@ nav {
/* The image portion of the header */
#right-header {
- background-image: url("/multi055.gif");
+ background-image: url("/bg.gif");
display: flex;
background-repeat: repeat;
- min-width: 25rem;}
+ min-width: 50%;}
#image-gradient {
flex-grow: 1;
- min-height: 0.4rem;
background: linear-gradient(to right, var(--primary-header-color) 0%, var(--primary-header-color) 20%, rgba(255,0,0,0));}
.nav-item {
color: white;}
@@ -72,6 +67,7 @@ img {
max-width: 50%;
display: block;
margin: 0 auto;
+ image-rendering: pixelated;
}
diff --git a/templates/base.html b/templates/base.html
index aa7d7bf..ac9e1af 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,6 +5,7 @@
+
{% block rss %}
{% endblock %}
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
index b9db931..e634f39 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -1,6 +1,3 @@
--
cgit v1.2.3