Skip to content

Commit fba0b73

Browse files
authored
Update index.html (#9)
* Appfleet added to intro paragraph and FAQs * Changes to style after comments to initial PR, including format by prettier --print-width 120 * Remove additional whitespaces
1 parent feabff5 commit fba0b73

File tree

1 file changed

+53
-61
lines changed

1 file changed

+53
-61
lines changed

index.html

Lines changed: 53 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<img src="img/[email protected]" alt="Firecracker logo" />
2424
</a>
2525
<a class="sta-hoverOFF" href="#benefits">Benefits</a>
26-
<a class="sta-hoverOFF" href="#how_it_works">HOW IT WORKS</a>
26+
<a class="sta-hoverOFF" href="#how_it_works">How it works</a>
2727
<a class="sta-hoverOFF" href="#faq">FAQs</a>
2828
<a class="sta-hoverOFF" href="#learn_more">Learn more</a>
2929
</nav>
@@ -53,7 +53,7 @@
5353
<img src="img/[email protected]" alt="" />
5454
</a>
5555
<a class="sta-hoverOFF" href="#benefits">Benefits</a>
56-
<a class="sta-hoverOFF" href="#how_it_works">HOW IT WORKS</a>
56+
<a class="sta-hoverOFF" href="#how_it_works">How it works</a>
5757
<a class="sta-hoverOFF" href="#faq">FAQs</a>
5858
<a class="sta-hoverOFF" href="#learn_more">Learn more</a>
5959
</nav>
@@ -87,25 +87,19 @@
8787
Intel CPUs, with AMD and Arm support in developer preview.
8888
</p>
8989
<p>
90-
Firecracker is integrated with
90+
Firecracker is used by/integrated with (in alphabetical order):
91+
<a href="https://appfleet.com/">appfleet</a>, containerd via
92+
<a href="https://github.com/firecracker-microvm/firecracker-containerd">firecracker-containerd</a>,
93+
<a href="https://fly.io">Fly.io</a>,
9194
<a
9295
href="https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support"
93-
>
94-
Kata Containers
95-
</a>,
96-
<a href="https://opennebula.io/firecracker/">Open Nebula</a>,
97-
<a href="https://github.com/solo-io/unik">UniK</a>,
98-
<a href="https://www.weave.works/oss/firekube/">Weave FireKube</a>
99-
(via
100-
<a href="https://github.com/weaveworks/ignite">Weave Ignite</a>),
101-
and containerd via
102-
<a href="https://github.com/firecracker-microvm/firecracker-containerd">firecracker-containerd</a>
103-
It's also used by
104-
<a href="https://fly.io/">fly.io</a>.
105-
Firecracker can run Linux and
106-
<a href="http://blog.osv.io/blog/2019/04/19/making-OSv-run-on-firecraker">OSv</a>
107-
guests. Our latest roadmap can be found
108-
<a href="https://github.com/firecracker-microvm/firecracker/projects/13">here</a>.
96+
>Kata Containers</a
97+
>, <a href="https://opennebula.io/firecracker/">OpenNebula</a>,
98+
<a href="https://github.com/solo-io/unik">UniK</a>, and
99+
<a href="https://www.weave.works/oss/firekube/">Weave FireKube</a> (via
100+
<a href="https://github.com/weaveworks/ignite">Weave Ignite</a>). Firecracker can run Linux and
101+
<a href="http://blog.osv.io/blog/2019/04/19/making-OSv-run-on-firecraker">OSv</a> guests. Our latest roadmap
102+
can be found <a href="https://github.com/firecracker-microvm/firecracker/projects/13">here</a>.
109103
</p>
110104
</section>
111105
</article>
@@ -114,16 +108,18 @@
114108
<div class="m-content">
115109
<img class="m-bg" src="img/[email protected]" alt="" />
116110
<div class="m-text">
117-
<p>Firecracker is open-sourced under Apache version 2.0.</p>
111+
<p>Firecracker is open-sourced under Apache License, version 2.0.</p>
118112
<div class="m-imgs">
119-
<a href="https://aws.amazon.com/fargate/"><img src="img/fargate-logo.svg" alt="AWS Fargate" /></a>
120-
<a href="https://aws.amazon.com/lambda/"><img src="img/lambda-logo.svg" alt="AWS Lambda" /></a>
113+
<a href="https://aws.amazon.com/fargate/">
114+
<img src="img/fargate-logo.svg" alt="AWS Fargate" />
115+
</a>
116+
<a href="https://aws.amazon.com/lambda/"><img src="img/lambda-logo.svg" alt="AWS Lambda"</a>
121117
</div>
122118
</div>
123119
<div class="m-buttons">
124120
<a href="https://github.com/firecracker-microvm/firecracker" class="css-button sta-hoverOFF">
125121
<i class="icon-github" aria-hidden="true"></i>
126-
<span>join our github community</span>
122+
<span>Join our GitHub Community</span>
127123
</a>
128124
<a
129125
href="https://join.slack.com/t/firecracker-microvm/shared_invite/enQtNDY2NTUwMzQ3MDE1LWIwMzA0OWFkMTZhMTlmMDZiMmFkYjMyODMxMGQ1ZjliMzJjNjJiNWRhNWNkOGEyNmUxNmRkMjZhYTc3MmVjZjM"
@@ -192,8 +188,8 @@
192188
same machine. This means that every function, container, or container group can be encapsulated with a
193189
virtual machine barrier, enabling workloads from different customers to run on the same machine, without any
194190
tradeoffs to security or efficiency. Firecracker is an
195-
<a href="https://www.redhat.com/en/blog/all-you-need-know-about-kvm-userspace">alternative to QEMU</a>,
196-
an established VMM with a general purpose and broad feature set that allows it to host a variety of guest
191+
<a href="https://www.redhat.com/en/blog/all-you-need-know-about-kvm-userspace">alternative to QEMU</a>, an
192+
established VMM with a general purpose and broad feature set that allows it to host a variety of guest
197193
operating systems.
198194
</p>
199195
<p>
@@ -235,12 +231,12 @@
235231
<header>Why did you develop Firecracker?</header>
236232
<section>
237233
When we launched Lambda in November of 2014, we were focused on providing a secure
238-
<a href="https://aws.amazon.com/serverless/">serverless</a>
239-
experience. At launch we used per-customer EC2 instances to provide strong security and isolation between
240-
customers. As Lambda grew, we saw the need for technology to provide a highly secure, flexible, and
241-
efficient runtime environment for services like Lambda and Fargate. Using our experience building isolated
242-
EC2 instances with hardware virtualization technology, we started an effort to build a VMM that was
243-
tailored to run serverless functions and integrate with container ecosystems.
234+
<a href="https://aws.amazon.com/serverless/">serverless</a> experience. At launch we used per-customer EC2
235+
instances to provide strong security and isolation between customers. As Lambda grew, we saw the need for
236+
technology to provide a highly secure, flexible, and efficient runtime environment for services like
237+
Lambda and Fargate. Using our experience building isolated EC2 instances with hardware virtualization
238+
technology, we started an effort to build a VMM that was tailored to run serverless functions and
239+
integrate with container ecosystems.
244240
</section>
245241
</article>
246242
<article class="m-item">
@@ -257,17 +253,17 @@
257253
<article class="m-item">
258254
<header>Can Firecracker be used within the container ecosystem?</header>
259255
<section>
260-
Yes. Firecracker is integrated with
256+
Yes. Firecracker is used by/integrated with (in alphabetical order):
257+
<a href="https://appfleet.com/">appfleet</a>, containerd via
258+
<a href="https://github.com/firecracker-microvm/firecracker-containerd">firecracker-containerd</a>,
259+
<a href="https://fly.io">Fly.io</a>,
261260
<a
262261
href="https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support"
263-
>
264-
Kata Containers
265-
</a>,
266-
<a href="https://www.weave.works/oss/firekube/">Weave FireKube</a>
267-
(via
268-
<a href="https://github.com/weaveworks/ignite">Weave Ignite</a>),
269-
and containerd via
270-
<a href="https://github.com/firecracker-microvm/firecracker-containerd">firecracker-containerd</a>.
262+
>Kata Containers</a
263+
>, <a href="https://opennebula.io/firecracker/">OpenNebula</a>,
264+
<a href="https://github.com/solo-io/unik">UniK</a>, and
265+
<a href="https://www.weave.works/oss/firekube/">Weave FireKube</a> (via
266+
<a href="https://github.com/weaveworks/ignite">Weave Ignite</a>).
271267
</section>
272268
</article>
273269
<article class="m-item">
@@ -289,40 +285,36 @@
289285
<header>What operating systems are supported by Firecracker?</header>
290286
<section>
291287
Firecracker supports Linux host and guest operating systems with kernel versions 4.14 and above, as well
292-
as
293-
<a href="http://blog.osv.io/blog/2019/04/19/making-OSv-run-on-firecraker/">OSv</a>
294-
guests. The long-term support plan is still under discussion.
288+
as <a href="http://blog.osv.io/blog/2019/04/19/making-OSv-run-on-firecraker/">OSv</a> guests. The
289+
long-term support plan is still under discussion.
295290
</section>
296291
</article>
297292
<article class="m-item">
298293
<header>What is the open source license for Firecracker?</header>
299294
<section>
300295
Firecracker is
301-
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/LICENSE">licensed</a>
302-
under the Apache License, version 2.0, allowing you to freely use, copy, and distribute your changes under
303-
the terms of your choice.
304-
<a href="https://www.apache.org/licenses/LICENSE-2.0">Read more about Apache 2.0</a>.
305-
Crosvm code sections are licensed under a
306-
<a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause license</a>
307-
that also allows you to use, copy, and distribute your changes under the terms of your choice.
296+
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/LICENSE">licensed</a> under Apache
297+
License, version 2.0, allowing you to freely use, copy, and distribute your changes under the terms of
298+
your choice. Read more about the
299+
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 license</a>. Crosvm code sections are
300+
licensed under a <a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause license</a> that also
301+
allows you to use, copy, and distribute your changes under the terms of your choice.
308302
</section>
309303
</article>
310304
<article class="m-item">
311305
<header>How can I contribute?</header>
312306
<section>
313307
Firecracker is an AWS open source project that encourages contributions from customers and the developer
314308
community. Any contribution is welcome as long as it aligns with our
315-
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/CHARTER.md">charter</a>.
316-
You can learn more about how to contribute in
317-
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/CONTRIBUTING.md">
318-
CONTRIBUTING.md
319-
</a>.
320-
You can chat with others in the community on the
309+
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/CHARTER.md">charter</a>. You can
310+
learn more about how to contribute in
311+
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/CONTRIBUTING.md"
312+
>CONTRIBUTING.md</a
313+
>. You can chat with others in the community on the
321314
<a
322315
href="https://join.slack.com/t/firecracker-microvm/shared_invite/enQtNDY2NTUwMzQ3MDE1LWIwMzA0OWFkMTZhMTlmMDZiMmFkYjMyODMxMGQ1ZjliMzJjNjJiNWRhNWNkOGEyNmUxNmRkMjZhYTc3MmVjZjM"
323-
>
324-
Firecracker Slack workspace
325-
</a>.
316+
>Firecracker Slack workspace</a
317+
>.
326318
</section>
327319
</article>
328320
</div>
@@ -378,7 +370,7 @@
378370
<div class="m-buttons">
379371
<a href="https://github.com/firecracker-microvm/firecracker" class="css-button3 sta-hoverOFF">
380372
<i class="icon-github" aria-hidden="true"></i>
381-
<span>join our github community</span>
373+
<span>Join our GitHub Community</span>
382374
</a>
383375
<a
384376
href="https://join.slack.com/t/firecracker-microvm/shared_invite/enQtNDY2NTUwMzQ3MDE1LWIwMzA0OWFkMTZhMTlmMDZiMmFkYjMyODMxMGQ1ZjliMzJjNjJiNWRhNWNkOGEyNmUxNmRkMjZhYTc3MmVjZjM"
@@ -394,7 +386,7 @@
394386
<a href="#home">
395387
<img src="img/[email protected]" alt="Firecracker logo" />
396388
</a>
397-
<div>©2018 - 2020, Amazon Web Services, Inc or its affiliates. All rights reserved.</div>
389+
<div>©2018-2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.</div>
398390
</div>
399391
</footer>
400392
</section>

0 commit comments

Comments
 (0)