diff --git a/www/android-chrome-192x192.png b/www/android-chrome-192x192.png new file mode 100644 index 0000000..b71f59a Binary files /dev/null and b/www/android-chrome-192x192.png differ diff --git a/www/android-chrome-512x512.png b/www/android-chrome-512x512.png new file mode 100644 index 0000000..4a6b984 Binary files /dev/null and b/www/android-chrome-512x512.png differ diff --git a/www/apple-touch-icon.png b/www/apple-touch-icon.png new file mode 100644 index 0000000..f616c81 Binary files /dev/null and b/www/apple-touch-icon.png differ diff --git a/www/browserconfig.xml b/www/browserconfig.xml new file mode 100644 index 0000000..5aecc91 --- /dev/null +++ b/www/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00aba9 + + + diff --git a/www/community.html b/www/community.html index 4dc61be..34e466a 100644 --- a/www/community.html +++ b/www/community.html @@ -8,6 +8,13 @@ Zuul: Community + + + + + + + diff --git a/www/docs/index.html b/www/docs/index.html index 08deda2..017ef2f 100644 --- a/www/docs/index.html +++ b/www/docs/index.html @@ -8,6 +8,13 @@ Zuul: Documentation + + + + + + + diff --git a/www/favicon-16x16.png b/www/favicon-16x16.png new file mode 100644 index 0000000..eab4891 Binary files /dev/null and b/www/favicon-16x16.png differ diff --git a/www/favicon-32x32.png b/www/favicon-32x32.png new file mode 100644 index 0000000..e3fa5ab Binary files /dev/null and b/www/favicon-32x32.png differ diff --git a/www/favicon.ico b/www/favicon.ico new file mode 100644 index 0000000..006c4b0 Binary files /dev/null and b/www/favicon.ico differ diff --git a/www/index.html b/www/index.html index 0162632..64e8d85 100644 --- a/www/index.html +++ b/www/index.html @@ -8,6 +8,13 @@ Zuul: Stop Merging Broken Code + + + + + + + diff --git a/www/mstile-144x144.png b/www/mstile-144x144.png new file mode 100644 index 0000000..8ec6849 Binary files /dev/null and b/www/mstile-144x144.png differ diff --git a/www/mstile-150x150.png b/www/mstile-150x150.png new file mode 100644 index 0000000..62f70ea Binary files /dev/null and b/www/mstile-150x150.png differ diff --git a/www/mstile-310x150.png b/www/mstile-310x150.png new file mode 100644 index 0000000..0bec987 Binary files /dev/null and b/www/mstile-310x150.png differ diff --git a/www/mstile-310x310.png b/www/mstile-310x310.png new file mode 100644 index 0000000..b68325e Binary files /dev/null and b/www/mstile-310x310.png differ diff --git a/www/mstile-70x70.png b/www/mstile-70x70.png new file mode 100644 index 0000000..e5e3f17 Binary files /dev/null and b/www/mstile-70x70.png differ diff --git a/www/safari-pinned-tab.svg b/www/safari-pinned-tab.svg new file mode 100644 index 0000000..4264302 --- /dev/null +++ b/www/safari-pinned-tab.svg @@ -0,0 +1,74 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/www/site.webmanifest b/www/site.webmanifest new file mode 100644 index 0000000..851bbfa --- /dev/null +++ b/www/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Zuul", + "short_name": "Zuul", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}