From 67737369976cc42341838f7d83ab8f6642cdd5a2 Mon Sep 17 00:00:00 2001 From: NoaSlld <102046195+NoaSlld@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:41:58 +0100 Subject: [PATCH] =?UTF-8?q?page=20connect=C3=A9/non=20connect=C3=A9=20fini?= =?UTF-8?q?e=20avec=20navbar=20temporaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VeraxShield/VeraxShield/pages/Index.razor | 65 +++++++++++++------ VeraxShield/VeraxShield/wwwroot/css/index.css | 30 ++++++++- 2 files changed, 75 insertions(+), 20 deletions(-) diff --git a/VeraxShield/VeraxShield/pages/Index.razor b/VeraxShield/VeraxShield/pages/Index.razor index db9be41..3964ac9 100644 --- a/VeraxShield/VeraxShield/pages/Index.razor +++ b/VeraxShield/VeraxShield/pages/Index.razor @@ -17,24 +17,51 @@ --> - - - - -
-

VeraxShield

-
- -
-
-
- -
-
- -
-
-
- \ No newline at end of file + + + +
+

VeraxShield

+
+ +
+
+
+ +
+
+ +
+
+
+ +
+ + + +
+

VeraxShield

+
+ + + +
+
+

Adiu : @context.User.Identity.Name!

+

Podètz veire aquest contengut solament se sètz autentificat !

+
+
+ +
+ + + diff --git a/VeraxShield/VeraxShield/wwwroot/css/index.css b/VeraxShield/VeraxShield/wwwroot/css/index.css index 1ddfd7a..a5863c7 100644 --- a/VeraxShield/VeraxShield/wwwroot/css/index.css +++ b/VeraxShield/VeraxShield/wwwroot/css/index.css @@ -1,8 +1,13 @@ -body { +/*Not Authorized + --------------------------------------------------- +*/ + +body { background-color: #afc1db; margin: 0; padding: 0; font-family: Arial, sans-serif; + width: 100%; } header { @@ -10,6 +15,7 @@ header { text-align: center; padding: 10px; margin: 0; + background-color:white; } main { @@ -41,3 +47,25 @@ main { display: block; cursor: pointer; } + +/*Authorized + --------------------------------------------------- +*/ + +.navbar { + background-color: #053679; +} + +.btn-navbar { + color: white; + background-color: none; +} + +.home-center-box { + background-color: white; + padding: 40px; + text-align: center; + border-radius: 10px; + width: 80%; + +}