diff --git a/app/views/connexion.php b/app/views/connexion.php new file mode 100644 index 0000000..f5be81c --- /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 + +
+ + + + +
+
+ +
+ +
+
+
+ + + diff --git a/app/views/inscription.php b/app/views/inscription.php new file mode 100644 index 0000000..5fca6a7 --- /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 + +
+ +
+
+ +
+ +
+
+
+ + + + 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; +}