-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
260 lines (216 loc) · 9.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Plasma Group</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--==========================
Header
============================-->
<header id="header" class="fixed-top">
<div class="container">
<div class="logo float-left">
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <h1 class="text-light"><a href="#header"><span>NewBiz</span></a></h1> -->
<a href="#" class="scrollto"><img src="img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="DEVCON.html">DEVCON</a></li>
<li><a href="https://github.com/plasma-group/">GitHub</a></li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro" class="clearfix">
<div class="container">
<!-- replace later with how to get started with plasma video -->
<div class="intro-img">
<!--
<img src="img/terminal.svg" alt="" class="img-fluid">
-->
<iframe width="100%" height="40%" src="https://www.youtube.com/embed/ZAaSIqDD-qs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="intro-info">
<h2>Plasma Group</h2>
<div>
<a href="https://spec.plasma.group/" class="btn-learn">read the docs</a>
</div>
<p>Members of Plasma Group have moved on to new beginnings: <a href="https://medium.com/plasma-group/on-to-new-beginnings-e9d76b170752">https://medium.com/plasma-group/on-to-new-beginnings-e9d76b170752</a></p>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
About Us section
<section id="about">
<div class="container">
<div class="sexy-header">
<div class="col-xs-6">
<h2>Understanding the OVM</h2>
</div>
</div>
<p>The OVM stands for Optimistic Virtual Machine, which has been our latest research focus.</p>
<p>Our hope is to create a more seamless developer experience for creating scalable blockchain applications.</p>
<p>Wallets that run the OVM can interact with any layer 2 solution that is OVM compliant. You can think of it similarly to the ERC20 token standard, in the sense that exchanges can support any token that is ERC20 compliant with minimal overhead.</p>
</div>
</section>
============================-->
<!--==========================
Blog section
============================-->
<section id="blog">
<div class="container">
<div id="retainable-rss-embed"
data-rss="https://medium.com/feed/plasma-group/"
data-maxcols="3"
data-layout="grid"
data-poststyle="inline"
data-readmore="Read the rest"
data-buttonclass="btn btn-primary"
data-offset="-100">
</div>
</div>
</section>
<!--==========================
donors Section
============================-->
<section id="donors" class="section-bg">
<div class="container">
<div class="section-header">
<h3>Our Donors</h3>
<p>We are incredibly grateful to our donors for allowing us to work full time on scaling Ethereum. To the numerous organizations and individuals who have contributed, thank you for your support.</p>
</div>
<div class="row no-gutters donors-wrap clearfix wow fadeInUp">
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="donor-logo">
<img src="img/donors/ethereum.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="donor-logo">
<img src="img/donors/consensys.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="donor-logo">
<img src="img/donors/omisego.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="donor-logo">
<img src="img/donors/linktime.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="donor-logo">
<img src="img/donors/gitcoin.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="donor-logo">
<img src="img/donors/status.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="donor-logo">
<img src="img/donors/matic.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="donor-logo">
<img src="img/donors/individuals.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 footer-info">
<h3>Plasma Group</h3>
<p>Put a Merkle Tree On It</p>
</div>
<div class="col-xs-12 col-md-4 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="https://github.com/plasma-group">GitHub</a></li>
<li><a href="https://docs.plasma.group/en/latest/">Documentation</a></li>
<li><a href="https://faucet.rinkeby.io/">Get Testnet ETH</a></li>
<li><a href="https://github.com/plasma-group/plasma-core/blob/master/.github/CONTRIBUTING.md#code-of-conduct">Community Code of Conduct</a></li>
<li><a href="https://gitcoin.co/grants/39/plasma-group">Support Us</a></li>
</ul>
</div>
<div class="col-xs-12 col-md-4 footer-newsletter">
<h4>Stay Up to Date</h4>
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://group.us20.list-manage.com/subscribe/post?u=e43588850aaf08afbac0332c0&id=5d690d1d96" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Subscribe to our mailing list</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_e43588850aaf08afbac0332c0_5d690d1d96" tabindex="-1" value="">
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
<br />
<div class="social-links">
<a href="https://t.me/plasmacontributors" class="telegram"><i class="fa fa-telegram"></i></a>
<a href="https://medium.com/plasma-group" class="medium"><i class="fa fa-medium"></i></a>
<a href="https://www.youtube.com/channel/UCeqPgeO8ltphfRMGDOMWiCQ/" class="youtube"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<script src="https://www.retainable.io/assets/retainable/rss-embed/retainable-rss-embed.js"></script>
<!-- <script type="text/javascript">
setTimeout(function(){
var paras = document.getElementsByClassName('author');
while(paras[0]) {paras[0].parentNode.removeChild(paras[0]);}
var meow = document.getElementsByTagName('figcaption');
while(meow[0]) {meow[0].parentNode.removeChild(meow[0]);}
}, 1000)
</script>
-->
</body>
</html>