Compare commits

..

4 commits

Author SHA1 Message Date
638dbaad11 cube face bg 2025-03-12 00:26:34 +01:00
c3628c647b new mathie button 2025-03-12 00:26:19 +01:00
3e7c728039 fix uploading for new server 2025-03-07 20:16:50 +01:00
ba3e305260 foxis button 2025-02-23 16:41:12 +01:00
6 changed files with 21 additions and 8 deletions

View file

@ -22,7 +22,8 @@ BUILDDIR ?= /srv/www/yummy
TMPDIR ?= _tmp TMPDIR ?= _tmp
HOST ?= yummy.cricket HOST ?= yummy.cricket
REMOTE_USER ?= www-data SSH_PORT ?= 35353
REMOTE_USER ?= nginx
REMOTE_DIR ?= yummy REMOTE_DIR ?= yummy
all: build all: build
@ -33,7 +34,7 @@ upload: build
@rsync --recursive --partial --progress --copy-links \ @rsync --recursive --partial --progress --copy-links \
--compress --human-readable --hard-links \ --compress --human-readable --hard-links \
--delete --delete-after \ --delete --delete-after \
--rsh='ssh -l $(REMOTE_USER)' \ --rsh='ssh -l $(REMOTE_USER) -p $(SSH_PORT)' \
$(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/ $(BUILDDIR)/ $(HOST):$(REMOTE_DIR)/
$(BUILDDIR)/%: % $(BUILDDIR)/%: %

View file

@ -435,6 +435,11 @@
<img src=media/buttons/cooper.gif alt=otterspace> <img src=media/buttons/cooper.gif alt=otterspace>
</picture> </picture>
</a> </a>
<li id=foxis>
<a href=https://foxis.dev title=foxis>
<img src=media/buttons/foxis.png alt=foxis>
</a>
</ul> </ul>
</section> </section>

3
media/buttons/foxis.png Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:faf2f40e03f363fe60033f6689288cbf8d8493f1ff6e35f27ce46aacbbb43f84
size 4287

BIN
media/buttons/mathie.png (Stored with Git LFS)

Binary file not shown.

3
media/little-pluses.png Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56ab71ad1f1a85623723b19b6864834d7af83fbbe251d49f0424389dbd66810a
size 55600

View file

@ -127,9 +127,10 @@ actually exists
repeating-linear-gradient(var(--bg-angle), repeating-linear-gradient(var(--bg-angle),
transparent, transparent 0.8em, transparent, transparent 0.8em,
#fff8 0.8em, #fff8 1em), #fff8 0.8em, #fff8 1em),
url(../media/little-pluses.png),
linear-gradient(150deg, linear-gradient(150deg,
hsl(var(--hue) 86% 94%), hsl(var(--hue) 86% 92%),
hsl(var(--hue) 66% 82%) hsl(var(--hue) 66% 80%)
); );
background: var(--base-background); background: var(--base-background);