forked from kata-containers/www.katacontainers.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·305 lines (303 loc) · 16.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110599884-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110599884-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Kata Containers</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<header class="hero text-white text-center">
<nav class="navbar navbar-light">
<div class="container">
<a class="navbar-brand" href="#"><img src="img/logo.svg" alt=""></a>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="mb-4">The speed of containers, the security of VMs</h2>
<h5 class="mb-5">Kata Containers is a new open source project building extremely lightweight virtual machines that seamlessly plug into the containers ecosystem.</h5>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<form>
<div class="form-row">
<div class="col-12 text-center">
<a href="https://github.com/kata-containers/community" class="btn btn-lg btn-primary">How to get started</a>
</div>
</div>
</form>
</div>
</div>
</div>
</header>
<section class="location">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="mb-5 mt-5 first">
<h5 class="mb-3"><i class="fa fa-map-marker fa-2x fa-fw"></i>Find us at KubeCon 2017 in Austin</h5>
<p class="mb-1 ml-3">If you’re in Austin for KubeCon this December, we look forward to meeting you!</p>
<p class="mb-2 ml-3">Find us at
<button class="btn btn-secondary">booth S57</button>
</p>
</div>
</div>
<div class="col-lg-4 second">
<div class="mb-5 mt-5">
<h6 class="mb-2 pt-1">Community On-boarding Meetup at KubeCon</h6>
<p class="italic mb-0">12:30-2:30pm Friday, December 8</p>
<p class="mb-0">Native Bar & Kitchen</p>
<p class="mb-0"><a href="https://katacontainersonboardingmeetupatx2017.eventbrite.com" target="_blank">RSVP here</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="data">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="mb-5 mt-5 first">
<h4 class="mb-4 colored">What is Kata Containers?</h4>
<p class="mb-4 ">Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.</p>
<p class="mb-4 ">The Kata Containers project will initially comprise six components, including the Agent, Runtime, Proxy, Shim, Kernel and packaging of QEMU 2.9. It is designed to be architecture agnostic, run on multiple hypervisors and be compatible with the OCI specification for Docker containers and CRI-O for Kubernetes.</p>
<p class="mb-4">Kata Containers combines technology from Intel® Clear Containers and Hyper runV. The code is hosted on Github under the Apache 2 license and the project is managed by the OpenStack Foundation.</p>
</div>
</div>
<div class="col-lg-5 second">
<div class="mb-5 mt-5">
<img src="img/data.jpg" alt="data">
</div>
</div>
</div>
</div>
</section>
<section class="links small">
<div class="container">
<div class="row text-center">
<div class="col-lg-12">
<h4 class="mb-3 mt-5 colored">Quick Start Links</h4>
</div>
</div>
<div class="row text-center">
<div class="col-lg-6 ">
<div class="col-6 col-xl-5 offset-xl-1 mb-5 mt-5 left">
<img src="img/code.svg">
</div>
<div class="col-6 mb-5 mt-5 left">
<h6 class="mb-2 mt-1">Code & Docs</h6>
<p class="mb-1 mt-1"><a class="link" href="https://github.com/kata-containers" target="_blank">GitHub / How to Contribute</a></p>
<p class="mb-1 mt-1"><a class="link" href="" target="_blank">Overview Deck</a></p>
<p class="mb-1 mt-1"><a class="link" href="https://katacontainers.io/docs/kata-containers-1pager.pdf" target="_blank">Overview One Pager</a></p>
</div>
</div>
<div class="col-lg-6">
<div class="col-6 col-xl-5 offset-xl-1 mb-5 mt-5 left">
<img src="img/communications.svg">
</div>
<div class="col-6 mb-5 mt-5 left">
<h6 class="mb-2 mt-1">Communications</h6>
<p class="mb-1 mt-1"><a class="link" href="http://lists.katacontainers.io" target="_blank">Mailing list</a></p>
<p class="mb-1 mt-1"><a class="link" href="http://webchat.freenode.net/?channels=kata-dev" target="_blank">Freenode IRC</a></p>
<p class="mb-1 mt-1"><a class="link" href="https://twitter.com/KataContainers" target="_blank">Twitter</a></p>
<p class="mb-1 mt-1"><a class="link" href="https://katacontainers.slack.com/" target="_blank">Slack channel</a></p>
<p class="mb-1 mt-1"><a class="link" href="https://www.facebook.com/KataContainers" target="_blank">Facebook</a></p>
</div>
</div>
<div class="col-lg-6">
<div class="col-6 col-xl-5 offset-xl-1 mb-5 mt-5 left">
<img src="img/community.svg">
</div>
<div class="col-6 mb-5 mt-5 left">
<h6 class="mb-2 mt-1">Community</h6>
<p class="mb-1 mt-1"><a class="link" href="https://www.openstack.org/legal/community-code-of-conduct/" target="_blank">Code of Conduct</a></p>
</div>
</div>
<div class="col-lg-6">
<div class="col-6 col-xl-5 offset-xl-1 mb-5 mt-5 left">
<img src="img/events.svg">
</div>
<div class="col-6 mb-5 mt-5 left">
<h6 class="mb-2 mt-1">News</h6>
<p class="mb-1 mt-1"><a class="link" href="http://www.businesswire.com/news/home/20171205005634/en/Kata-Containers-Project-Launches-Build-Secure-Container">Press Release</a></p>
</div>
</div>
</div>
</div>
</section>
<!--
<section class="testimonials committee text-center">
<div class="container">
<h3 class="mb-5 colored">Architecture Committee</h3>
<div class="row mt-3">
<div class="col">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="img/hansolo.jpg" alt="">
<h5>Han Solo</h5>
</div>
</div>
<div class="col">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="" alt="">
<h5 class="mt-2"></h5>
</div>
</div>
<div class="col">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="" alt="">
<h5 class="mt-2"></h5>
</div>
</div>
<div class="col">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="" alt="">
<h5 class="mt-2"></h5>
</div>
</div>
<div class="col">
<div class="testimonial-item mx-auto mb-5 mb-lg-0">
<img class="img-fluid rounded-circle mb-3" src="" alt="">
<h5 class="mt-2"></h5>
</div>
</div>
</div>
<h3 class="mt-5 mb-4 pt-5 line colored">Working Committee</h3>
<div class="row">
<div class="col-lg-8 offset-lg-2">
<p class="text-center mb-3 light">
</p>
</div>
</div>
</div>
</section>
-->
<section class="companies text-center">
<div class="container">
<h3 class="mt-5 mb-3 colored">Supporting Companies</h3>
<div class="row pt-5 pb-5">
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-99cloud.svg" alt="99 Cloud">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-awcloud.svg" alt="AWCloud">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-ubuntu.svg" alt="Canonical">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-china.svg" alt="China Mobile">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-city.svg" alt="City Cloud" title="City Cloud">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-core.svg" alt="Core OS" title="Core OS">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-easy.jpg" alt="Easy Stack" title="Easy Stack">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-fiberhome.svg" alt="Fiberhome" title="Fiberhome">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-google.svg" alt="Google Cloud" title="Google Cloud">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-huawei.svg" alt="Huawei" title="Huawei">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-hyper.svg" alt="Hyper" title="Hyper">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-intel.svg" alt="Intel" title="Intel">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-jdcloud.svg" alt="JD Cloud" title="JD Cloud">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-mirantis.svg" alt="Mirantis" title="Mirantis">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-netapp.svg" alt="NetApp" title="NetApp">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-redhat.svg" alt="RedHat" title="RedHat">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-suse.svg" alt="Suse" title="Suse">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-tencent.svg" alt="Tencent Cloud" title="Tencent Cloud">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-ucloud.png" alt="U Cloud" title="U Cloud">
</div>
<div class="col-lg-3 col-sm-4 col-6 text-center my-auto pb-5">
<img src="img/logo-zte.svg" alt="ZTE" alt="ZTE">
</div>
</div>
<h5 class="text-center mb-5 mt-3 pb-3">Interested in supporting Kata Containers? Contact us at <a href="mailto:[email protected]" class="link colored">[email protected]</a></h5>
</div>
</section>
<!-- <section class="text-center links">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h6 class="mt-5 mb-4 upper colored">Stay up to date</h6>
<h5 class="mb-4">Interested in what Kata is doing and want to learn more?</h5>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto mb-5">
<form>
<div class="form-row">
<link href="https://static-cdn.e2ma.net/signups/css/signup-refresh.lrg.css" rel="stylesheet" type="text/css"><script type="text/javascript" src="https://signup.e2ma.net/tts_signup/1862950/dc3896463a1fcdd2f57f993be48d29f6/1771360/"></script><div id="load_check" class="signup_form_message" >This form needs Javascript to display, which your browser doesn't support. <a href="https://signup.e2ma.net/signup/1862950/1771360/"> Sign up here</a> instead </div><script type="text/javascript">signupFormObj.drawForm();</script>
</div>
</form>
</div>
</div>
</div>
</section> -->
<footer class="footer call-to-action text-white ">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3 h-100 text-center text-lg-right my-auto">
<ul class="list-inline mb-3 text-center">
<li class="list-inline-item ">
<a class="social" href="https://twitter.com/KataContainers"> <i class="fa fa-twitter fa-2x fa-fw"></i></a>
</li>
<li class="list-inline-item ">
<a class="social" href="https://www.facebook.com/KataContainers"> <i class="fa fa-facebook fa-2x fa-fw"></i></a>
</li>
<li class="list-inline-item ">
<a class="social" href="https://github.com/kata-containers/www.katacontainers.io"> <i class="fa fa-github fa-2x fa-fw"></i></a>
</li>
<li class="list-inline-item ">
<a class="social" href="https://katacontainers.slack.com/"> <i class="fa fa-slack fa-2x fa-fw"></i></a>
</li>
</ul>
</div>
<div class="col-lg-6 mt-3 mb-5 h-100 text-center text-lg-center mx-auto">
<p class="text-muted small mb-lg-0">© 2017 Kata Containers | Documentation Distributed under CC BY 4.0</p>
<p class="text-muted small mb-4 mb-lg-0">Copyright © 2017 <a href="https://openstack.org/foundation">The OpenStack Foundation</a>®. All rights reserved. </p>
</div>
</div>
</div>
</footer>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script id="e2ma-embed">window.e2ma=window.e2ma||{};e2ma.accountId='1771360';</script><script src="//dk98ddgl0znzm.cloudfront.net/e2ma.js" async="async"></script>
</body>
</html>