diff --git a/frontend/Laurie/test.html b/frontend/Laurie/test.html
deleted file mode 100644
index 03e5c59..0000000
--- a/frontend/Laurie/test.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- E-Event
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/frontend/README.md b/frontend/README.md
deleted file mode 100644
index ffc4029..0000000
--- a/frontend/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# E-Event
-
-# Partie frontend avec Vue.js
\ No newline at end of file
diff --git a/frontend/Authentification.css b/frontend/css/Authentification.css
similarity index 95%
rename from frontend/Authentification.css
rename to frontend/css/Authentification.css
index c191ddc..c0bedc4 100644
--- a/frontend/Authentification.css
+++ b/frontend/css/Authentification.css
@@ -1,104 +1,104 @@
-@font-face {
- font-family: 'MaPolice';
- src: url('Rubik-Regular.ttf') format('truetype');
-}
-
-* {
- color: black;
- padding: 10px;
- font-family: 'MaPolice' ,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
-}
-
-
-header{
- display: flex;
- justify-content: space-between;
- flex-direction: row;
-}
-
-img {
- width: 60px;
- height: 60px;
- border-radius: 15px;
-
-}
-
-.logo
-{
- color: black;
- font-size: 1.8em;
- font-family: 'MaPolice', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
- text-align: left;
- justify-content: space-between;
-}
-
-.container{
- display: flex;
- justify-content: space-between;
- background-color: rgb(245, 222, 179, 0.5);
- border-radius: 10px;
-}
-
-.description
-{
- width: 50%;
- color: black;
- font-size: 1.5em;
- font-family: 'MaPolice', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
- text-align: left;
-
-}
-
-
-.pseudo
-{
- color: black;
- border-radius: 0%;
- font-size: 1.2em;
- font-family: 'MaPolice' ,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
- display: flex;
- justify-content: center;
- text-align: center;
-}
-
-.clickAuthentification
-{
- font-size: 0.7em;
- border-radius: 18px;
- border-color: transparent;
- padding : 2px 40px;
- justify-content: space-around;
- color: black;
- background-color: #ff893c;
- transition: all 1s ease-out;
-}
-
-.clickAuthentification:hover,
-.clickAuthentificationn:focus
-{
- color :#fa741b;
- background-color:white;
- border-color: #fa741b;
-}
-
-
-a {
- border-radius: 18px;
- padding : 8px 40px;
- color : #fff;
- background-color: #333;
- transition: all 1s ease-out;
-}
-
-a:hover, a:focus {
- color: #333;
- background-color: #fff;
-}
-
-.loginBox
-{
- background-color: whitesmoke;
- border-radius: 0%;
- border-color: transparent;
- float: right;
+@font-face {
+ font-family: 'MaPolice';
+ src: url('Rubik-Regular.ttf') format('truetype');
+}
+
+* {
+ color: black;
+ padding: 10px;
+ font-family: 'MaPolice' ,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
+}
+
+
+header{
+ display: flex;
+ justify-content: space-between;
+ flex-direction: row;
+}
+
+img {
+ width: 60px;
+ height: 60px;
+ border-radius: 15px;
+
+}
+
+.logo
+{
+ color: black;
+ font-size: 1.8em;
+ font-family: 'MaPolice', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
+ text-align: left;
+ justify-content: space-between;
+}
+
+.container{
+ display: flex;
+ justify-content: space-between;
+ background-color: rgb(245, 222, 179, 0.5);
+ border-radius: 10px;
+}
+
+.description
+{
+ width: 50%;
+ color: black;
+ font-size: 1.5em;
+ font-family: 'MaPolice', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
+ text-align: left;
+
+}
+
+
+.pseudo
+{
+ color: black;
+ border-radius: 0%;
+ font-size: 1.2em;
+ font-family: 'MaPolice' ,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
+ display: flex;
+ justify-content: center;
+ text-align: center;
+}
+
+.clickAuthentification
+{
+ font-size: 0.7em;
+ border-radius: 18px;
+ border-color: transparent;
+ padding : 2px 40px;
+ justify-content: space-around;
+ color: black;
+ background-color: #ff893c;
+ transition: all 1s ease-out;
+}
+
+.clickAuthentification:hover,
+.clickAuthentificationn:focus
+{
+ color :#fa741b;
+ background-color:white;
+ border-color: #fa741b;
+}
+
+
+a {
+ border-radius: 18px;
+ padding : 8px 40px;
+ color : #fff;
+ background-color: #333;
+ transition: all 1s ease-out;
+}
+
+a:hover, a:focus {
+ color: #333;
+ background-color: #fff;
+}
+
+.loginBox
+{
+ background-color: whitesmoke;
+ border-radius: 0%;
+ border-color: transparent;
+ float: right;
}
\ No newline at end of file
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.min.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.min.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.min.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.min.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.min.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.min.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.min.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.min.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.min.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.min.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.min.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.min.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.min.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.min.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.min.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-grid.rtl.min.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.min.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.min.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.min.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.min.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.min.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.min.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.min.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.min.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.min.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.min.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.min.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.min.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.min.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.min.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.min.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-reboot.rtl.min.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.min.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.min.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.min.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.min.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.min.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.min.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.min.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.min.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.min.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.min.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.min.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.min.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.min.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.min.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.min.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap-utilities.rtl.min.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.min.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.min.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.min.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.min.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.min.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.min.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.min.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.min.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.min.css b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.min.css
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.min.css
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.min.css
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.min.css.map b/frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.min.css.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.min.css.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/css/bootstrap.rtl.min.css.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.js b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.js
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.js
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.js
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.js.map b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.js.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.js.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.js.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.min.js b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.min.js
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.min.js
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.min.js
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.min.js.map b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.min.js.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.min.js.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.bundle.min.js.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.js b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.js
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.js
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.js
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.js.map b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.js.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.js.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.js.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.min.js b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.min.js
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.min.js
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.min.js
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.min.js.map b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.min.js.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.min.js.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.esm.min.js.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.js b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.js
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.js
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.js
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.js.map b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.js.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.js.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.js.map
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.min.js b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.min.js
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.min.js
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.min.js
diff --git a/frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.min.js.map b/frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.min.js.map
similarity index 100%
rename from frontend/Enzo/bootstrap-5.0.0-beta3-dist/js/bootstrap.min.js.map
rename to frontend/css/bootstrap-5.0.0-beta3-dist/js/bootstrap.min.js.map
diff --git a/frontend/Laurie/assets/bootstrap.min.css b/frontend/css/bootstrap.min.css
similarity index 100%
rename from frontend/Laurie/assets/bootstrap.min.css
rename to frontend/css/bootstrap.min.css
diff --git a/frontend/chargement.css b/frontend/css/chargement.css
similarity index 94%
rename from frontend/chargement.css
rename to frontend/css/chargement.css
index 94d2d30..6137853 100644
--- a/frontend/chargement.css
+++ b/frontend/css/chargement.css
@@ -1,23 +1,23 @@
-@font-face {
- font-family: 'MaPolice';
- src: url('Rubik-Italic.ttf') format('truetype');
-}
-
-* {
- color: black;
- padding: 10px;
- font-family: 'MaPolice' ,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
-}
-
-
-conteneur
-{
- display: flex;
- justify-content: center;
-
-}
-
-img
-{
- width: 100px;
+@font-face {
+ font-family: 'MaPolice';
+ src: url('Rubik-Italic.ttf') format('truetype');
+}
+
+* {
+ color: black;
+ padding: 10px;
+ font-family: 'MaPolice' ,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
+}
+
+
+conteneur
+{
+ display: flex;
+ justify-content: center;
+
+}
+
+img
+{
+ width: 100px;
}
\ No newline at end of file
diff --git a/frontend/e-Event_accueil.css b/frontend/css/e-Event_accueil.css
similarity index 95%
rename from frontend/e-Event_accueil.css
rename to frontend/css/e-Event_accueil.css
index 607f52f..8529c18 100644
--- a/frontend/e-Event_accueil.css
+++ b/frontend/css/e-Event_accueil.css
@@ -1,27 +1,27 @@
-/*
-style.css
----------
-
-Commentaire en CSS
-*/
-@font-face {
- font-family: 'MaPolice';
- src: url('Rubik-Regular.ttf') format('truetype');
-}
-
-.logo
-{
- color: black;
- font-size: 1.8em;
- font-family: 'MaPolice','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
-
-}
-
-#logo2
-{
- color: black;
- font-size: 1.8em;
- font-family: 'MaPolice','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
- display:flex;
- justify-content: space-around;
+/*
+style.css
+---------
+
+Commentaire en CSS
+*/
+@font-face {
+ font-family: 'MaPolice';
+ src: url('Rubik-Regular.ttf') format('truetype');
+}
+
+.logo
+{
+ color: black;
+ font-size: 1.8em;
+ font-family: 'MaPolice','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
+
+}
+
+#logo2
+{
+ color: black;
+ font-size: 1.8em;
+ font-family: 'MaPolice','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
+ display:flex;
+ justify-content: space-around;
}
\ No newline at end of file
diff --git a/frontend/Enzo/page_event.css b/frontend/css/page_event.css
similarity index 100%
rename from frontend/Enzo/page_event.css
rename to frontend/css/page_event.css
diff --git a/frontend/Enzo/style_event.css b/frontend/css/style_event.css
similarity index 100%
rename from frontend/Enzo/style_event.css
rename to frontend/css/style_event.css
diff --git a/frontend/Laurie/assets/styles.css b/frontend/css/styles.css
similarity index 100%
rename from frontend/Laurie/assets/styles.css
rename to frontend/css/styles.css
diff --git a/frontend/Rubik-Black.ttf b/frontend/font/Rubik-Black.ttf
similarity index 100%
rename from frontend/Rubik-Black.ttf
rename to frontend/font/Rubik-Black.ttf
diff --git a/frontend/Rubik-BlackItalic.ttf b/frontend/font/Rubik-BlackItalic.ttf
similarity index 100%
rename from frontend/Rubik-BlackItalic.ttf
rename to frontend/font/Rubik-BlackItalic.ttf
diff --git a/frontend/Rubik-Bold.ttf b/frontend/font/Rubik-Bold.ttf
similarity index 100%
rename from frontend/Rubik-Bold.ttf
rename to frontend/font/Rubik-Bold.ttf
diff --git a/frontend/Rubik-BoldItalic.ttf b/frontend/font/Rubik-BoldItalic.ttf
similarity index 100%
rename from frontend/Rubik-BoldItalic.ttf
rename to frontend/font/Rubik-BoldItalic.ttf
diff --git a/frontend/Rubik-Italic.ttf b/frontend/font/Rubik-Italic.ttf
similarity index 100%
rename from frontend/Rubik-Italic.ttf
rename to frontend/font/Rubik-Italic.ttf
diff --git a/frontend/Rubik-Light.ttf b/frontend/font/Rubik-Light.ttf
similarity index 100%
rename from frontend/Rubik-Light.ttf
rename to frontend/font/Rubik-Light.ttf
diff --git a/frontend/Rubik-LightItalic.ttf b/frontend/font/Rubik-LightItalic.ttf
similarity index 100%
rename from frontend/Rubik-LightItalic.ttf
rename to frontend/font/Rubik-LightItalic.ttf
diff --git a/frontend/Rubik-Medium.ttf b/frontend/font/Rubik-Medium.ttf
similarity index 100%
rename from frontend/Rubik-Medium.ttf
rename to frontend/font/Rubik-Medium.ttf
diff --git a/frontend/Rubik-MediumItalic.ttf b/frontend/font/Rubik-MediumItalic.ttf
similarity index 100%
rename from frontend/Rubik-MediumItalic.ttf
rename to frontend/font/Rubik-MediumItalic.ttf
diff --git a/frontend/Rubik-Regular.ttf b/frontend/font/Rubik-Regular.ttf
similarity index 100%
rename from frontend/Rubik-Regular.ttf
rename to frontend/font/Rubik-Regular.ttf
diff --git a/frontend/Enzo/gymkhana-bk.ttf b/frontend/font/gymkhana-bk.ttf
similarity index 100%
rename from frontend/Enzo/gymkhana-bk.ttf
rename to frontend/font/gymkhana-bk.ttf
diff --git a/frontend/Authentification.html b/frontend/html/Authentification.html
similarity index 96%
rename from frontend/Authentification.html
rename to frontend/html/Authentification.html
index 613a7e9..7515bfc 100644
--- a/frontend/Authentification.html
+++ b/frontend/html/Authentification.html
@@ -1,62 +1,62 @@
-
-
-
-
-
-
-
- Authentification
-
-
-
-
-
-
-
-
- E-Event est une plateforme de gestion des événements
- .............................
- .............................
- .............................
- ........................
- .............................
- ..............................
- ...................
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ Authentification
+
+
+
+
+
+
+
+
+ E-Event est une plateforme de gestion des événements
+ .............................
+ .............................
+ .............................
+ ........................
+ .............................
+ ..............................
+ ...................
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/chargement.html b/frontend/html/chargement.html
similarity index 96%
rename from frontend/chargement.html
rename to frontend/html/chargement.html
index d1e98db..323c4ba 100644
--- a/frontend/chargement.html
+++ b/frontend/html/chargement.html
@@ -1,22 +1,22 @@
-
-
-
-
-
-
-
-
- E-event loading...
-
-
-
-
- E-Event loading...
-
-
-
-
-
+
+
+
+
+
+
+
+
+ E-event loading...
+
+
+
+
+ E-Event loading...
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/e-Event.html b/frontend/html/e-Event.html
similarity index 96%
rename from frontend/e-Event.html
rename to frontend/html/e-Event.html
index 95bf150..f43bc05 100644
--- a/frontend/e-Event.html
+++ b/frontend/html/e-Event.html
@@ -1,69 +1,69 @@
-
-
-
-
-
-
- Test vueJS
-
-
-
-
-
-
-
-
-
-
Login : Vous êtes connecté en tant que {{ user }}
-
-
-
Produits commandés
-
- {{ commande }}
-
-
-
Produits disponibles
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ Test vueJS
+
+
+
+
+
+
+
+
+
+
Login : Vous êtes connecté en tant que {{ user }}
+
+
+
Produits commandés
+
+ {{ commande }}
+
+
+
Produits disponibles
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/e-Event_accueil.html b/frontend/html/e-Event_accueil.html
similarity index 95%
rename from frontend/e-Event_accueil.html
rename to frontend/html/e-Event_accueil.html
index 6ad1f05..b807b18 100644
--- a/frontend/e-Event_accueil.html
+++ b/frontend/html/e-Event_accueil.html
@@ -1,36 +1,36 @@
-
-
-
-
-
-
-
-
- Accueil
-
-
-
- E-Event
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Accueil
+
+
+
+ E-Event
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/Laurie/gdp.html b/frontend/html/gdp.html
similarity index 100%
rename from frontend/Laurie/gdp.html
rename to frontend/html/gdp.html
diff --git a/frontend/Enzo/page_event.html b/frontend/html/page_event.html
similarity index 100%
rename from frontend/Enzo/page_event.html
rename to frontend/html/page_event.html
diff --git a/frontend/Enzo/page_event_v2.html b/frontend/html/page_event_v2.html
similarity index 98%
rename from frontend/Enzo/page_event_v2.html
rename to frontend/html/page_event_v2.html
index 5c641bb..9903747 100644
--- a/frontend/Enzo/page_event_v2.html
+++ b/frontend/html/page_event_v2.html
@@ -89,11 +89,13 @@
Semi marathon de Paris ce week-end ! Venez nombreux !
-
-
-
+
+
+
Lieu
diff --git a/frontend/Laurie/profil.html b/frontend/html/profil.html
similarity index 100%
rename from frontend/Laurie/profil.html
rename to frontend/html/profil.html
diff --git a/frontend/Laurie/assets/images/city.png b/frontend/images/city.png
similarity index 100%
rename from frontend/Laurie/assets/images/city.png
rename to frontend/images/city.png
diff --git a/frontend/Laurie/assets/images/exemple.png b/frontend/images/exemple.png
similarity index 100%
rename from frontend/Laurie/assets/images/exemple.png
rename to frontend/images/exemple.png
diff --git a/frontend/Enzo/exemple_event.jpg b/frontend/images/exemple_event.jpg
similarity index 100%
rename from frontend/Enzo/exemple_event.jpg
rename to frontend/images/exemple_event.jpg
diff --git a/frontend/Enzo/logo.png b/frontend/images/logo.png
similarity index 100%
rename from frontend/Enzo/logo.png
rename to frontend/images/logo.png
diff --git a/frontend/Laurie/assets/images/logo.png b/frontend/images/logo2.png
similarity index 100%
rename from frontend/Laurie/assets/images/logo.png
rename to frontend/images/logo2.png
diff --git a/frontend/Enzo/logo_mini.png b/frontend/images/logo_mini.png
similarity index 100%
rename from frontend/Enzo/logo_mini.png
rename to frontend/images/logo_mini.png
diff --git a/frontend/Laurie/assets/images/retour.png b/frontend/images/retour.png
similarity index 100%
rename from frontend/Laurie/assets/images/retour.png
rename to frontend/images/retour.png
diff --git a/frontend/Test.js b/frontend/js/Test.js
similarity index 96%
rename from frontend/Test.js
rename to frontend/js/Test.js
index 3a54b87..7ba2627 100644
--- a/frontend/Test.js
+++ b/frontend/js/Test.js
@@ -1,6 +1,6 @@
-const btn = document.querySelector('#btnlearn');
-
-btn.addEventListener('click', () => {
- console.log('click learn more');
- alert('coder ça ');
+const btn = document.querySelector('#btnlearn');
+
+btn.addEventListener('click', () => {
+ console.log('click learn more');
+ alert('coder ça ');
})
\ No newline at end of file
diff --git a/frontend/Laurie/components/Display-Event.js b/frontend/js/components/Display-Event.js
similarity index 100%
rename from frontend/Laurie/components/Display-Event.js
rename to frontend/js/components/Display-Event.js
diff --git a/frontend/Laurie/components/Head.js b/frontend/js/components/Head.js
similarity index 100%
rename from frontend/Laurie/components/Head.js
rename to frontend/js/components/Head.js
diff --git a/frontend/Laurie/components/Plus-Information.js b/frontend/js/components/Plus-Information.js
similarity index 100%
rename from frontend/Laurie/components/Plus-Information.js
rename to frontend/js/components/Plus-Information.js
diff --git a/frontend/Laurie/components/Profil.js b/frontend/js/components/Profil.js
similarity index 100%
rename from frontend/Laurie/components/Profil.js
rename to frontend/js/components/Profil.js
diff --git a/frontend/event.js b/frontend/js/event.js
similarity index 100%
rename from frontend/event.js
rename to frontend/js/event.js
diff --git a/frontend/Laurie/main.js b/frontend/js/main.js
similarity index 100%
rename from frontend/Laurie/main.js
rename to frontend/js/main.js
diff --git a/frontend/logo.png b/frontend/logo.png
deleted file mode 100644
index c1bc9f2..0000000
Binary files a/frontend/logo.png and /dev/null differ
diff --git a/frontend/logo_mini.png b/frontend/logo_mini.png
deleted file mode 100644
index 8c3936b..0000000
Binary files a/frontend/logo_mini.png and /dev/null differ
diff --git a/frontend/Maquette.bmpr b/frontend/maquette/Maquette.bmpr
similarity index 100%
rename from frontend/Maquette.bmpr
rename to frontend/maquette/Maquette.bmpr
diff --git a/frontend/Maquette.pdf b/frontend/maquette/Maquette.pdf
similarity index 100%
rename from frontend/Maquette.pdf
rename to frontend/maquette/Maquette.pdf
diff --git a/frontend/maquette/maquette_v1.bmpr b/frontend/maquette/maquette_v1.bmpr
new file mode 100644
index 0000000..b1b370b
Binary files /dev/null and b/frontend/maquette/maquette_v1.bmpr differ