diff --git a/static/header.html b/static/header.html index 93f3aaa..4327e88 100644 --- a/static/header.html +++ b/static/header.html @@ -1,6 +1,9 @@ {{ define "header" }}
-

System Design Game

+
+

System Design Game

+
BETA
+
{{ if and .Username .Avatar }}
diff --git a/static/index.html b/static/index.html index 80d93b3..cede78f 100644 --- a/static/index.html +++ b/static/index.html @@ -45,6 +45,12 @@ align-items: center; } + .logo-container { + display: flex; + align-items: center; + gap: 12px; + } + .logo { font-size: 1.5rem; font-weight: 700; @@ -52,6 +58,17 @@ text-shadow: 0 0 10px rgba(0, 255, 136, 0.5); } + .beta-pill { + background: linear-gradient(45deg, #ff6b35, #f7931e); + color: white; + padding: 4px 8px; + border-radius: 12px; + font-size: 0.7rem; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.5px; + } + .nav-links { display: flex; gap: 30px; @@ -812,7 +829,10 @@