Spaces:
Running
Running
File size: 1,906 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;font-family:sans-serif;background:#fff;color:#222;">
<div style="background:#0f172a;color:#fff;padding:60px 40px;text-align:center;">
<div style="width:80px;height:80px;border-radius:50%;background:#4f46e5;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;">N</div>
<h1 style="font-size:28px;margin:0 0 10px;">Nova Technologies</h1>
<p style="color:#94a3b8;max-width:500px;margin:0 auto;">Building the next generation of developer tools since 2020.</p>
</div>
<div style="max-width:700px;margin:0 auto;padding:60px 20px;">
<h2 style="font-size:22px;margin:0 0 16px;">Our Mission</h2>
<p style="line-height:1.8;color:#555;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;grid-template-columns:repeat(3,1fr);gap:24px;">
<div style="text-align:center;padding:24px;background:#f8fafc;border-radius:10px;">
<p style="font-size:28px;font-weight:700;color:#4f46e5;margin:0 0 6px;">50K+</p>
<p style="font-size:13px;color:#888;margin:0;">Developers</p>
</div>
<div style="text-align:center;padding:24px;background:#f8fafc;border-radius:10px;">
<p style="font-size:28px;font-weight:700;color:#4f46e5;margin:0 0 6px;">120+</p>
<p style="font-size:13px;color:#888;margin:0;">Countries</p>
</div>
<div style="text-align:center;padding:24px;background:#f8fafc;border-radius:10px;">
<p style="font-size:28px;font-weight:700;color:#4f46e5;margin:0 0 6px;">99.9%</p>
<p style="font-size:13px;color:#888;margin:0;">Uptime</p>
</div>
</div>
</div>
</body>
</html>
|