diff --git a/static/afac26-logo.png b/static/afac26-logo.png
new file mode 100644
index 0000000..548fefd
Binary files /dev/null and b/static/afac26-logo.png differ
diff --git a/static/afac26.html b/static/afac26.html
new file mode 100644
index 0000000..7929b7e
--- /dev/null
+++ b/static/afac26.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+ Applause for a Cause - HCA Tickets
+
+
+
+
+
+
+
+
+
+
+ Feb 7, 2026 · 6:30 PM
+ Helios Gym
+
+
+
+
+
diff --git a/static/index.html b/static/index.html
index 0c8c1d2..5462d42 100644
--- a/static/index.html
+++ b/static/index.html
@@ -11,37 +11,67 @@
body {
font-family: var(--wa-font-sans);
display: flex;
- justify-content: center;
+ flex-direction: column;
align-items: center;
min-height: 100vh;
margin: 0;
+ padding: 1rem;
}
- .profile {
+ #signin { display: none; }
+ #main { display: none; width: 100%; max-width: 600px; }
+ .header {
display: flex;
align-items: center;
gap: 1rem;
+ margin-bottom: 2rem;
+ width: 100%;
}
- .profile img {
- width: 64px;
- height: 64px;
+ .header img {
+ width: 40px;
+ height: 40px;
border-radius: 50%;
}
- #signin, #welcome { display: none; }
+ .header .user-info {
+ display: flex;
+ align-items: center;
+ gap: 0.5rem;
+ }
+ .header .spacer { flex: 1; }
+ .event-card {
+ display: flex;
+ align-items: center;
+ gap: 1rem;
+ text-decoration: none;
+ color: inherit;
+ }
+ .event-card img {
+ height: 80px;
+ border-radius: 8px;
+ }
+ .event-info h3 { margin: 0 0 0.25rem 0; }
+ .event-info p { margin: 0; opacity: 0.7; }
-
-