From: Justin Wind Date: Fri, 31 Dec 2021 00:39:40 +0000 (-0800) Subject: bundle default product image, with CC-by licensing metadata X-Git-Tag: v1.3.3^2~8 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=89033b94ea5d17edddcaa39b61b642b2df5797ab bundle default product image, with CC-by licensing metadata --- diff --git a/static/.favicon.ico.meta b/static/.favicon.ico.meta new file mode 100644 index 0000000..9ece843 --- /dev/null +++ b/static/.favicon.ico.meta @@ -0,0 +1,3 @@ +Source: https://thenounproject.com/term/sub-sandwich/58847/ +License: https://creativecommons.org/licenses/by/3.0/us/legalcode +Author: Cédric Villain diff --git a/static/.logo.svg.meta b/static/.logo.svg.meta new file mode 100644 index 0000000..9ece843 --- /dev/null +++ b/static/.logo.svg.meta @@ -0,0 +1,3 @@ +Source: https://thenounproject.com/term/sub-sandwich/58847/ +License: https://creativecommons.org/licenses/by/3.0/us/legalcode +Author: Cédric Villain diff --git a/static/Makefile b/static/Makefile new file mode 100644 index 0000000..fdb5167 --- /dev/null +++ b/static/Makefile @@ -0,0 +1,14 @@ +.PHONY: all + +SOURCES = theme.css favicon.ico +TARGETS = $(SOURCES:=.gz) $(SOURCES:=.br) + +all: $(TARGETS) + +%.br: % + brotli --verbose --no-copy-stat --keep --force "$<" + +%.gz: % + cp "$<" "$<".tmp + gzip "$<".tmp + mv "$<".tmp.gz "$@" \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..fc468a7 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..c591f8e --- /dev/null +++ b/static/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file