File size: 704 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>
  <div>
    <div>N</div>
    <h1>Nova Technologies</h1>
    <p>Building the next generation of developer tools since 2020.</p>
  </div>
  <div>
    <h2>Our Mission</h2>
    <p>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>
      <div>
        <p>50K+</p>
        <p>Developers</p>
      </div>
      <div>
        <p>120+</p>
        <p>Countries</p>
      </div>
      <div>
        <p>99.9%</p>
        <p>Uptime</p>
      </div>
    </div>
  </div>
</body>
</html>