diff --git a/Styles/style.css b/Styles/style.css index ed39770..05a04a6 100644 --- a/Styles/style.css +++ b/Styles/style.css @@ -6,14 +6,42 @@ body { } .main-header { - display: flex; - justify-content: space-between; - align-items: center; background-color: #ffffff; border-bottom: 4px solid #f57c00; padding: 20px 40px; } +.header-top { + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; +} + +.main-nav { + margin-top: 20px; + text-align: center; +} + +.main-nav ul { + list-style: none; + padding: 0; + margin: 0; + display: inline-flex; + gap: 30px; +} + +.main-nav a { + text-decoration: none; + color: #333; + font-weight: bold; + transition: color 0.3s; +} + +.main-nav a:hover { + color: #f57c00; +} + .logo-section { display: flex; align-items: center; diff --git a/Vue/agenda.php b/Vue/agenda.php index e69de29..d785b8a 100644 --- a/Vue/agenda.php +++ b/Vue/agenda.php @@ -0,0 +1,48 @@ + + + + + GSB Application - Accueil + + + + + + + + + +
+
+
+ Logo GSB +

Gestion des comptes-rendus de visites

+
+ + +
+ + +
+ +
+
+ + + + + \ No newline at end of file diff --git a/Vue/connexion.php b/Vue/connexion.php index e69de29..5e2239c 100644 --- a/Vue/connexion.php +++ b/Vue/connexion.php @@ -0,0 +1,36 @@ + + + + + GSB Application - Accueil + + + + + + + + + +
+
+
+ Logo GSB +

Gestion des comptes-rendus de visites

+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/Vue/historiqueCompteRendu.php b/Vue/historiqueCompteRendu.php index e69de29..d785b8a 100644 --- a/Vue/historiqueCompteRendu.php +++ b/Vue/historiqueCompteRendu.php @@ -0,0 +1,48 @@ + + + + + GSB Application - Accueil + + + + + + + + + +
+
+
+ Logo GSB +

Gestion des comptes-rendus de visites

+
+ + +
+ + +
+ +
+
+ + + + + \ No newline at end of file diff --git a/Vue/index.php b/Vue/index.php index ba035cd..5ddc3e5 100644 --- a/Vue/index.php +++ b/Vue/index.php @@ -3,9 +3,11 @@ GSB Application - Accueil - + + + - + +
-
- Logo GSB -

Gestion des comptes-rendus de visites

+
+
+ Logo GSB +

Gestion des comptes-rendus de visites

+
+ +
-

Bienvenue sur l'application de gestion de compte-rendus de visites destinés aux visiteurs médicaux

Veuillez vous connecter pour accéder à l'application.

+
+

Comment utiliser l'application :

+