diff --git a/account/login.php b/account/login.php deleted file mode 100644 index e69de29..0000000 diff --git a/account/login/index.php b/account/login/index.php index ab2afde..99b6e21 100644 --- a/account/login/index.php +++ b/account/login/index.php @@ -16,21 +16,20 @@ - +
Avatar

Connexion à votre compte

Connectez-vous afin d'accéder à l'entièreté du site.

-
+
- +
- +
@@ -42,7 +41,7 @@ !

- + diff --git a/account/login/login.php b/account/login/login.php new file mode 100644 index 0000000..8784f00 --- /dev/null +++ b/account/login/login.php @@ -0,0 +1,18 @@ +"; +echo "mot de passe : " . $password . "
"; + + + +?> \ No newline at end of file diff --git a/account/profile/index.php b/account/profile/index.php index e69de29..cec9851 100644 --- a/account/profile/index.php +++ b/account/profile/index.php @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + Mon profil | Jeux Olympiques - Paris 2024 + + + + + + + + + + + \ No newline at end of file diff --git a/account/register/index.php b/account/register/index.php index 055e450..bd7f29c 100644 --- a/account/register/index.php +++ b/account/register/index.php @@ -23,40 +23,43 @@ - +
- + diff --git a/base.html b/base.html index 6d49045..05e09f9 100644 --- a/base.html +++ b/base.html @@ -25,10 +25,10 @@ - + - + diff --git a/events/index.php b/events/index.php index cecbda7..7065435 100644 --- a/events/index.php +++ b/events/index.php @@ -15,12 +15,12 @@ - +

Évènements

- + diff --git a/index.php b/index.php index dbb3596..b1a5644 100644 --- a/index.php +++ b/index.php @@ -15,7 +15,7 @@ - +

Accueil

@@ -25,7 +25,7 @@

Vous pourrez également créer un compte pour accéder à des fonctionnalités supplémentaires.

- + diff --git a/tools/dbConnect.php b/tools/dbConnect.php index 75385c1..ff79044 100644 --- a/tools/dbConnect.php +++ b/tools/dbConnect.php @@ -3,8 +3,6 @@ $db = mysqli_connect("dwarves.iut-fbleau.fr", "charpentj", "PommePatate", "charp if (!$db) { echo ""; die(); -} else { - echo ""; } ; ?> \ No newline at end of file diff --git a/views/footer.php b/views/footer.php index de7b66d..d41220a 100644 --- a/views/footer.php +++ b/views/footer.php @@ -13,15 +13,16 @@
Catégories
Liens rapides
diff --git a/views/header.php b/views/header.php index 4614707..74ff40b 100644 --- a/views/header.php +++ b/views/header.php @@ -6,7 +6,7 @@ -