-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
80 lines (76 loc) · 4.46 KB
/
Copy pathadmin.html
File metadata and controls
80 lines (76 loc) · 4.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#E8580C">
<meta name="robots" content="noindex, nofollow">
<title>RDU Heatwave — Admin Report</title>
<meta name="description" content="Admin report dashboard for RDU Heatwave team leaders.">
<link rel="canonical" href="https://rduheatwave.team/admin">
<meta property="og:type" content="website">
<meta property="og:title" content="RDU Heatwave — Admin Report">
<meta property="og:description" content="Admin report dashboard for RDU Heatwave team leaders.">
<meta property="og:url" content="https://rduheatwave.team/admin">
<meta property="og:image" content="https://rduheatwave.team/icons/heatwave-icon-512.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="RDU Heatwave — Admin Report">
<meta name="twitter:description" content="Admin report dashboard for RDU Heatwave team leaders.">
<meta name="twitter:image" content="https://rduheatwave.team/icons/heatwave-icon-512.png">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/png" href="/icons/heatwave-icon-192.png">
<link rel="apple-touch-icon" href="/icons/heatwave-icon-180.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/shared.css">
<link rel="stylesheet" href="/admin.css">
</head>
<body>
<a href="#admin-main" class="skip-link">Skip to admin report</a>
<div class="heat-bg" aria-hidden="true"><div class="heat-line"></div><div class="heat-line"></div><div class="heat-line"></div><div class="heat-line"></div><div class="heat-line"></div></div>
<div class="heat-orb" aria-hidden="true"></div>
<noscript><div class="noscript-banner">JavaScript is required to use this page.</div></noscript>
<main id="admin-main">
<div class="login-shell" id="login-shell">
<div class="login-card gradient-border">
<div class="eyebrow">RDU Heatwave</div>
<h1 class="heat-text"><img src="/icons/iconscout/admin-shield.svg" alt="" class="page-icon" width="32" height="32">Admin Report</h1>
<p>Quick weekly readout for guests, BizChats, referrals, revenue, and attendance flags.</p>
<form class="login-form" id="login-form">
<div class="field">
<label for="passcode">Passcode</label>
<input id="passcode" name="passcode" type="password" inputmode="text" autocomplete="current-password" autocapitalize="characters" autocorrect="off" placeholder="Enter passcode…" spellcheck="false">
</div>
<button type="submit" id="unlock-btn" class="fire-btn">Unlock Admin Report<div class="ember-wrap" aria-hidden="true"><div class="ember"></div><div class="ember"></div><div class="ember"></div><div class="ember"></div><div class="ember"></div><div class="ember"></div></div></button>
<div class="error" id="login-error"></div>
</form>
</div>
</div>
<div class="report-shell" id="report-shell">
<div class="page">
<div class="hero">
<div>
<div class="eyebrow">RDU Heatwave</div>
<h1 class="heat-text"><img src="/icons/iconscout/admin-shield.svg" alt="" class="page-icon" width="32" height="32">Admin Report</h1>
<p class="muted">Built to replace spreadsheet-tab scavenger hunts with one clean weekly dashboard.</p>
<div class="refresh-indicator" id="refresh-indicator"></div>
</div>
<div class="actions">
<button class="secondary view-toggle is-active" type="button" data-view="dashboard">Dashboard</button>
<button class="secondary view-toggle" type="button" data-view="presenter">Presenter</button>
<button class="secondary" type="button" id="fullscreen-btn">Fullscreen</button>
<button class="secondary" type="button" id="print-btn">Print</button>
<button class="secondary" type="button" id="refresh-btn">Refresh</button>
<button class="secondary" type="button" id="lock-btn">Lock</button>
</div>
</div>
<div id="report-content" class="loading">Loading report…</div>
</div>
</div>
</main>
<script src="/scripts/admin.js"></script>
</body>
</html>