add contact info page

This commit is contained in:
Rhiannon Morris 2021-03-31 06:57:25 +02:00
parent 059d4ce002
commit c2ef793dcb
11 changed files with 329 additions and 18 deletions

View file

@ -1,10 +1,12 @@
FONTS = $(shell find fonts -type f)
CSS = style.css
PAGES = index.html
CSS = style.css where.css
PAGES = index.html where.html pubkey.txt
IMAGES = $(patsubst %,images/%, \
mlem.gif mlem_static.png icon.svg \
niss_uwu_bg_dim.png niss_uwu_bg.png \
info.svg star.svg sparkles.svg niss_wave.svg shortcake.svg \
18_plus.svg \
cybre.png donphan.png types.png dragncool.svg \
)
BUILDDIR ?= _build