From 3d42eeb11265c87bb65ec928f58251618e9f78e5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 26 Sep 2022 16:50:58 +0200 Subject: [PATCH] wip #5480 @1 --- .gitignore | 4 +++- inc/foot.php | 3 +++ inc/head.html | 10 --------- inc/head.php | 13 ++++++++++++ inc/{menu.html => menu.php} | 2 +- inc/scripts.html | 3 --- inc/scripts.php | 4 ++++ js/script.js | 42 ++++++++++++++++++++++++++++++++++++- style/inc/menu.sass | 10 +++++++++ style/inc/reset.sass | 37 ++++++++++++++++++++++++++++++++ style/inc/variables.sass | 3 +++ style/style.sass | 7 +++++-- style/variables.sass | 1 - tableau-de-bord.php | 8 ++----- 14 files changed, 122 insertions(+), 25 deletions(-) create mode 100644 inc/foot.php delete mode 100644 inc/head.html create mode 100644 inc/head.php rename inc/{menu.html => menu.php} (98%) delete mode 100644 inc/scripts.html create mode 100644 inc/scripts.php create mode 100644 style/inc/menu.sass create mode 100644 style/inc/reset.sass create mode 100644 style/inc/variables.sass delete mode 100644 style/variables.sass diff --git a/.gitignore b/.gitignore index fd0c285..3f0e803 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .idea style/*.css -style/*.map \ No newline at end of file +style/*.map +style/inc/*.css +style/inc/*.map \ No newline at end of file diff --git a/inc/foot.php b/inc/foot.php new file mode 100644 index 0000000..3e2a4e0 --- /dev/null +++ b/inc/foot.php @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/inc/head.html b/inc/head.html deleted file mode 100644 index b951d33..0000000 --- a/inc/head.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Title - - - - - \ No newline at end of file diff --git a/inc/head.php b/inc/head.php new file mode 100644 index 0000000..0d29366 --- /dev/null +++ b/inc/head.php @@ -0,0 +1,13 @@ + + + + + EIF - Unibail Rodamco Westfield + + + + + + + + \ No newline at end of file diff --git a/inc/menu.html b/inc/menu.php similarity index 98% rename from inc/menu.html rename to inc/menu.php index 602c175..a72ddc4 100644 --- a/inc/menu.html +++ b/inc/menu.php @@ -1,4 +1,4 @@ -
+