From c6ffc8f3ffe8268cdf076bcee59caa1ba564d252 Mon Sep 17 00:00:00 2001 From: Tim Wijma Date: Mon, 31 Oct 2022 20:36:08 +0100 Subject: [PATCH] logo, sports bar, jquery event handler --- dashboard_static/index.html | 52 ++++++++++++++++---- dashboard_static/js/code.js | 23 +++++++++ dashboard_static/js/connection.js | 5 ++ dashboard_static/media/logo.png | Bin 0 -> 4028 bytes dashboard_static/style/style.css | 78 +++++++++++++++++++++++++++++- 5 files changed, 147 insertions(+), 11 deletions(-) create mode 100644 dashboard_static/js/connection.js create mode 100644 dashboard_static/media/logo.png diff --git a/dashboard_static/index.html b/dashboard_static/index.html index 8b2419a..6f15a61 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -6,22 +6,52 @@ Twitter sports dashboard - - + + + +
+
-
-
-
-
-
-
-
-
+
+ sports_baseball + Baseball +
+
+ sports_basketball + Basketball +
+
+ sports_volleyball + Volleyball +
+
+ sports_tennis + Tennis +
+
+ sports_cricket + Cricket +
+
+ sports_soccer + Soccer +
+
+ sports_football + Football +
+
+ sports_rugby + Rugby +
@@ -30,6 +60,8 @@
+ +