-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfigma.html
138 lines (136 loc) · 5.05 KB
/
figma.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!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" />
<title>piedpiper</title>
<link rel="stylesheet" href="figma.css" />
</head>
<body class="body">
<header>
<nav class="head-nav">
<img src="logo.png" alt="logo" class="logotype">
<ul>
<li><a href="#">the problem</a></li>
<li><a href="#" class="mid-nav">PiedPiperCoin</a></li>
<li><a href="#">the team</a></li>
</ul>
</nav>
</header>
<main>
<div class="pipernet">
<div class="PNIH">PiperNet Is Here</div>
</div>
<div class="problem-box">
<div class="the-problem">
<p class="problem-head">The Problem</p>
<p class="problem-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>
<br />
<p class="problem-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>
<br />
<p class="problem-p">
But fear not, for Pied Piper has the answer! And it’s simple:
</p>
<p class="problem-p">
An autonomous peer-to-peer network featuring distributed storage
powered by universal compression, accelerated scheduling allocation,
and end-to-end encryption.
</p>
<br />
<p class="problem-p">
Put even simpler —<b>
it’s the internet, completely decentralized.</b
>
</p>
</div>
</div>
<div class="were">
<div class="were-in">
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="IPPC">
<p class="Introducing">Introducing PiedPiperCoin</p>
<img src="PPC Logo.png" alt="Logo" class="logo" />
<p class="Introducing-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>
<br />
<br />
<p class="Introducing-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>
<br />
<p class="Introducing-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-box">
<div class="TT">The Team</div>
<div class="faces">
<figure>
<img src="image2.png" alt="лицо1" />
<figcaption class="top">Richard Hendricks</figcaption>
<figcaption class="bottom">Founder & CEO</figcaption>
</figure>
</div>
<div class="faces">
<figure>
<img src="image3.png" alt="лицо2" />
<figcaption class="top">Dinesh Chugtai</figcaption>
<figcaption class="bottom">Senior Programmer</figcaption>
</figure>
</div>
<div class="faces">
<figure>
<img src="image4.png" alt="лицо3" />
<figcaption class="top">Bertram Gilfoyle</figcaption>
<figcaption class="bottom">Chief Systems Architect</figcaption>
</figure>
</div>
<div class="faces">
<figure>
<img src="image5.png" alt="лицо4" class="img1"/>
<figcaption class="top">Jared Dunn</figcaption>
<figcaption class="bottom">Chief Operating Officer</figcaption>
</figure>
</div>
<div class="faces">
<figure>
<img src="image6.png" alt="лицо5" />
<figcaption class="top">Monica Hall</figcaption>
<figcaption class="bottom">Chief Financial Officer</figcaption>
</figure>
</div>
<div class="faces">
<figure>
<img src="image7.png" alt="лицо6" />
<figcaption class="top">Nelson Bighetti</figcaption>
<figcaption class="bottom">Majority Investor</figcaption>
</figure>
</div>
</div>
</main>
<footer>
<div>
All other trademarks and copyrights are the property of their respective owners. Use of these names, trademarks and brands does not imply endorsement.
</div>
</footer>
</body>
</html>