-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·128 lines (106 loc) · 4.67 KB
/
index.html
File metadata and controls
executable file
·128 lines (106 loc) · 4.67 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ZeroG: Infrastructureless Messaging</title>
<meta name="description" content="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/side_by_side.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" class="current disable"><img src="images/simple_icon_black.svg" /> ZeroG</a></li>
<li><a href="about.html">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">
<h1>ZeroG</h1>
<p>ZeroG is an infrastructureless social media platform that leverages the peer-to-peer connections of smart
phones
to create an entirely offline experience via mesh networking.</p>
</div>
<div class="section content" style="max-width: 900px">
<div class="video yt">
<iframe src="https://www.youtube.com/embed/QpBJmgVj8P4" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="background">
<div id="particles-js"></div>
<div class="section content" style="color: white">
<h2>Messaging Via Mesh Networks</h2>
<p> </p>
<p>ZeroG doesn't connect to the internet or use mobile data. Nearby devices connect directly to each other in
order to transmit messages. This means that ZeroG works no matter where you are or what cellphone plan you
have. <a href="moreInfo.html#why_infrastructureless">More</a></p>
</div>
</div>
<div class="section content">
<h2 class="center-text">A Social Media-Like Experience</h2>
<div class="side-by-side">
<div class="element">
<img src="images/icons/md_pound.svg" />
<p>Messages can contain tags that allow users to find content about a specific topic.</p>
</div>
<div class="element">
<img src="images/icons/verify.svg" />
<p>Contacts are verified without infrastructure using RSA and AES encryption.</p>
</div>
<div class="element">
<img src="images/icons/block.svg" />
<p>You can block anyone you don't want to see messages from.</p>
</div>
</div>
</div>
<div class="section content">
<img src="images/location-cropped.png" class="right inessential collide-bottom" />
<h2>Offline Location Visualization</h2>
<p>When sending a message you can choose to share your location.</p>
<p>You can also see where other users are sending messages from, even if you don't have a connection to the
internet.</p>
</div>
<div class="background image parallax"
style="background-image: url('images/disaster-cropped.jpg'), url('images/disaster_lowres.jpg')">
<div class="section content">
<h2>Disaster Messaging</h2>
<p>Because ZeroG does not rely on any infrastructure, it will continue to work even if the infrastructure is
taken down by a natural disaster.</p>
<div class="side-by-side">
<div class="element">
<img src="images/icons/share.svg" />
<p>Users can share the app directly with each other</p>
</div>
<div class="element">
<img src="images/icons/md_emergency.svg" />
<p>Partnering with emergency organizations to spread vital information</p>
</div>
<div class="element">
<img src="images/icons/location.svg" />
<p>Messages can be plotted on a map so you can find other people</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer" class="content">
<p>©2022 ZeroG Networks</P>
</div>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</body>
</html>