diff --git a/mhackspace/static/browserconfig.xml b/mhackspace/static/browserconfig.xml new file mode 100644 index 0000000..34ad483 --- /dev/null +++ b/mhackspace/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00aba9 + + + diff --git a/mhackspace/static/images/android-chrome-192x192.png b/mhackspace/static/images/android-chrome-192x192.png new file mode 100644 index 0000000..c7ad87b Binary files /dev/null and b/mhackspace/static/images/android-chrome-192x192.png differ diff --git a/mhackspace/static/images/android-chrome-512x512.png b/mhackspace/static/images/android-chrome-512x512.png new file mode 100644 index 0000000..fb476fe Binary files /dev/null and b/mhackspace/static/images/android-chrome-512x512.png differ diff --git a/mhackspace/static/images/apple-touch-icon.png b/mhackspace/static/images/apple-touch-icon.png new file mode 100644 index 0000000..2844eca Binary files /dev/null and b/mhackspace/static/images/apple-touch-icon.png differ diff --git a/mhackspace/static/images/favicon-16x16.png b/mhackspace/static/images/favicon-16x16.png new file mode 100644 index 0000000..8b56fe8 Binary files /dev/null and b/mhackspace/static/images/favicon-16x16.png differ diff --git a/mhackspace/static/images/favicon-32x32.png b/mhackspace/static/images/favicon-32x32.png new file mode 100644 index 0000000..c3dc9a2 Binary files /dev/null and b/mhackspace/static/images/favicon-32x32.png differ diff --git a/mhackspace/static/images/favicon.ico b/mhackspace/static/images/favicon.ico index e1c1dd1..4b3e915 100644 Binary files a/mhackspace/static/images/favicon.ico and b/mhackspace/static/images/favicon.ico differ diff --git a/mhackspace/static/images/favicon.png b/mhackspace/static/images/favicon.png deleted file mode 100755 index 0d4b484..0000000 Binary files a/mhackspace/static/images/favicon.png and /dev/null differ diff --git a/mhackspace/static/images/hackspace.png b/mhackspace/static/images/hackspace.png deleted file mode 100755 index c3b162b..0000000 Binary files a/mhackspace/static/images/hackspace.png and /dev/null differ diff --git a/mhackspace/static/images/mstile-144x144.png b/mhackspace/static/images/mstile-144x144.png new file mode 100644 index 0000000..59aba9f Binary files /dev/null and b/mhackspace/static/images/mstile-144x144.png differ diff --git a/mhackspace/static/images/mstile-150x150.png b/mhackspace/static/images/mstile-150x150.png new file mode 100644 index 0000000..d81383d Binary files /dev/null and b/mhackspace/static/images/mstile-150x150.png differ diff --git a/mhackspace/static/images/mstile-310x150.png b/mhackspace/static/images/mstile-310x150.png new file mode 100644 index 0000000..24047ad Binary files /dev/null and b/mhackspace/static/images/mstile-310x150.png differ diff --git a/mhackspace/static/images/mstile-310x310.png b/mhackspace/static/images/mstile-310x310.png new file mode 100644 index 0000000..283c82a Binary files /dev/null and b/mhackspace/static/images/mstile-310x310.png differ diff --git a/mhackspace/static/images/mstile-70x70.png b/mhackspace/static/images/mstile-70x70.png new file mode 100644 index 0000000..5056e79 Binary files /dev/null and b/mhackspace/static/images/mstile-70x70.png differ diff --git a/mhackspace/static/images/safari-pinned-tab.svg b/mhackspace/static/images/safari-pinned-tab.svg new file mode 100644 index 0000000..d895668 --- /dev/null +++ b/mhackspace/static/images/safari-pinned-tab.svg @@ -0,0 +1,30 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/mhackspace/static/manifest.json b/mhackspace/static/manifest.json new file mode 100644 index 0000000..bb29a30 --- /dev/null +++ b/mhackspace/static/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "Maidstone Hackspace", + "icons": [ + { + "src": "\/static\/images\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png" + }, + { + "src": "\/static\/images\/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image\/png" + } + ], + "theme_color": "#008080", + "display": "standalone" +} diff --git a/mhackspace/templates/base.html b/mhackspace/templates/base.html index b64ea72..8253285 100644 --- a/mhackspace/templates/base.html +++ b/mhackspace/templates/base.html @@ -13,9 +13,19 @@ - - {% block css %} + + + + + + + + + + + + {% block css %} {# { compress css }#} @@ -33,7 +43,7 @@ - + Maidstone Hackspace