Spaces:
Running
Running
File size: 1,452 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="font-family:sans-serif; background:#fff; color:#222">
<div style="background:#0f172a; color:#fff; text-align:center">
<div style="background:#4f46e5; font-size:28px; font-weight:700">N</div>
<h1 style="font-size:28px">Nova Technologies</h1>
<p style="color:#94a3b8; max-width:500px">Building the next generation of developer tools since 2020.</p>
</div>
<div style="max-width:700px">
<h2 style="font-size:22px">Our Mission</h2>
<p style="line-height:1.8; color:#555">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="gap:24px">
<div style="text-align:center; background:#f8fafc">
<p style="font-size:28px; font-weight:700; color:#4f46e5">50K+</p>
<p style="font-size:13px; color:#888">Developers</p>
</div>
<div style="text-align:center; background:#f8fafc">
<p style="font-size:28px; font-weight:700; color:#4f46e5">120+</p>
<p style="font-size:13px; color:#888">Countries</p>
</div>
<div style="text-align:center; background:#f8fafc">
<p style="font-size:28px; font-weight:700; color:#4f46e5">99.9%</p>
<p style="font-size:13px; color:#888">Uptime</p>
</div>
</div>
</div>
</body>
</html>
|