Réservation réussie
+Merci pour votre réservation ! Votre table a bien été réservée et un mail de confirmation vous as été envoyé.
+ Retourner à l'accueil +diff --git a/css/ReservationSuccess.css b/css/ReservationSuccess.css new file mode 100644 index 0000000..4f7b3ec --- /dev/null +++ b/css/ReservationSuccess.css @@ -0,0 +1,32 @@ +.content { + max-width: 800px; + margin: 20px auto; + padding: 20px; + background-color: #fff; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +.reservation-successful-section { + text-align: center; + margin-bottom: 300px; +} + +.reservation-successful-section h1 { + color: #00a651; +} + +.reservation-successful-section p { + font-size: 18px; + color: #555; +} + +.home-button { + display: inline-block; + margin-top: 30px; + padding: 10px 20px; + background-color: #FFB039; + color: white; + text-decoration: none; + border-radius: 5px; + font-weight: bold; +} \ No newline at end of file diff --git a/html/reservation.html b/html/reservation.html index 2d0572f..f2dc9a7 100644 --- a/html/reservation.html +++ b/html/reservation.html @@ -42,19 +42,19 @@
Choisissez une date et une heure parmi les disponibilités ci-dessous pour réserver une table.
- - - + @@ -133,7 +129,6 @@ - diff --git a/html/reservationSucces.html b/html/reservationSucces.html new file mode 100644 index 0000000..78e9867 --- /dev/null +++ b/html/reservationSucces.html @@ -0,0 +1,103 @@ + + + + + + + +Merci pour votre réservation ! Votre table a bien été réservée et un mail de confirmation vous as été envoyé.
+ Retourner à l'accueil +