-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (113 loc) · 4.43 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Pied Piper</title>
</head>
<body>
<div class="header">
<div class="header-content">
<img width="184px" height="45px" src="img/logo.png" alt="Logo" />
<div class="top-menu">
<a href="#problem">the problem</a>
|
<a href="#coin">PiedPiperCoin</a>
|
<a href="#team">the team</a>
</div>
</div>
</div>
<div class="suffix">PiperNet Is Here</div>
<div class="text" id="problem">
<h2>The Problem</h2>
<p>
Beneath the flashy homepages of your favorite sites lurk Hooli™ and
other evil corporations out to hoard and sell your most personal data.
</p>
<p>
What was built to be the ultimate platform for the free sharing of
knowledge has turned into a money-hungry monster feasting on our privacy
and freedom.
</p>
<p>
But fear not, for Pied Piper has the answer! And it’s simple: An
autonomous peer-to-peer network featuring distributed storage powered by
universal compression, accelerated scheduling allocation, and end-to-end
encryption.
</p>
<p>
Put even simpler — <b>it’s the internet, completely decentralized.</b>
</p>
</div>
<div class="hero">
<div class="hero-content">
We’re in this together! All of our computers and phones join in a
network to make the strongest supercomputer the world has ever seen.
</div>
</div>
<div class="text" id="coin">
<h2>Introducing PiedPiperCoin</h2>
<img src="img/PPC Logo.png" alt="PPC Logo" class="ppc-logo" />
<p>
Pied Piper's new internet is built for users, by users. You supply the
storage, compute, and networking resources that power our entire
decentralized web.
</p>
<p>
Now there's a way to give credit where credit is due. Compute credit,
that is! The more you share your device resources, the more
PiedPiperCoin you receive.
</p>
<p>
Whether you're a developer with an app ready for market, or just an
Average Joe with a smartphone you'll love all you can do with
PiedPiperCoin.
</p>
</div>
<div class="team" id="team">
<div class="text">
<h2>The Team</h2>
<div class="team-members">
<div class="member">
<img src="img/team/Richard-Hendricks.png" alt="Richard Hendricks" class="photo" />
<div class="name">Richard Hendricks</div>
<div class="specs">Founder & CEO</div>
</div>
<div class="member">
<img src="img/team/Dinesh-Chugtai.png" alt="Dinesh Chugtai" class="photo" />
<div class="name">Dinesh Chugtai</div>
<div class="specs">Senior Programmer</div>
</div>
<div class="member">
<img src="img/team/Bertram-Gilfoyle.png" alt="Bertram Gilfoyle" class="photo" />
<div class="name">Bertram Gilfoyle</div>
<div class="specs">Chief Systems Architect</div>
</div>
<div class="member">
<img src="img/team/Jared-Dunn.png" alt="Jared Dunn" class="photo" />
<div class="name">Jared Dunn</div>
<div class="specs">Chief Operating Officer</div>
</div>
<div class="member">
<img src="img/team/Monica-Hall.png" alt="Monica Hall" class="photo" />
<div class="name">Monica Hall</div>
<div class="specs">Chief Financial Officer</div>
</div>
<div class="member">
<img src="img/team/Nelson-Bighetti.png" alt="Nelson Bighetti" class="photo" />
<div class="name">Nelson Bighetti</div>
<div class="specs">Majority Investor</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-content">
All other trademarks and copyrights are the property of their respective owners. Use of these names, trademarks and brands does not imply endorsement.
</div>
</div>
</body>
</html>