-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (158 loc) · 6.74 KB
/
index.html
File metadata and controls
170 lines (158 loc) · 6.74 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terp Support Copilot</title>
<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=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<div class="page-shell">
<div class="topbar">
<div class="brand-mark">
<span class="brand-dot"></span>
<span>Terp Support Copilot</span>
</div>
<div class="topbar-meta">
<span>UMD</span>
<span>support + clubs</span>
</div>
</div>
<header class="hero">
<div class="hero-copy">
<p class="eyebrow">UMD hackathon MVP</p>
<h1>Terp Support Copilot</h1>
<p class="hero-text">
Text a problem. Get the right UMD support or a club that actually fits.
</p>
<div class="hero-meta">
<span>Official UMD links</span>
<span>Plain-language matching</span>
</div>
<div class="hero-actions">
<a class="primary-link" href="#chatPanel">Try the copilot</a>
<a class="secondary-link" href="#resourcePanel">Browse resources</a>
<a id="messageLaunchLink" class="secondary-link" href="sms:&body=I%20need%20help%20finding%20UMD%20support%20or%20clubs">Open in Messages</a>
</div>
</div>
<aside class="hero-card">
<p class="panel-label">Demo focus</p>
<h2>Two jobs</h2>
<div class="highlight-list compact-highlights">
<div class="highlight-card">
<strong>Support</strong>
<span>Rent, food, mental health, academics.</span>
</div>
<div class="highlight-card">
<strong>Clubs</strong>
<span>Specific orgs, not only TerpLink.</span>
</div>
</div>
<p class="timestamp">Dataset refreshed from official UMD pages on April 24, 2026.</p>
</aside>
</header>
<section class="interactive-band">
<article class="journey-panel">
<div class="panel-heading">
<div>
<p class="panel-label">Interactive journeys</p>
<h2>Tap a scenario</h2>
</div>
</div>
<div id="journeyCards" class="journey-grid"></div>
</article>
<aside class="visual-panel">
<p class="panel-label">Preview</p>
<h2>Text-first flow</h2>
<div class="phone-preview">
<div class="phone-notch"></div>
<div class="phone-screen">
<div class="chat-bubble chat-bubble-user">I missed First Look Fair. What clubs actually fit me?</div>
<div class="chat-bubble chat-bubble-agent">Try App Dev Club, XR Club, and Student Art League based on your interests.</div>
<div class="chat-mini-cards">
<div class="mini-card"></div>
<div class="mini-card mini-card-accent"></div>
</div>
</div>
</div>
<div class="glow-art" aria-hidden="true">
<div class="orb orb-one"></div>
<div class="orb orb-two"></div>
<div class="orb orb-three"></div>
</div>
</aside>
</section>
<main class="main-grid">
<section class="panel panel-chat" id="chatPanel">
<div class="panel-heading">
<div>
<p class="panel-label">Text agent</p>
<h2>Student situation</h2>
</div>
<button id="clearChatButton" class="ghost-button" type="button">Clear</button>
</div>
<div id="suggestions" class="suggestions" aria-label="Demo prompts"></div>
<div id="chatLog" class="chat-log" aria-live="polite"></div>
<form id="chatForm" class="chat-form">
<label class="sr-only" for="studentInput">Describe your situation</label>
<textarea
id="studentInput"
name="studentInput"
rows="4"
placeholder="Example: I missed First Look Fair and want creative or tech clubs where I can actually meet people."
></textarea>
<div class="form-actions">
<button class="primary-button" type="submit">Search</button>
<a id="messageLaunchLinkSecondary" class="ghost-button message-button" href="sms:&body=I%20need%20help%20finding%20UMD%20support%20or%20clubs">Continue in Messages</a>
</div>
</form>
</section>
<section class="panel panel-resources" id="resourcePanel">
<div class="panel-heading">
<div>
<p class="panel-label">UMD resource corpus</p>
<h2>Current resource pool</h2>
</div>
<span id="resourceCount" class="count-pill"></span>
</div>
<div id="resourceFilters" class="resource-filters" aria-label="Resource filters">
<button class="filter-chip is-active" type="button" data-filter="all">All</button>
<button class="filter-chip" type="button" data-filter="support">Support</button>
<button class="filter-chip" type="button" data-filter="clubs">Clubs</button>
<button class="filter-chip" type="button" data-filter="live">Live</button>
</div>
<div id="resourceList" class="resource-list"></div>
</section>
<aside class="panel panel-spotlight">
<div class="panel-heading">
<div>
<p class="panel-label">Hover spotlight</p>
<h2>Preview</h2>
</div>
</div>
<div id="spotlightCard" class="spotlight-card">
<div class="spotlight-image" aria-hidden="true">
<div class="spotlight-ring"></div>
<div class="spotlight-ring spotlight-ring-inner"></div>
</div>
<div class="spotlight-copy">
<p class="spotlight-kicker">Preview</p>
<h3 id="spotlightTitle">Terp Support Copilot</h3>
<p id="spotlightOffice" class="meta-line">Hover a resource card to preview it here.</p>
<p id="spotlightSummary">Hover a card to inspect it here.</p>
<div id="spotlightTags" class="tag-row"></div>
<a id="spotlightLink" class="source-link" href="#resourcePanel">Open</a>
</div>
</div>
</aside>
</main>
</div>
<script type="module" src="./app.js"></script>
</body>
</html>