From b050b13c1d1ac9f87c2cf01912f69739fc3ef8ba Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 6 Nov 2022 17:47:26 -0500 Subject: [PATCH] Add favicon to all pages Used a little sed oneliner for the updates.. but again a templated HTML page is looking REAL tempting right about now :) --- event.html | 2 ++ favicon.ico | 1 + index.html | 2 ++ license.html | 30 +++++++++++++++++++++--------- registry.html | 2 ++ rsvp.html | 2 ++ static/favicon-16x16.png | Bin 0 -> 622 bytes static/favicon-32x32.png | Bin 0 -> 1361 bytes static/favicon.ico | Bin 0 -> 15406 bytes story.html | 2 ++ travel.html | 2 ++ 11 files changed, 34 insertions(+), 9 deletions(-) create mode 120000 favicon.ico create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon.ico diff --git a/event.html b/event.html index 87b6df3..72f5e12 100644 --- a/event.html +++ b/event.html @@ -4,6 +4,8 @@ + + Alex & Jennie's Wedding diff --git a/favicon.ico b/favicon.ico new file mode 120000 index 0000000..495fe35 --- /dev/null +++ b/favicon.ico @@ -0,0 +1 @@ +static/favicon.ico \ No newline at end of file diff --git a/index.html b/index.html index 9ddcf2c..40f67a9 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,8 @@ + + Alex & Jennie's Wedding diff --git a/license.html b/license.html index a2e1527..d984883 100644 --- a/license.html +++ b/license.html @@ -4,6 +4,8 @@ + + Alex & Jennie's Wedding @@ -22,15 +24,25 @@ licensed under the MIT license and can be found here.

-

- One notable exception is the cursive font in the title, which is - the Allura - font, licensed under the Open Font - License. -

-

- Photos and content are not open source (all rights reserved). -

+

A few notable exceptions:

+ diff --git a/registry.html b/registry.html index faf97ca..db39d36 100644 --- a/registry.html +++ b/registry.html @@ -4,6 +4,8 @@ + + Alex & Jennie's Wedding diff --git a/rsvp.html b/rsvp.html index b9e7c86..569f74e 100644 --- a/rsvp.html +++ b/rsvp.html @@ -4,6 +4,8 @@ + + Alex & Jennie's Wedding diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..f6cfedb Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..b782585 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..72cc28b Binary files /dev/null and b/static/favicon.ico differ diff --git a/story.html b/story.html index 2a07a57..bd6fe61 100644 --- a/story.html +++ b/story.html @@ -4,6 +4,8 @@ + + Alex & Jennie's Wedding diff --git a/travel.html b/travel.html index 03ed22c..986b6b8 100644 --- a/travel.html +++ b/travel.html @@ -4,6 +4,8 @@ + + Alex & Jennie's Wedding -- libgit2 1.1.1