From 648460a96784399b0c51a9290e77195373c6cf8b Mon Sep 17 00:00:00 2001 From: anto Date: Thu, 9 Jan 2025 10:12:17 +0100 Subject: [PATCH] maj --- css/style.css | 3 + html/projet_detail.html | 158 +++++++++++++++++++++------------------ index.html | 3 +- js/globals.js | 84 --------------------- js/index.js | 4 +- js/projet_detail.js | 64 ++++++++++------ js/utilities/populate.js | 17 ++++- js/utilities/routes.js | 44 +++++++++++ js/utilities/tools.js | 15 ++++ 9 files changed, 208 insertions(+), 184 deletions(-) delete mode 100644 js/globals.js create mode 100644 js/utilities/routes.js create mode 100644 js/utilities/tools.js diff --git a/css/style.css b/css/style.css index 416fd6c..ee2ba65 100644 --- a/css/style.css +++ b/css/style.css @@ -37,4 +37,7 @@ footer { position: sticky; top: 0; z-index: 1; +} +#addVideoHandler{ + display: flex; } \ No newline at end of file diff --git a/html/projet_detail.html b/html/projet_detail.html index 0a9acd1..94314bd 100644 --- a/html/projet_detail.html +++ b/html/projet_detail.html @@ -1,84 +1,96 @@ - - - - Détails - - - - - -
-
-
-
- +
+

+
+
+
+
+
+ +
+
-

+
+
+
-
-
- -
- -
-
-
-
- - - - - - - - - - - - - -
+
+
+ + + + + + + + + + + + +
+
-
-

© 2024 Timelapse. All rights reserved.

-
- - - - - - - +
+

© 2024 Timelapse. All rights reserved.

+
+ + + + + + + + + + diff --git a/index.html b/index.html index d23dba7..1794906 100644 --- a/index.html +++ b/index.html @@ -35,8 +35,9 @@ + - +