diff --git a/src/Resources/Views.Home.Index.de.resx b/src/Resources/Views.Home.Index.de.resx index 485a026..27a4af2 100644 --- a/src/Resources/Views.Home.Index.de.resx +++ b/src/Resources/Views.Home.Index.de.resx @@ -13,7 +13,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, ... - - Startseite + + Übersicht diff --git a/src/Resources/Views.Shared._Layout.de.resx b/src/Resources/Views.Shared._Layout.de.resx index 69657e0..50341bd 100644 --- a/src/Resources/Views.Shared._Layout.de.resx +++ b/src/Resources/Views.Shared._Layout.de.resx @@ -13,6 +13,12 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, ... + + Zum Inhalt springen + + + Startseite + Abmelden diff --git a/src/Views/Home/Index.cshtml b/src/Views/Home/Index.cshtml index 8576e51..29e6101 100644 --- a/src/Views/Home/Index.cshtml +++ b/src/Views/Home/Index.cshtml @@ -6,7 +6,7 @@
-

Overview

+

@T["Overview"]

diff --git a/src/Views/Home/Login.cshtml b/src/Views/Home/Login.cshtml index ca1e8c2..934b417 100644 --- a/src/Views/Home/Login.cshtml +++ b/src/Views/Home/Login.cshtml @@ -17,7 +17,7 @@
- +
diff --git a/src/Views/Shared/_Layout.cshtml b/src/Views/Shared/_Layout.cshtml index a3b7f98..6a52d0d 100644 --- a/src/Views/Shared/_Layout.cshtml +++ b/src/Views/Shared/_Layout.cshtml @@ -14,6 +14,7 @@
-
+
@RenderBody()
diff --git a/src/Views/Shared/_Layout.cshtml.css b/src/Views/Shared/_Layout.cshtml.css index c187c02..0f2f088 100644 --- a/src/Views/Shared/_Layout.cshtml.css +++ b/src/Views/Shared/_Layout.cshtml.css @@ -46,3 +46,14 @@ button.accept-policy { white-space: nowrap; line-height: 60px; } + +.skip-link { + position: fixed; + left: -10000px; + z-index: 1000; +} +.skip-link:focus { + left: 10px; + top: 10px; + outline: none; +}