File size: 1,430 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
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>About</title></head>
<body style="margin:0; background:#fff">
  <div style="background:#0f172a; padding:60px 40px">
    <div style="width:80px; border-radius:50%; margin:0 auto 20px; align-items:center; font-size:28px">N</div>
    <h1 style="font-size:28px">Nova Technologies</h1>
    <p style="color:#94a3b8; margin:0 auto">Building the next generation of developer tools since 2020.</p>
  </div>
  <div style="max-width:700px; padding:60px 20px">
    <h2 style="font-size:22px">Our Mission</h2>
    <p style="line-height:1.8; margin-bottom:40px">We believe every developer deserves tools that amplify their creativity, not constrain it. Our products are built with a deep empathy for the craft of software engineering.</p>
    <div style="display:grid; gap:24px">
      <div style="text-align:center; background:#f8fafc">
        <p style="font-size:28px; color:#4f46e5">50K+</p>
        <p style="font-size:13px; margin:0">Developers</p>
      </div>
      <div style="text-align:center; background:#f8fafc">
        <p style="font-size:28px; color:#4f46e5">120+</p>
        <p style="font-size:13px; margin:0">Countries</p>
      </div>
      <div style="text-align:center; background:#f8fafc">
        <p style="font-size:28px; color:#4f46e5">99.9%</p>
        <p style="font-size:13px; margin:0">Uptime</p>
      </div>
    </div>
  </div>
</body>
</html>