From 6b8cac30ceb4ade09227066b08942eeed14ad055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Tue, 24 Dec 2024 11:37:40 +0100 Subject: [PATCH] Create dashboard --- static/main.css | 9 +++++++++ views/index.html | 24 +++++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index c3e61a9..e4f36a9 100644 --- a/static/main.css +++ b/static/main.css @@ -11,4 +11,13 @@ img#header-logo { .feather { height: 18px; width: auto; +} + +.dashboard-tile { + text-decoration: none; +} + +.dashboard-tile .feather { + height: 42px; + width: auto; } \ No newline at end of file diff --git a/views/index.html b/views/index.html index fe28694..5cb0088 100644 --- a/views/index.html +++ b/views/index.html @@ -1,5 +1,27 @@ {% extends "layouts/main.html" %} {% block main %} -

Home

+
+

Tableau de bord

+
+ + +
{% endblock %}