From 7730fbdf613f3a1fc7d2ae34c31f99954f6cc20d Mon Sep 17 00:00:00 2001 From: dorian melenotte Date: Mon, 12 Aug 2024 13:35:34 +0200 Subject: [PATCH] ADD: sign in page and put real text in the acceuil --- src/component/App.jsx | 2 +- src/component/Body.jsx | 10 ++++++++-- src/component/Footer.jsx | 26 ++++++++++++++++++++++---- src/files/Sign_in.jsx | 29 ++++++++++++++++++++++++++++- src/main.jsx | 6 ------ 5 files changed, 59 insertions(+), 14 deletions(-) diff --git a/src/component/App.jsx b/src/component/App.jsx index b3a206d..0726a60 100644 --- a/src/component/App.jsx +++ b/src/component/App.jsx @@ -1,7 +1,7 @@ export function App() { return (

- Bienvenue sur Gmoker.com + Bienvenue sur GMoker.com

); } diff --git a/src/component/Body.jsx b/src/component/Body.jsx index 88fa08b..5c84530 100644 --- a/src/component/Body.jsx +++ b/src/component/Body.jsx @@ -1,8 +1,14 @@ export function Body() { return ( <> -

la consistance de gmoker

-

bla bla bla gmoker c'est genial vous aller voir

+

+ GMoker un service de cloud transparent avec ses clients +

+

+

+ GMoker propose un service d'hébergement open source oû l'entrée est + aussi simple que la sortie +

); } diff --git a/src/component/Footer.jsx b/src/component/Footer.jsx index 4f166a6..e59b0c5 100644 --- a/src/component/Footer.jsx +++ b/src/component/Footer.jsx @@ -1,5 +1,23 @@ -export function Footer(){ - return