-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoreInfo.html
88 lines (72 loc) · 3.52 KB
/
moreInfo.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ZeroG | More Information</title>
<meta name="description"
content="More Information 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/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">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 id="what_is_zerog" class="section content">
<img src="images/zerog.jpg" class="right inessential" />
<h2>What is ZeroG?</h2>
<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. Because ZeroG is infrastructureless, it can be
used
by those without a cellular data plane, those not within range of a cell tower, or those in a disaster zone
where
the infrastructure has been damaged. Users post messages along with hashtags and location data to talk with
others.
ZeroG’s cryptography allows users to verify the author of each message. Message locations can be plotted on an
offline map, making it possible to see the locations of others in an emergency. A built in sharing function
allows
the app to be installed on a new phone without using a traditional app store. Emergency organizations can be
installed as contacts, so that they can get users the information they need in the event of a disaster.</p>
</div>
<div class="background image parallax"
style="background-image: url('images/nature.jpg'), url('images/nature_lowres.jpg')">
<div id="why_infrastructureless" class="section content">
<h2>Why Infrastructureless?</h2>
<p>You cannot always rely on a connection to the internet. There are some regions that do not have access to
cell towers or Wi-Fi. Additionally, in an event like a natural disaster it is possible that the infrastructure
will go down and you will no longer have access to it.</p>
</div>
</div>
<div id="totally_infrastructureless" class="section content">
<h2>A Totally Offline Experience</h2>
<p>ZeroG offers a totally offline experience. At no point are you required to access the internet.</p>
</div>
<div class="section content">
<h2 id="documents">Documents</h2>
<ul class="document-list">
<li><a href="documents/ZeroGMarketing.pdf" class="button">Marketing Presentation</a></li>
<li><a href="documents/ZeroGStoryboard.pdf" class="button">Storyboard Presentation</a></li>
</ul>
</div>
</div>
<div id="footer" class="content">
<p>©2022 ZeroG Networks</P>
</div>
</body>
</html>