diff --git a/wheretogo/static/img/about.txt b/wheretogo/static/img/about.txt new file mode 100644 index 0000000..90a935a --- /dev/null +++ b/wheretogo/static/img/about.txt @@ -0,0 +1,6 @@ +This favicon was generated using the following font: + +- Font Title: Lustria +- Font Author: Copyright (c) 2011, Matthew Desmond (http://www.madtype.com | mattdesmond@gmail.com), with Reserved Font Name Lustria +- Font Source: http://fonts.gstatic.com/s/lustria/v11/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf +- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL)) diff --git a/wheretogo/static/img/android-chrome-192x192.png b/wheretogo/static/img/android-chrome-192x192.png new file mode 100644 index 0000000..618ca04 Binary files /dev/null and b/wheretogo/static/img/android-chrome-192x192.png differ diff --git a/wheretogo/static/img/android-chrome-512x512.png b/wheretogo/static/img/android-chrome-512x512.png new file mode 100644 index 0000000..4efd784 Binary files /dev/null and b/wheretogo/static/img/android-chrome-512x512.png differ diff --git a/wheretogo/static/img/apple-touch-icon.png b/wheretogo/static/img/apple-touch-icon.png new file mode 100644 index 0000000..b1c7b50 Binary files /dev/null and b/wheretogo/static/img/apple-touch-icon.png differ diff --git a/wheretogo/static/img/favicon-16x16.png b/wheretogo/static/img/favicon-16x16.png new file mode 100644 index 0000000..591a33b Binary files /dev/null and b/wheretogo/static/img/favicon-16x16.png differ diff --git a/wheretogo/static/img/favicon-32x32.png b/wheretogo/static/img/favicon-32x32.png new file mode 100644 index 0000000..840b0ad Binary files /dev/null and b/wheretogo/static/img/favicon-32x32.png differ diff --git a/wheretogo/static/img/favicon.ico b/wheretogo/static/img/favicon.ico new file mode 100644 index 0000000..037c4b7 Binary files /dev/null and b/wheretogo/static/img/favicon.ico differ diff --git a/wheretogo/static/img/site.webmanifest b/wheretogo/static/img/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/wheretogo/static/img/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","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"} \ No newline at end of file diff --git a/wheretogo/templates/common/base.html b/wheretogo/templates/common/base.html index 32c8c3f..ac3d128 100644 --- a/wheretogo/templates/common/base.html +++ b/wheretogo/templates/common/base.html @@ -7,6 +7,7 @@ WhereToGo + {% csrf_token %}