diff --git a/src/app.html b/src/app.html index d71a741..cc7e153 100644 --- a/src/app.html +++ b/src/app.html @@ -3,7 +3,32 @@ - + + + + + + + + %sveltekit.head% diff --git a/src/lib/components/Logo.svelte b/src/lib/components/Logo.svelte new file mode 100644 index 0000000..3875779 --- /dev/null +++ b/src/lib/components/Logo.svelte @@ -0,0 +1,188 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/src/lib/components/PageHeader.svelte b/src/lib/components/PageHeader.svelte deleted file mode 100644 index e830163..0000000 --- a/src/lib/components/PageHeader.svelte +++ /dev/null @@ -1,27 +0,0 @@ - - - \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 54d0922..293b4d0 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,5 +1,5 @@ - +
diff --git a/static/branding/favicon/android-chrome-192x192.png b/static/branding/favicon/android-chrome-192x192.png new file mode 100644 index 0000000..ceb3867 Binary files /dev/null and b/static/branding/favicon/android-chrome-192x192.png differ diff --git a/static/branding/favicon/apple-touch-icon.png b/static/branding/favicon/apple-touch-icon.png new file mode 100644 index 0000000..0f57682 Binary files /dev/null and b/static/branding/favicon/apple-touch-icon.png differ diff --git a/static/branding/favicon/browserconfig.xml b/static/branding/favicon/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/static/branding/favicon/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/static/branding/favicon/favicon-16x16.png b/static/branding/favicon/favicon-16x16.png new file mode 100644 index 0000000..2d1cab3 Binary files /dev/null and b/static/branding/favicon/favicon-16x16.png differ diff --git a/static/branding/favicon/favicon-32x32.png b/static/branding/favicon/favicon-32x32.png new file mode 100644 index 0000000..9da2a31 Binary files /dev/null and b/static/branding/favicon/favicon-32x32.png differ diff --git a/static/branding/favicon/favicon.ico b/static/branding/favicon/favicon.ico new file mode 100644 index 0000000..0f4e266 Binary files /dev/null and b/static/branding/favicon/favicon.ico differ diff --git a/static/branding/favicon/mstile-150x150.png b/static/branding/favicon/mstile-150x150.png new file mode 100644 index 0000000..e8a8ab7 Binary files /dev/null and b/static/branding/favicon/mstile-150x150.png differ diff --git a/static/branding/favicon/safari-pinned-tab.svg b/static/branding/favicon/safari-pinned-tab.svg new file mode 100644 index 0000000..19cb7de --- /dev/null +++ b/static/branding/favicon/safari-pinned-tab.svg @@ -0,0 +1,37 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/static/branding/favicon/site.webmanifest b/static/branding/favicon/site.webmanifest new file mode 100644 index 0000000..fd53015 --- /dev/null +++ b/static/branding/favicon/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#f5f5f7;", + "background_color": "#f5f5f7;", + "display": "standalone" +} diff --git a/static/branding/logo-2.png b/static/branding/logo-2.png new file mode 100644 index 0000000..804cee3 Binary files /dev/null and b/static/branding/logo-2.png differ diff --git a/static/branding/logo.png b/static/branding/logo.png new file mode 100644 index 0000000..4af6769 Binary files /dev/null and b/static/branding/logo.png differ diff --git a/static/branding/logo_landscape-2.png b/static/branding/logo_landscape-2.png new file mode 100644 index 0000000..e8c4ef5 Binary files /dev/null and b/static/branding/logo_landscape-2.png differ diff --git a/static/branding/logo_landscape.png b/static/branding/logo_landscape.png new file mode 100644 index 0000000..f705b08 Binary files /dev/null and b/static/branding/logo_landscape.png differ diff --git a/static/favicon.png b/static/favicon.png deleted file mode 100644 index 825b9e6..0000000 Binary files a/static/favicon.png and /dev/null differ