From 8e4e1ad2fd5143587f1b7fef29dc0ffdff00dc76 Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Wed, 10 Sep 2025 00:21:07 -0700 Subject: [PATCH] add beta pill --- static/header.html | 5 ++++- static/index.html | 22 +++++++++++++++++++++- static/style.css | 17 +++++++++++++++++ 3 files changed, 42 insertions(+), 2 deletions(-) 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 @@