diff --git a/form.html b/form.html index 28367da..bbebc68 100644 --- a/form.html +++ b/form.html @@ -9,76 +9,106 @@ - + - - +
-
-

Contact Us

- -
- - -
-
- - -
-
- - -
- - +
+

Contact Us

+
+
+ + +
+
+ + +
+
+ + +
+ +
+
-
+ + + + diff --git a/process.php b/process.php deleted file mode 100644 index e7fd92c..0000000 --- a/process.php +++ /dev/null @@ -1,46 +0,0 @@ -Erreurs dans le formulaire :"; - echo "Retour au formulaire"; - } else { - echo "

Récapitulatif de votre demande

"; - echo "

Nom : " . htmlspecialchars($data['name']) . "

"; - echo "

Adresse de courriel : " . htmlspecialchars($data['email']) . "

"; - echo "

Numéro de téléphone : " . htmlspecialchars($data['phone']) . "

"; - echo "

Motif de contact : " . htmlspecialchars($data['reason']) . "

"; - echo "

Créneau horaire : " . htmlspecialchars($data['schedule']) . "

"; - echo "

Première demande : " . ($data['first_request'] === 'yes' ? 'Oui' : 'Non') . "

"; - echo "

Message : " . nl2br(htmlspecialchars($data['message'])) . "

"; - echo "

Votre demande a été prise en compte et sera étudiée.

"; - } -} -?> diff --git a/process_form.php b/process_form.php new file mode 100644 index 0000000..3730159 --- /dev/null +++ b/process_form.php @@ -0,0 +1,33 @@ + diff --git a/style.css b/style.css index 111c4ea..86c7d53 100644 --- a/style.css +++ b/style.css @@ -229,6 +229,7 @@ body.light-mode .right::before { } + h1, h2:not(.exclude), h3:not(.exclude) { color: #ffffff; }