-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (86 loc) · 3.65 KB
/
index.html
File metadata and controls
98 lines (86 loc) · 3.65 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style/style.css">
<title></title>
</head>
<body>
<div class="header-fixed">
<img src="style\img\logo.png" class="header-img" alt="">
<div class="header-text">
<a href="#">the problem</a> | <a href="#">PiedPiperCoin</a> | <a href="#">the team</a>
</div>
</div>
<header class="header-first">
<div class="header-first-text">
<h2>
PiperNet Is Here.
</h2>
</div>
</header>
<div class="content">
<h2 class="content-zag">The Problem</h2>
<div class="content-text">
<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>
<div class="hero">
<div class="hero-text">
We’re in this together! All of our <br> computers and phones join in a network <br> to make the strongest supercomputer <br> the world has ever seen.
</div>
</div>
<div class="ppc-content">
<h2 class="content-zag">Introducing PiedPiperCoin</h2>
<img src="style\img\ppc-logo.png" class="ppc-img" alt="">
<div class="ppc-text1">
Pied Piper's new internet is built for users, by users.<br> You supply the storage, compute, and networking resources that <br> power our entire decentralized web.
</div>
<div class="ppc-text2">
Now there's a way to give credit where credit is due. Compute credit, that is! <br> The more you share your device resources, the more PiedPiperCoin you <br> receive. <br>
<div class="ppc-text3">
Whether you're a developer with an app ready for market, or just an Average <br> Joe with a smartphone you'll love all you can do with PiedPiperCoin.
</div>
</div>
</div>
<div class="team">
<div class="content-zag">The Team</div>
<div class="team-members1">
<div class="member1">
<img src="style/img/member_1.png" alt="">
<h3 class="member-text">Richard Hendricks</h3>
<div class="member-podtext">
Founder & CEO
</div>
</div>
<div class="member2">
<img src="style/img/member_2.png" alt="">
<h3 class="member-text">Dinesh Chugtai</h3>
<div class="member-podtext">
Senior Programmer
</div>
</div>
<div class="member3">
<img src="style/img/member_3.png" alt="">
<h3 class="member-text">Bertram Gilfoyle</h3>
<div class="member-podtext">
Chief Systems Architect
</div>
</div>
</div>
</div>
<div class="footer">
All other trademarks and copyrights are the property of their <br> respective owners. Use of these names, trademarks and brands <br> does not imply endorsement.
</div>
</body>
</html>