File size: 2,355 Bytes
cf6c0e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>Pricing</title></head>
<body style="font-family:sans-serif; background:#f9fafb; color:#111">
  <h1 style="text-align:center; font-size:36px">Simple, transparent pricing</h1>
  <p style="text-align:center; color:#666; font-size:16px">Start free. Scale as you grow.</p>
  <div style="gap:24px; max-width:900px">
    <div style="background:#fff; border:1px solid #e5e7eb">
      <h2 style="font-size:18px">Hobby</h2>
      <p style="font-size:13px; color:#888">For personal projects</p>
      <p style="font-size:36px; font-weight:700">$0<span style="font-size:14px; font-weight:400; color:#888">/mo</span></p>
      <ul style="list-style:none; font-size:14px; color:#555; line-height:2">
        <li>✓ 3 projects</li><li>✓ 1 GB storage</li><li>✓ Community support</li>
      </ul>
      <button style="background:#f3f4f6; color:#111; border:none; font-size:14px; cursor:pointer">Get started</button>
    </div>
    <div style="background:#4f46e5; color:#fff">
      <span style="background:#fbbf24; color:#000; font-size:11px; font-weight:700">MOST POPULAR</span>
      <h2 style="font-size:18px">Pro</h2>
      <p style="font-size:13px; color:#c7d2fe">For growing teams</p>
      <p style="font-size:36px; font-weight:700">$29<span style="font-size:14px; font-weight:400; color:#c7d2fe">/mo</span></p>
      <ul style="list-style:none; font-size:14px; color:#e0e7ff; line-height:2">
        <li>✓ Unlimited projects</li><li>✓ 50 GB storage</li><li>✓ Priority support</li><li>✓ Team collaboration</li>
      </ul>
      <button style="background:#fff; color:#4f46e5; border:none; font-size:14px; font-weight:600; cursor:pointer">Start free trial</button>
    </div>
    <div style="background:#fff; border:1px solid #e5e7eb">
      <h2 style="font-size:18px">Enterprise</h2>
      <p style="font-size:13px; color:#888">For large organisations</p>
      <p style="font-size:36px; font-weight:700">Custom</p>
      <ul style="list-style:none; font-size:14px; color:#555; line-height:2">
        <li>✓ Unlimited everything</li><li>✓ SSO & SAML</li><li>✓ SLA guarantee</li><li>✓ Dedicated support</li>
      </ul>
      <button style="background:#f3f4f6; color:#111; border:none; font-size:14px; cursor:pointer">Contact sales</button>
    </div>
  </div>
</body>
</html>