-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhackathon-bundle.html
More file actions
38 lines (38 loc) · 2.53 KB
/
Copy pathhackathon-bundle.html
File metadata and controls
38 lines (38 loc) · 2.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hackathon Winner's Playbook (digital product) — A focused service built from real ops data.</title>
<style>
:root{--bg:#0a0e14;--card:#11161f;--line:#1e2733;--txt:#dce3ec;--dim:#8494a8;--acc:#39d98a;--acc2:#4da3ff}
*{margin:0;padding:0;box-sizing:border-box}
body{background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6}
.wrap{max-width:880px;margin:0 auto;padding:40px 24px}
h1{font-size:2rem;background:linear-gradient(90deg,#39d98a,#4da3ff);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:6px}
.sub{color:var(--dim);margin-bottom:26px}
h2{font-size:1.2rem;color:var(--acc2);margin:26px 0 10px}
p{color:var(--dim);margin-bottom:12px}
.offer{background:var(--card);border:1px solid var(--line);border-left:3px solid var(--acc);border-radius:8px;padding:16px;margin:12px 0}
.tier{display:flex;gap:12px;flex-wrap:wrap;margin:14px 0}
.tier div{flex:1;min-width:180px;background:var(--card);border:1px solid var(--line);border-radius:8px;padding:14px}
.tier .k{color:var(--acc2);font-size:.8rem;text-transform:uppercase}
.kill{background:rgba(240,180,41,.08);border:1px solid rgba(240,180,41,.3);border-radius:8px;padding:12px;margin-top:14px;font-size:.85rem;color:var(--dim)}
.footer{margin-top:40px;padding-top:18px;border-top:1px solid var(--line);color:var(--dim);font-size:.85rem}
</style>
</head>
<body>
<div class="wrap">
<h1>Hackathon Winner's Playbook (digital product)</h1>
<p class="sub">A focused service built from real ops data.</p>
<h2>The problem</h2>
<p>A focused service built from real ops data. See offer details.</p>
<h2>The offer</h2>
<div class="offer"><p>A focused service built from real ops data. See offer details.</p></div>
<h2>Pricing</h2>
<div class="tier"><div><div class='k'>Free audit</div><p>Start with the free analysis</p></div></div>
<div class="kill"><b>Honest kill criteria:</b> Every claim here is benchmark-based; ask for sources.</div>
<a href="mailto:absbm14@gmail.com?subject=Hackathon%20Winners%20Playbook%20digital%20product" style="display:inline-block;background:var(--acc);color:#04150c;font-weight:700;padding:11px 22px;border-radius:8px;text-decoration:none;margin-top:12px">Get started →</a>
<div class="footer">Built by James Thompson · absbm14@gmail.com · <a href="https://jtabsbm.github.io/callbackops-tools/" style="color:var(--acc2)">All tools</a></div>
</div>
</body>
</html>