From 0deb86d4b584652d3abe15f6db130c199eebedb7 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Wed, 17 Sep 2014 17:17:03 +0200 Subject: [PATCH] New favicon. --- .gitignore | 3 ++ Makefile | 15 ++++++++ aboutus.html | 5 +++ favicon.ico | Bin 5277 -> 0 bytes favicon.svg | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 5 +++ privacy.html | 5 +++ support.html | 5 +++ 8 files changed, 145 insertions(+) create mode 100644 Makefile delete mode 100644 favicon.ico create mode 100644 favicon.svg diff --git a/.gitignore b/.gitignore index e43b0f9..deb8f69 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .DS_Store +favicon*.png +favicon.ico + diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8c3568b --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +favicon_%.png: favicon.svg + rsvg-convert -w $* -h $* $^ > $@ + +%.ico: %_128.png %_64.png %_48.png %_32.png %_16.png + convert $^ $@ + +ICONS := favicon.ico favicon_128.png favicon_192.png favicon_256.png + +all: $(ICONS) + +clean: + $(RM) $(ICONS) + diff --git a/aboutus.html b/aboutus.html index 3d63d60..05ae664 100644 --- a/aboutus.html +++ b/aboutus.html @@ -4,6 +4,11 @@ + + + + + About Us ~ Yukkuri Games