diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100755 index 0000000..4b0430e Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100755 index 0000000..afd283e Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100755 index 0000000..4dc541c Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100755 index 0000000..96d6a12 Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100755 index 0000000..9ba85d7 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100755 index 0000000..32c75d4 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/humans.txt b/public/humans.txt new file mode 100755 index 0000000..03b9c8f --- /dev/null +++ b/public/humans.txt @@ -0,0 +1,15 @@ +/* TEAM */ + +Developer: Clemens Krack +Site: clemenskrack.com +Twitter: ckrack +Location: Berlin, Germany + +/* THANKS */ + +The favicons were generated using the following graphics from Twitter Twemoji: + +- Graphics Title: 1f9ea.svg +- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji) +- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f9ea.svg +- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/) diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100755 index 0000000..45dc8a2 --- /dev/null +++ b/public/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/templates/base.html.twig b/templates/base.html.twig index 0341c9a..3515d1d 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -2,9 +2,12 @@ - {% block title %}Welcome!{% endblock %} - + {% block title %}Welcome - Hydrometer public server!{% endblock %} + + + + + {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} diff --git a/templates/hydrometer/show_data.html.twig b/templates/hydrometer/show_data.html.twig index badafa1..3761b0b 100644 --- a/templates/hydrometer/show_data.html.twig +++ b/templates/hydrometer/show_data.html.twig @@ -1,75 +1,82 @@ {% extends 'base.html.twig' %} -{% block title %}Hydrometer data{% endblock %} +{% block title %}Data for {{ hydrometer.name ?? hydrometer_id }} 📉{% endblock %} {% block body %} -
-
-

Data for {{ hydrometer.name ?? hydrometer_id }} 📉

+
+
+

Data for {{ hydrometer.name ?? hydrometer_id }} + 📉

+
+
+
+
-
-
-
-
{% endblock %}