-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbackdrop.html
More file actions
37 lines (34 loc) · 1.48 KB
/
Copy pathbackdrop.html
File metadata and controls
37 lines (34 loc) · 1.48 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
<!doctype html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#11120f" />
<meta name="description" content="BUILDMODE GEN-AI HACKATHON 2026 活動背板。" />
<title>BUILDMODE GEN-AI HACKATHON 2026|活動背板</title>
<link rel="stylesheet" href="backdrop.css" />
</head>
<body>
<main class="backdrop" aria-labelledby="backdrop-title">
<div class="backdrop-grid" aria-hidden="true"></div>
<div class="backdrop-orbit backdrop-orbit--large" aria-hidden="true"></div>
<div class="backdrop-orbit backdrop-orbit--small" aria-hidden="true"></div>
<header class="backdrop-header">
<div class="brand-lockup">
<span class="brand-mark" aria-hidden="true">B/</span>
<div><strong>BUILDMODE</strong><small>FUTUREMODE × SITCON</small></div>
</div>
<p>GEN-AI HACKATHON<br />2026</p>
</header>
<section class="backdrop-title">
<p class="title-kicker">MAKE THE FUTURE REAL</p>
<h1 id="backdrop-title"><span>BUILD</span><span>MODE</span></h1>
<p class="title-subtitle">GEN-AI HACKATHON</p>
</section>
<footer class="backdrop-footer">
<div class="event-detail"><span>2026.09.04—06</span><i aria-hidden="true"></i><span>TAIPEI EXPO PARK</span></div>
<p>IMAGINE <b>/</b> BUILD <b>/</b> REBUILD</p>
</footer>
</main>
</body>
</html>