diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..c9f7c2f Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-256x256.png b/android-chrome-256x256.png new file mode 100644 index 0000000..ed7e2af Binary files /dev/null and b/android-chrome-256x256.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..9b8bd25 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..d9476e9 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..c954940 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..6e74666 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 6108873..93c5264 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,15 @@ - - + + + + + + + + +
diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 0000000..ad8a893 Binary files /dev/null and b/mstile-150x150.png differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg new file mode 100644 index 0000000..f554f3d --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1,18 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..de65106 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/styles/fonts/ITC Avant Garde Gothic Std Bold.otf b/styles/fonts/ITC Avant Garde Gothic Std Bold.otf new file mode 100644 index 0000000..4c92621 Binary files /dev/null and b/styles/fonts/ITC Avant Garde Gothic Std Bold.otf differ diff --git a/styles/main.css b/styles/main.css index 930ddce..9d14188 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1,3 +1,8 @@ +@font-face { + font-family: "ITC Avant Garde Gothic Std Bold"; + src: url("fonts/ITC\ Avant\ Garde\ Gothic\ Std\ Bold.otf") format("opentype") +} + *, *:before, *:after {