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.
+diff --git a/Styles/style.css b/Styles/style.css index e69de29..ed39770 100644 --- a/Styles/style.css +++ b/Styles/style.css @@ -0,0 +1,72 @@ +body { + margin: 0; + background-color: #ffffff; + color: #333; + font-size: 20px; +} + +.main-header { + display: flex; + justify-content: space-between; + align-items: center; + background-color: #ffffff; + border-bottom: 4px solid #f57c00; + padding: 20px 40px; +} + +.logo-section { + display: flex; + align-items: center; + gap: 15px; +} + +.logo-section .baseline { + font-family: 'Cormorant Garamond', serif; + font-size: 1.1em; + font-style: italic; + color: #f57c00; +} + +.nav-right { + text-align: right; +} + +.btn-connexion { + background-color: #f57c00; + color: #fff; + padding: 12px 25px; + text-decoration: none; + font-weight: bold; + border-radius: 5px; + transition: background 0.3s; +} + +.btn-connexion:hover { + background-color: #e65100; +} + +.main-content { + text-align: center; + padding: 100px 20px; +} + +.main-content h2 { + font-size: 2.5em; + color: #f57c00; + margin-bottom: 15px; +} + +.main-content p { + font-size: 1.2em; + color: #555; +} + +.main-footer { + background-color: #f57c00; + color: white; + text-align: center; + padding: 20px 10px; + position: fixed; + bottom: 0; + width: 100%; +} \ No newline at end of file diff --git a/Vue/index.php b/Vue/index.php index e69de29..ba035cd 100644 --- a/Vue/index.php +++ b/Vue/index.php @@ -0,0 +1,36 @@ + + +
+ +Gestion des comptes-rendus de visites
+Veuillez vous connecter pour accéder à l'application.
+