-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
51 lines (42 loc) · 1.6 KB
/
about.html
File metadata and controls
51 lines (42 loc) · 1.6 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ZeroG | About</title>
<meta name="description" content="About ZeroG Networks: an adroid app for Infrastructureless Messaging">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" media="screen" href="css/general.css">
<link rel="stylesheet" media="screen" href="css/header.css">
<link rel="stylesheet" media="screen" href="css/main.css">
<link rel="stylesheet" media="screen" href="css/contact.css">
<link rel="stylesheet" media="screen" href="css/particles.css">
<link rel="stylesheet" media="screen" href="css/footer.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<div id="header">
<div id="nav" class="content">
<ul class="left">
<li><a href="index.html"><img src="images/simple_icon.svg" /> ZeroG</a></li>
<li><a href="about.html" class="current disable">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<ul class="right">
<li><a href="get_landing.html">Get ZeroG</a></li>
</ul>
</div>
</div>
<div id="main">
<div class="section content">
<h2>Our Team</h2>
<p>We're a team of engineers and scientists, working to bring the world together without infrastructure.</p>
</div>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</div>
<div id="footer">
<p>©2022 ZeroG Networks</P>
</div>
</body>
</html>