From 3f693d9c53fae9697f10c9878e360a4d998374a8 Mon Sep 17 00:00:00 2001 From: MathieuRethers <71334121+MaretSoldier@users.noreply.github.com> Date: Fri, 4 Dec 2020 00:17:21 +0100 Subject: [PATCH 1/6] menu --- css/menu.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/menu.css b/css/menu.css index 7cd4bc5..aaa4ca6 100644 --- a/css/menu.css +++ b/css/menu.css @@ -65,11 +65,6 @@ a transition: width 0.2s; } -.underLineHover:hover -{ - -} - .underLineHover:hover:after { width: 100%; From 10b3fd0bc180ebfe278bbce797f9a77cf2e13dfc Mon Sep 17 00:00:00 2001 From: MathieuRethers <71334121+MaretSoldier@users.noreply.github.com> Date: Fri, 4 Dec 2020 00:20:06 +0100 Subject: [PATCH 2/6] modif menu --- css/menu.css | 2 +- menu.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/menu.css b/css/menu.css index aaa4ca6..8d0c51d 100644 --- a/css/menu.css +++ b/css/menu.css @@ -26,7 +26,7 @@ padding: 13px 17px; } -a +aMenu { color: white; text-decoration: none; diff --git a/menu.html b/menu.html index 983da4b..5744fbf 100644 --- a/menu.html +++ b/menu.html @@ -12,10 +12,10 @@
@@ -23,13 +23,13 @@ From fdab241a5c55b1a271b9c107c14ad9ee1e9b0c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marro?= Date: Fri, 4 Dec 2020 00:35:47 +0100 Subject: [PATCH 3/6] update formulaire --- formulaire.html | 90 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 87 insertions(+), 3 deletions(-) diff --git a/formulaire.html b/formulaire.html index 803b29d..2f4012c 100644 --- a/formulaire.html +++ b/formulaire.html @@ -8,13 +8,13 @@
Nom et Prénom - - + +
Lieu et période - @@ -36,10 +36,94 @@
Produits utilisés + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ Fréquentation + + + + + + + + + + + + + + +
+
+ Pollution + + + + + + + + + + + + + + + + + + + +
+ + \ No newline at end of file From 86506b11de5d6f6661a95616aec584845e5f0584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marro?= Date: Fri, 4 Dec 2020 01:14:51 +0100 Subject: [PATCH 4/6] update formulaire --- css/formulaire.css | 24 ++++++++++++++++++++++++ formulaire.html | 23 ++++++++++++++--------- 2 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 css/formulaire.css diff --git a/css/formulaire.css b/css/formulaire.css new file mode 100644 index 0000000..08bccea --- /dev/null +++ b/css/formulaire.css @@ -0,0 +1,24 @@ +h1 { + text-align: center; +} + +legend { + margin: 0 auto; + margin-top: 3%; +} + +fieldset{ + margin: 0 auto; + width: 70%; +} + +form { + text-align: center; +} + +input[type="submit"]{ + font-size: 15px; + padding: 5px; +} + + diff --git a/formulaire.html b/formulaire.html index 2f4012c..20c8347 100644 --- a/formulaire.html +++ b/formulaire.html @@ -2,17 +2,20 @@
+
+ +

Session de surf

-
+
Nom et Prénom
-
+
Lieu et période @@ -64,7 +67,7 @@
-
+
Fréquentation @@ -84,38 +87,39 @@
-
+
Pollution - - + - - + \ No newline at end of file From 293402a19174741fea05ec6b2a4d6aaf98e5e86a Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 4 Dec 2020 01:22:13 +0100 Subject: [PATCH 5/6] Ajout classes PHP --- php/MeteoSpot.php | 10 ++++++++++ php/MeteoVille.php | 9 +++++++++ php/Spot.php | 11 +++++++++++ php/Utilisateur.php | 13 +++++++++++++ php/Ville.php | 11 +++++++++++ 5 files changed, 54 insertions(+) create mode 100644 php/MeteoSpot.php create mode 100644 php/MeteoVille.php create mode 100644 php/Spot.php create mode 100644 php/Utilisateur.php create mode 100644 php/Ville.php diff --git a/php/MeteoSpot.php b/php/MeteoSpot.php new file mode 100644 index 0000000..367015b --- /dev/null +++ b/php/MeteoSpot.php @@ -0,0 +1,10 @@ + Date: Fri, 4 Dec 2020 01:31:37 +0100 Subject: [PATCH 6/6] Ajout classes PHP --- php/Hystorique.php | 10 ++++++++++ php/Joueur.php | 9 +++++++++ php/Pointage.php | 14 ++++++++++++++ php/Pollution.php | 9 +++++++++ php/Produits.php | 16 ++++++++++++++++ php/Spot.php | 4 ++-- 6 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 php/Hystorique.php create mode 100644 php/Joueur.php create mode 100644 php/Pointage.php create mode 100644 php/Pollution.php create mode 100644 php/Produits.php diff --git a/php/Hystorique.php b/php/Hystorique.php new file mode 100644 index 0000000..d657622 --- /dev/null +++ b/php/Hystorique.php @@ -0,0 +1,10 @@ +