forked from zeppelinos/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
354 lines (341 loc) · 17.5 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>ZeppelinOS</title>
<link rel="icon" type="image/png" href="img/favicon/favicon.png">
<meta name="description" content="ZeppelinOS is an open-source, distributed platform of tools and services on top of the EVM to develop and manage smart contract applications securely. It makes the smart contract development process faster, easier and more secure">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="5wYcATaYgOC-5kYy3F7_XQe383nVhrPA-5rVKUUD0Oo" />
<link rel="icon" type="image/png" href="img/favicon64x64.png">
<script src="js/jquery.min.js"></script>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/materialize.min.css">
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/home.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102575245-1', 'auto');
ga('send', 'pageview');
</script>
<meta name="msvalidate.01" content="9D58B02B8E02D6522AD2508D3AB3CCAF" />
<!-- Animations -->
<script type="text/javascript" src="js/jquery.gsap.min.js"></script>
<script type="text/javascript" src="js/ScrollMagic.min.js"></script>
<script type="text/javascript" src="js/TweenMax.min.js"></script>
<script type="text/javascript" src="js/animation.gsap.min.js"></script>
<script type="text/javascript" src="js/CSSPlugin.min.js"></script>
</head>
<body>
<nav class="row">
<div class="nav-wrapper container row">
<a href="/" class="brand-logo">
<img src="./img/logo_zos_navbar.svg" />
</a>
<div class="brand-logo zeppelin">
<a target="_blank" href="https://zeppelin.solutions/">
<img src="./img/zeppelin_white.svg" />
</a>
</div>
<a href="#" data-target="mobile-nav" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="/zh/index.html">中文</a></li>
<li><a target="_blank" href="https://zeppelinos.org/zeppelin_os_whitepaper.pdf">Whitepaper</a></li>
<li><a target="_blank" href="https://docs.zeppelinos.org/">Docs</a></li>
<li><a target="_blank" href="https://blog.zeppelinos.org/">Blog</a></li>
<li><a target="_blank" href="https://docs.zeppelinos.org/docs/start.html#getting-started" class="empty-button">GET STARTED</a></li>
</ul>
<ul class="sidenav" id="mobile-nav">
<li><a class="sidenav-close close-link" href="#!">
<img src="./img/ic_menu_close.svg" />
</a></li>
<li class="li-margin small-li"><a target="_blank" href="https://zeppelinos.org/zeppelin_os_whitepaper.pdf"><h2 class="centered">Whitepaper<h2></a></li>
<li class="small-li"><a target="_blank" href="https://docs.zeppelinos.org/"><h2 class="centered">Docs<h2></a></li>
<li><a target="_blank" href="https://blog.zeppelinos.org/"><h2 class="centered">Blog<h2></a></li>
<li class="small-li"><a href="/zh/index.html"><h2 class="centered">中文<h2></a></li>
<li class="button-li"><a target="_blank" href="https://docs.zeppelinos.org/docs/start.html#getting-started" class="fill-button">GET STARTED</a></li>
<li class="social-box">
<a target="_blank" href="https://github.com/zeppelinos">
<img src="./img/ic_github.svg">
</a>
<a target="_blank" href="https://twitter.com/zeppelin_os">
<img src="./img/ic_twitter.svg">
</a>
<a target="_blank" href="https://slack.openzeppelin.org/">
<img src="./img/ic_slack.svg">
</a>
</li>
</ul>
</div>
</nav>
<section class="row hero">
<div class="container row">
<div class="col l6 m6 s12">
<h1>Develop, deploy and operate any smart contract project securely</h1>
<p class="first-p">ZeppelinOS is a development platform designed specifically for smart contracts projects. It allows for seamless upgrades, and provides economic incentives to create a healthy ecosystem of secure applications.</p>
<a class="fill-button" href="https://docs.zeppelinos.org/" target="_blank">GET STARTED</a>
<div class="hide-on-med-and-up centered">
<img class="hero-img" src="./img/img_hero_mobile.svg">
</div>
<blockquote class="second-p">Running software on blockchains is complex, time-consuming and prone to errors – but it need not be. ZeppelinOS improves smart contract development experience on all EVM and eWASM-powered blockchains.</blockquote>
</div>
<div class="col l6 m6 s12 right-aligned img-container hide-on-small-only">
<img class="hero-img" src="./img/img_hero.svg">
</div>
</div>
</section>
<section class="features row">
<div class="flex container row">
<div>
<div class="feature-img-container">
<img src="./img/01.svg" class="feature1 hidden"/>
</div>
<h4>Reuse community-vouched EVM Packages</h4>
<h3>Link to <a href="https://blog.zeppelinos.org/open-source-collaboration-in-the-blockchain-era-evm-packages/">on-chain smart contract packages</a> as building blocks for your project, and publish your packages for others to use.</h3>
</div>
<div>
<div class="feature-img-container">
<img src="./img/02.svg" class="feature2 hidden"/>
</div>
<h4>Get constant upgrades and patches</h4>
<h3>Package developers propose upgrades to your dependencies, so that your project stays secure and up-to-date. </h3>
</div>
<div>
<div class="feature-img-container">
<img src="./img/03.svg" class="feature3 hidden"/>
</div>
<h4>Upgrade your smart contracts</h4>
<h3>Fix bugs, security vulnerabilities, and introduce new features to your projects without migrating all your data.</h3>
</div>
</div>
</section>
<section class="security">
<div class="container">
<div class="row">
<div class="col s12 centered hide-on-med-and-up">
<img src="./img/animation/imagen1_3.1.svg"/>
</div>
<div class="col s12 m6 l6">
<h2>Ensure the packages you are using stay secure and up-to-date</h2>
<p id="trigger">The ZEP token ensures that ZeppelinOS users receive the upgrades they need. Projects can use ZEP to vouch for EVM packages.</p>
</br>
<div class="col s12 centered hide-on-med-and-up">
<img src="./img/animation/imagen2_mobile.svg"/>
</div>
<h2>Earn ZEP for auditing and developing packages</h2>
<p>Any developer can propose a fix or improvement to the ZeppelinOS EVM packages. Developers will then be compensated when ZEP holders vouch for their packages.</p>
<p>
Developers set their compensation rate, creating a distributed market of constant upgrades driven by user adoption.
</p>
</div>
<div class="col s12 m6 l6 right-aligned hide-on-small-only">
<img id="image1" class="animated fadeIn" src="./img/animation/imagen1_1.1.svg"/>
<img class="hidden" src="./img/animation/imagen1_1.2.svg"/>
<img class="hidden" src="./img/animation/imagen1_1.3.svg"/>
<img class="hidden" src="./img/animation/imagen1_1.4.svg"/>
<img class="hidden" src="./img/animation/imagen1_2.1.svg"/>
<img class="hidden" src="./img/animation/imagen1_2.2.svg"/>
<img class="hidden" src="./img/animation/imagen1_2.3.svg"/>
<img class="hidden" src="./img/animation/imagen1_2.4.svg"/>
<img class="hidden" src="./img/animation/imagen1_3.1.svg"/>
<img class="hidden" src="./img/animation/imagen1_3.2.svg"/>
<img class="hidden" src="./img/animation/imagen1_3.3.svg"/>
<img class="hidden" src="./img/animation/imagen1_4.1.svg"/>
<img class="hidden" src="./img/animation/imagen2.svg"/>
</div>
</div>
</div>
<div id="token" class="token container">
<div class="col l12 m12 s12">
<div class="tokenimg"><img src="./img/token.svg"/></div>
<h5>Stay updated with the latest news</h5>
<div class="centered">
<form action="//solutions.us8.list-manage.com/subscribe/post?u=6b769ee0293207617c49cd801&id=1ec499e5af" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<input required class="form-email" type="email" placeholder="Your email" name="EMAIL" id="mce-EMAIL" />
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_6b769ee0293207617c49cd801_1ec499e5af" tabindex="-1" value="">
</div>
<button class="transparent-btn" type="submit" value="subscribe" name="subscribe" id="mc-embedded-subscribe">
<img src="./img/arrow.svg"/>
</button>
</form>
</div>
<div id="social" class="social-media-box">
<a href="https://twitter.com/Zeppelin_os" target="_blank">
<img src="./img/social icons/twitter.svg"/>
</a>
<a href="http://zpl.in/telegrams" target="_blank">
<img src="./img/social icons/telegram.svg"/>
</a>
<a href="https://github.com/ZeppelinSolutions" target="_blank">
<img src="./img/social icons/wechat.svg"/>
</a>
<a href="https://slack.openzeppelin.org/" target="_blank">
<img src="./img/social icons/slack.svg"/>
</a>
<a href="https://blog.zeppelinos.org/" target="_blank">
<img src="./img/social icons/blog.svg"/>
</a>
<a href="https://github.com/zeppelinos" target="_blank">
<img src="./img/social icons/github.svg"/>
</a>
</div>
</div>
</div>
</section>
<section class="security">
<div class="container">
<div class="centered">
<h2 class="centered projects-title">Projects building on ZeppelinOS</h2>
<div id="projects">
<div>
<img class="project-img1 project-img hidden animated fadeInUp" src="./img/proyectos/p_01.svg" />
</div>
<div>
<img class="project-img2 project-img hidden animated fadeInUp" src="./img/proyectos/p_02.svg" />
</div>
<div>
<img class="project-img3 project-img hidden animated fadeInUp" src="./img/proyectos/p_03.svg" />
</div>
<div>
<img class="project-img5 project-img hidden animated fadeInUp rcn" src="./img/proyectos/p_05.svg" />
</div>
<div>
<img class="project-img3 project-img hidden animated fadeInUp coinbase" src="./img/proyectos/p_04.png" />
</div>
<div>
<img class="project-img2 project-img hidden animated fadeInUp livepeer" src="./img/proyectos/p_06.svg" />
</div>
<div>
<img class="project-img5 project-img hidden animated fadeInUp paxos" src="./img/proyectos/p_07.png" />
</div>
<div>
<img class="project-img5 project-img hidden animated fadeInUp winding-tree" src="./img/proyectos/p_08.png" />
</div>
</div>
</div>
</div>
</section>
<section class="media row">
<div class="container row centered">
<h1 class="centered">Media</h1>
<div class="col l6 m12 s12 centered col-left">
<iframe src="https://www.youtube.com/embed/1EWvebDU66U"></iframe>
<h5>The evolution of smart contract security in the Ethereum ecosystem at Devcon3 conference</h5>
</div>
<div class="col l6 m12 s12 centered col-right">
<iframe src="https://www.youtube.com/embed/UdbCYLRnna4"></iframe>
<h5>EP 220/ Manuel Araoz: Zeppelin and the evolution of smart contract development</h5>
</div>
</div>
</section>
<section class="investors row">
<div class="row">
<div class="centered row">
<h1 class="centered sponsors-title">Notable Sponsors</h1>
<div id="sponsors">
<div>
<a href="https://www.blueyard.com/" target="_blank"><img class="project-img" src="./img/sponsors/blue_yard.svg" /></a>
</div>
<div>
<a href="https://www.placeholder.vc/" target="_blank"><img class="project-img" src="./img/sponsors/placeholder.png" /></a>
</div>
<div>
<a href="https://trueventures.com/" target="_blank"><img class="project-img" src="./img/sponsors/true_ventures.png" /></a>
</div>
<div>
<a href="https://www.collaborativefund.com/" target="_blank"><img class="project-img" src="./img/sponsors/collaborative_fund.png" /></a>
</div>
<div>
<a href="https://decentraland.org/" target="_blank"><img class="project-img" src="./img/sponsors/decentraland.svg" /></a>
</div>
<div>
<a href="https://www.fabric.vc/" target="_blank"><img class="project-img" src="./img/sponsors/fv.svg" /></a>
</div>
<div>
<a href="inblockchain.com" target="_blank"><img class="project-img" src="./img/sponsors/inblockchain.png" /></a>
</div>
<div>
<a href="https://kenetic.capital/" target="_blank"><img class="project-img" src="./img/sponsors/kenetic.svg" /></a>
</div>
<div>
<a href="http://www.nirvanaventures.in/" target="_blank"><img class="project-img" src="./img/sponsors/nirvana.png" /></a>
</div>
<div>
<a href="https://notation.vc/" target="_blank"><img class="project-img" src="./img/sponsors/notation.svg" /></a>
</div>
<div>
<a href="https://otium.fr/" target="_blank"><img class="project-img" src="./img/sponsors/otium.png" /></a>
</div>
<div>
<a href="brainchild.co/" target="_blank"><img class="project-img" src="./img/sponsors/brainchild.png" /></a>
</div>
<div>
<a href="https://www.s28capital.com/" target="_blank"><img class="project-img" src="./img/sponsors/s28.png" /></a>
</div>
<div>
<a href="https://sourcerers.io/" target="_blank"><img class="project-img" src="./img/sponsors/sourcerers.png" /></a>
</div>
<div>
<a href="https://www.ideocolab.com/" target="_blank"><img class="project-img" src="./img/sponsors/colab.png" /></a>
</div>
<div>
<a href="https://www.vycapital.com/" target="_blank"><img class="project-img" src="./img/sponsors/vy.png" /></a>
</div>
</div>
</div>
</div>
</section>
<section class="start row">
<div class="container row centered">
<h1 class="centered">Start building on ZeppelinOS</h1>
<div class="button-box centered">
<a target="_blank" href="https://docs.zeppelinos.org/" class="white-button">GET STARTED</a>
</div>
</div>
</section>
<section class="footer row">
<div class="container row">
<div class="col l3 m3 s12 brand-logo">
<img src="./img/logo_zOS_footer.svg" />
</div>
<div class="col l2 m2 s6">
<a target="_blank" href="https://zeppelinos.org/zeppelin_os_whitepaper.pdf">
<h3>Whitepaper</h3>
</a>
<a target="_blank" href="https://github.com/zeppelinos">
<h3>Github</h3>
</a>
<a target="_blank" href="https://docs.zeppelinos.org/">
<h3>Docs</h3>
</a>
</div>
<div class="col l2 m2 s6">
<a target="_blank" href="https://slack.openzeppelin.org/">
<h3>Slack</h3>
</a>
<a target="_blank" href="https://twitter.com/zeppelin_os/">
<h3>Twitter</h3>
</a>
<a target="_blank" href="https://blog.zeppelinos.org/">
<h3>Blog</h3>
</a>
</div>
<div class="col l2 m2">
<a target="_blank" href="https://zeppelin.solutions/jobs/"><h3>Jobs</h3></a>
<!-- <a target="_blank" href=""><h3>Media kit</h3></a> -->
</div>
</div>
</section>
<footer>
<h3>ZeppelinOS was started and is sponsored by </br><a target="_blank" href="https://zeppelin.solutions/" class="brand-logo"><img src="./img/logo_zeppelin.svg" /></a></h3>
</footer>
</body>
</html>