Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions backend/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,19 +343,6 @@
</section>
</div>

<!-- ── WORKSHOP BANNER ─────────────────────────────────────────────── -->
<footer class="rounded-md px-8 py-6 flex items-center justify-between gap-8" style="background:#000; color:#fff;">
<div class="leading-tight">
<p class="text-2xl tracking-[0.25em] uppercase opacity-80">Access the workshop</p>
<p class="text-5xl font-black tracking-wider mt-2">https://aka.ms/gc-cupcake-lab</p>
</div>
<div class="text-right leading-tight">
<p class="text-2xl tracking-[0.25em] uppercase opacity-80">Training Key</p>
<p class="text-6xl font-black tracking-[0.18em] mt-2">Cupcakes</p>
</div>
<span id="live-pill" class="hidden">↻ live</span>
</footer>

<script>
// ── Live dashboard updater ───────────────────────────────────────
// Polls /dashboard/data every few seconds and patches the lanes,
Expand Down