add contact info page
This commit is contained in:
parent
059d4ce002
commit
c2ef793dcb
11 changed files with 329 additions and 18 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue