diff --git a/dashboard_static/index.html b/dashboard_static/index.html index 6f15a61..550b0ec 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -9,7 +9,8 @@ - + + @@ -21,41 +22,66 @@
- sports_baseball + sports_baseball Baseball
- sports_basketball + sports_basketball Basketball
- sports_volleyball + sports_volleyball Volleyball
- sports_tennis + sports_tennis Tennis
- sports_cricket + sports_cricket Cricket
- sports_soccer + sports_soccer Soccer
- sports_football + sports_football Football
- sports_rugby + sports_rugby Rugby
-
+
+
+ +
+
+ Tim Wijma + @timwijma +
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus velit maiores non deserunt adipisci dicta quam nobis ad. Iste, unde? +
+
+ favorite + 20 +
+
+ repeat + 20 +
+
+ chat_bubble + 20 +
+
+
+
+
diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index e4c11d5..851943a 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -71,7 +71,7 @@ body { cursor: pointer; } -.sport .material-icons-outlined { +.sport .material-symbols-outlined { font-size: 32px; } @@ -84,4 +84,21 @@ body { .selected { color: var(--secondary); border-color: var(--secondary); +} + +.tweet { + display: flex; +} + +.tweet-profilepicture { + border-radius: 100%; +} + +.tweet-interactions { + display: flex; +} + +.tweet-interaction { + display: flex; + align-items: center; } \ No newline at end of file