From ba3e3052608e532db2c95590d3a5a03aa8fb1a6a Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sun, 23 Feb 2025 16:40:39 +0100 Subject: [PATCH 1/4] foxis button --- index.html | 5 +++++ media/buttons/foxis.png | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 media/buttons/foxis.png diff --git a/index.html b/index.html index 619900e..cef5f0a 100644 --- a/index.html +++ b/index.html @@ -435,6 +435,11 @@ otterspace + +
  • + + foxis + diff --git a/media/buttons/foxis.png b/media/buttons/foxis.png new file mode 100644 index 0000000..60b9736 --- /dev/null +++ b/media/buttons/foxis.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf2f40e03f363fe60033f6689288cbf8d8493f1ff6e35f27ce46aacbbb43f84 +size 4287 From 3e7c7280396f38a80ff0c252432f32407f9ece09 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 7 Mar 2025 20:16:49 +0100 Subject: [PATCH 2/4] fix uploading for new server --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 22ae81d..7846447 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,10 @@ ALL = $(CSS) $(PAGES) $(MEDIA) $(SCRIPTS) $(MISC) BUILDDIR ?= /srv/www/yummy TMPDIR ?= _tmp -HOST ?= yummy.cricket -REMOTE_USER ?= www-data -REMOTE_DIR ?= yummy +HOST ?= yummy.cricket +SSH_PORT ?= 35353 +REMOTE_USER ?= nginx +REMOTE_DIR ?= yummy all: build @@ -33,7 +34,7 @@ upload: build @rsync --recursive --partial --progress --copy-links \ --compress --human-readable --hard-links \ --delete --delete-after \ - --rsh='ssh -l $(REMOTE_USER)' \ + --rsh='ssh -l $(REMOTE_USER) -p $(SSH_PORT)' \ $(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/ $(BUILDDIR)/%: % From c3628c647b22a9b9de55e7c2854471fbaa7f99ce Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 12 Mar 2025 00:26:19 +0100 Subject: [PATCH 3/4] new mathie button --- media/buttons/mathie.png | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media/buttons/mathie.png b/media/buttons/mathie.png index 5ed6859..f22d5f2 100644 --- a/media/buttons/mathie.png +++ b/media/buttons/mathie.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d595aa620181a8889f0440c9ac478d8c2748484757dbd0f032ac19e827faa8e7 -size 8398 +oid sha256:9d501b476465299407fbcb351bd9eda2daec4947e1602584dbe6c53f650b3e03 +size 521 From 638dbaad11b834cd6e35aa9197471399a89091c8 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 12 Mar 2025 00:26:34 +0100 Subject: [PATCH 4/4] cube face bg --- media/little-pluses.png | 3 +++ style/base.css | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 media/little-pluses.png diff --git a/media/little-pluses.png b/media/little-pluses.png new file mode 100644 index 0000000..2bcce30 --- /dev/null +++ b/media/little-pluses.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ab71ad1f1a85623723b19b6864834d7af83fbbe251d49f0424389dbd66810a +size 55600 diff --git a/style/base.css b/style/base.css index 6198e23..e0cab01 100644 --- a/style/base.css +++ b/style/base.css @@ -127,9 +127,10 @@ actually exists repeating-linear-gradient(var(--bg-angle), transparent, transparent 0.8em, #fff8 0.8em, #fff8 1em), + url(../media/little-pluses.png), linear-gradient(150deg, - hsl(var(--hue) 86% 94%), - hsl(var(--hue) 66% 82%) + hsl(var(--hue) 86% 92%), + hsl(var(--hue) 66% 80%) ); background: var(--base-background);