aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/bg.gif (renamed from static/multi055.gif)bin3235 -> 3235 bytes
-rw-r--r--static/code.webpbin396 -> 0 bytes
-rw-r--r--static/mail.webpbin382 -> 0 bytes
-rw-r--r--static/rss.webpbin358 -> 0 bytes
-rw-r--r--static/style.css10
-rw-r--r--templates/base.html1
-rw-r--r--templates/partials/footer.html3
7 files changed, 4 insertions, 10 deletions
diff --git a/static/multi055.gif b/static/bg.gif
index 11bea18..11bea18 100644
--- a/static/multi055.gif
+++ b/static/bg.gif
Binary files differ
diff --git a/static/code.webp b/static/code.webp
deleted file mode 100644
index 9cd5ef1..0000000
--- a/static/code.webp
+++ /dev/null
Binary files differ
diff --git a/static/mail.webp b/static/mail.webp
deleted file mode 100644
index 51c5016..0000000
--- a/static/mail.webp
+++ /dev/null
Binary files differ
diff --git a/static/rss.webp b/static/rss.webp
deleted file mode 100644
index e6c1707..0000000
--- a/static/rss.webp
+++ /dev/null
Binary files 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 @@
<meta charset="utf-8" name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="{{ get_url(path='style.css', cachebust=true) }}">
+ <link rel="preconnect" href="https://fonts.bunny.net">
{% block rss %}
<link rel="alternate" type="application/atom+xml" title="RSS" href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
{% 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 @@
<footer>
<hr class="divider" style="border-top: 2px solid #bbb;">
-<p>Code under AGPL, content under CC by SA. <br>
-Last updated on <time>%T</time></p>
-
</footer>