From be45e2cf867c20aff22ec14eeef7eddb17324b5f Mon Sep 17 00:00:00 2001 From: Bess1k Date: Thu, 15 Jan 2026 10:48:30 +0100 Subject: [PATCH 1/5] Create connexion.php --- app/views/connexion.php | 107 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 app/views/connexion.php diff --git a/app/views/connexion.php b/app/views/connexion.php new file mode 100644 index 0000000..2718df8 --- /dev/null +++ b/app/views/connexion.php @@ -0,0 +1,107 @@ + + + + + Connexion — Folliow + + + + +
+ + +
+
+ + +
+ + +

Connexion

+ + +

+ Connectez-vous à votre compte. +

+ + + +
+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+ + +
+
+ + +
+ +
+ + +
+ + Pas encore de compte ? + Créer un compte + +
+ + + + +
+
+ +
+ +
+
+
+ + + From fd139148549480e9f8e6d2ba39fe5ba7440a3a44 Mon Sep 17 00:00:00 2001 From: Bess1k Date: Thu, 15 Jan 2026 10:51:57 +0100 Subject: [PATCH 2/5] Create inscription.php --- app/views/inscription.php | 184 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 app/views/inscription.php diff --git a/app/views/inscription.php b/app/views/inscription.php new file mode 100644 index 0000000..a10b2d2 --- /dev/null +++ b/app/views/inscription.php @@ -0,0 +1,184 @@ + + + + + Connexion — Folliow + + + + +
+ + +
+
+ + +
+ + +

Inscription

+ + +

+ Créez votre compte utilisateur. +

+ + + +
+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ +
+ @ + +
+
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ +
+ + +
+ + Déjà un compte ? + Se connecter + +
+ +
+
+ +
+ +
+
+
+ + + + From 30fed884b87c231e6a2316abdff269b74d8bebf5 Mon Sep 17 00:00:00 2001 From: Bess1k Date: Thu, 15 Jan 2026 10:54:26 +0100 Subject: [PATCH 3/5] Create styles.css --- public/assests/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/assests/styles.css diff --git a/public/assests/styles.css b/public/assests/styles.css new file mode 100644 index 0000000..f78a396 --- /dev/null +++ b/public/assests/styles.css @@ -0,0 +1,11 @@ +/* Style général appliqué à toute la page */ +body{ + /* Couleur de fond claire pour améliorer la lisibilité */ + background: #f7f8fb; +} + +/* Style de base des cartes Bootstrap */ +.card{ + /* Fond blanc pour mettre en valeur le contenu */ + background: #fff; +} From c32c2b616906cefb9f21e5415328fbf599a61a3d Mon Sep 17 00:00:00 2001 From: Bess1k Date: Thu, 15 Jan 2026 10:54:59 +0100 Subject: [PATCH 4/5] Update connexion.php --- app/views/connexion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/connexion.php b/app/views/connexion.php index 2718df8..f5be81c 100644 --- a/app/views/connexion.php +++ b/app/views/connexion.php @@ -1,7 +1,7 @@ - + Connexion — Folliow From 3cab8171b94c59ea79d99c44d97093c01a5c91a2 Mon Sep 17 00:00:00 2001 From: Bess1k Date: Thu, 15 Jan 2026 10:58:35 +0100 Subject: [PATCH 5/5] Update inscription.php --- app/views/inscription.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/inscription.php b/app/views/inscription.php index a10b2d2..5fca6a7 100644 --- a/app/views/inscription.php +++ b/app/views/inscription.php @@ -1,7 +1,7 @@ - + Connexion — Folliow