diff --git a/application/dash/templates/dashboard.html b/application/dash/templates/dashboard.html index 238932f..46c7854 100644 --- a/application/dash/templates/dashboard.html +++ b/application/dash/templates/dashboard.html @@ -6,14 +6,14 @@
{% for service in services%}
-
-
+
+
-
+
- {{service["name"]}} +

{{service["name"]}}

-
- {{service["url"]}} +
+

{{service["url"]}}

diff --git a/application/static/icons/2/google.png b/application/static/icons/2/google.png new file mode 100644 index 0000000..67fed90 Binary files /dev/null and b/application/static/icons/2/google.png differ diff --git a/application/static/icons/2/netflix.png b/application/static/icons/2/netflix.png new file mode 100644 index 0000000..a8315c9 Binary files /dev/null and b/application/static/icons/2/netflix.png differ diff --git a/application/static/icons/2/spotify.png b/application/static/icons/2/spotify.png new file mode 100644 index 0000000..88bdc71 Binary files /dev/null and b/application/static/icons/2/spotify.png differ diff --git a/application/static/style.css b/application/static/style.css index 94e8144..1c5b080 100644 --- a/application/static/style.css +++ b/application/static/style.css @@ -15,7 +15,7 @@ body { } .grid-container > div { - height: fit-content; + height: 150px; width: 400px; padding-top: 5px; padding-bottom: 5px; @@ -25,7 +25,7 @@ body { } .fit-picture { - width: 45px; + width: 125px; margin-top: 5px; margin-bottom: 5px; border: 1px solid black; @@ -33,6 +33,12 @@ body { box-shadow: 0px 0px 5px black; } +.name { + font-weight: bold; + font-size: 50px; + margin-top: 20px; +} + /* Login page */ .form { display: block;