diff --git a/frontend/about.html b/frontend/about.html index c69dd860..df4e58d9 100644 --- a/frontend/about.html +++ b/frontend/about.html @@ -1,4 +1,4 @@ - + @@ -33,9 +33,10 @@ + -
+

cat README.md

@@ -195,6 +196,7 @@

LinkedIn

> Connect with us professionally.

+ Email > Send us a detailed message.

+
+ -
+

Leaderboard

+ -
+

Join the Leaderboard

diff --git a/frontend/styles/main.css b/frontend/styles/main.css index e594cdf7..108c72a1 100644 --- a/frontend/styles/main.css +++ b/frontend/styles/main.css @@ -2829,6 +2829,24 @@ body::-webkit-scrollbar-thumb { .changes-content-line.no-icon::before { display: none; } +/* Skip to main content — accessibility */ +.skip-link { + position: absolute; + top: -40px; + left: 0; + background: var(--green); + color: var(--bg); + padding: 8px 16px; + font-family: var(--font-mono); + font-size: 0.85rem; + z-index: 9999; + text-decoration: none; + border-radius: 0 0 4px 0; + transition: top 0.2s ease; +} +.skip-link:focus { + top: 0; +} .rank-change { position: relative; diff --git a/frontend/user.html b/frontend/user.html index e4522d9e..a661b39c 100644 --- a/frontend/user.html +++ b/frontend/user.html @@ -1,4 +1,4 @@ - + @@ -274,9 +274,10 @@ + -
+

[USER_PROFILE]