From 1f2b3381258c257012281de24c12909919cc9eb4 Mon Sep 17 00:00:00 2001 From: stiti Date: Sat, 13 Jan 2024 17:34:15 +0100 Subject: [PATCH] Quelques modifications --- css/styles.css | 82 +++++++++++++++++++++++++++++++---- html/index.html | 63 +++++++++++++++++++++++---- img/.DS_Store | Bin 8196 -> 8196 bytes img/Avis clients/client1.png | Bin 0 -> 1307498 bytes img/Avis clients/client2.png | Bin 0 -> 1462556 bytes img/Avis clients/client3.png | Bin 0 -> 1195864 bytes img/Plat/.DS_Store | Bin 6148 -> 6148 bytes img/Restaurant/tables.png | Bin 0 -> 2398422 bytes 8 files changed, 128 insertions(+), 17 deletions(-) create mode 100644 img/Avis clients/client1.png create mode 100644 img/Avis clients/client2.png create mode 100644 img/Avis clients/client3.png create mode 100644 img/Restaurant/tables.png diff --git a/css/styles.css b/css/styles.css index 836a1b1..69672f4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -170,12 +170,12 @@ p { line-height: 1.5; } -.welcome-section { +.bienvenue-section { margin-top: 20px; text-align: center; } -.welcome-video { +.bienvenue-video { width: 80%; /* largeur de la fenêtre de la vidéo */ max-height: 400px; margin-bottom: 20px; @@ -226,19 +226,14 @@ p { position: fixed; bottom: 20px; right: 20px; - background-color: #4A305A; - color: white; + background-color: #FFB039; border: none; border-radius: 5px; + font-size: 25px; padding: 10px; cursor: pointer; } -#scrollTopBtn span { - margin-right: 5px; - font-size: 18px; -} - .container { position: relative; @@ -257,6 +252,23 @@ p { justify-content: space-around; } +.footer-section.horizontally-aligned { + display: flex; + align-items: center; +} + +.social-icons { + display: flex; + align-items: center; + gap: 10px; +} + +.social-icon img { + width: 30px; + height: 30px; +} + + .footer-section { flex: 1; } @@ -287,3 +299,55 @@ p { width: 200px; /* taille du logo */ margin-bottom: 10px; } + +.client-reviews { + text-align: center; + padding: 20px 0; +} + +.client-review-container { + display: flex; + overflow-x: auto; + justify-content: center; + margin-top: 20px; +} + +.client-review { + flex: 1; + max-width: 300px; + margin: 10px; + text-align: center; + background-color: #FFFFFF; + border-radius: 8px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + padding: 15px; +} + +.client-review img { + max-width: 100%; + border-radius: 50%; + margin-bottom: 10px; +} + +.client-review p { + color: #333; + font-size: 16px; + line-height: 1.5; +} + +.client-review h3 { + margin-top: 10px; + color: #4A305A; +} + +.evaluation { + color: #FFB039; + font-size: 18px; +} + +.restaurant-tables { + max-width: 100%; + height: auto; + margin-top: 20px; + border-radius: 8px; +} diff --git a/html/index.html b/html/index.html index cf5e244..ac9796e 100644 --- a/html/index.html +++ b/html/index.html @@ -29,13 +29,20 @@
-
+

Bienvenue chez Neo Eat !

-
+
+

+ Bienvenue chez Neo Eat, où la créativité des chefs étoilés s'unit à la précision de la technologie. Nos chefs renommés imaginent des recettes exceptionnelles, harmonisant saveurs raffinées et innovations culinaires. Dans nos cuisines, des robots de pointe, guidés par ces recettes d'exception, assurent une expérience gastronomique unique. +
Découvrez l'alliance parfaite entre l'art culinaire humain et la précision technologique des robots. Vous avez la chance de voir ces machines à l'œuvre, créant vos plats sous vos yeux. Laissez-vous séduire par cette fusion unique de talent culinaire et d'innovation. Chez Neo Eat, chaque plat est une expérience mémorable, alliant la passion des chefs au futur de la cuisine. +

+ Tables du restaurant +
@@ -95,6 +102,46 @@ Voir plus de plats
+ + +
+

Avis de nos clients

+
+ +
+ Client 1 +

Marie Dubois

+

+ "Délicieux ! J'ai adoré chaque bouchée. Une expérience culinaire exceptionnelle." +
+ ★★★★★ +

+
+
+ Client 2 +

Lucas Martin

+

+ "Le service était impeccable, et les plats étaient à la hauteur de mes attentes. Bravo Neo Eat !" +
+ ★★★★★ +

+
+
+ Client 3 +

Sophie Leroux

+

+ "Une explosion de saveurs dans chaque plat. Certainement l'un des meilleurs restaurants de la ville." +
+ ★★★★★ +

+
+
+
+ + + + +