Skip to content

Commit

Permalink
update: homepage alert diagram
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <lo@linux.com>
  • Loading branch information
fntlnz committed Jan 18, 2021
1 parent d86fcaa commit 874ce98
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 11 deletions.
10 changes: 0 additions & 10 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
title: Falco
---

{{% blocks/cover title="The Falco Project" height="auto" %}}
Cloud-Native runtime security
{{% /blocks/cover %}}


{{% blocks/lead color="primary" %}}
Falco, the open-source cloud-native runtime security project, is the de facto Kubernetes threat detection engine. Falco was created by Sysdig in 2016 and is the first runtime security project to join CNCF as an incubation-level project. Falco detects unexpected application behavior and alerts on threats at runtime.
{{% /blocks/lead %}}


{{< blocks/section >}}
<div class="col">
<h1 class="text-center">Why Falco?</h1>
Expand Down
1 change: 1 addition & 0 deletions drawings/falco-diagram-homepage.drawio

Large diffs are not rendered by default.

40 changes: 39 additions & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,45 @@
{{ define "main" }}
{{ with .Content }}
{{ . }}


<section id="td-cover-block-0"
class="row td-cover-block td-cover-block--height-auto js-td-cover td-overlay td-overlay--primary -bg-primary">
<div class="container td-overlay__inner">
<div class="row">
<div class="col-12">
<div class="text-center">
<h1 class="display-1 mt-0 mt-md-5 pb-4">The Falco Project</h1>

<div class="pt-3 lead">
Cloud-Native runtime security
</div>
</div>
</div>
</div>
</div>
</section>

<section class="row relative td-box--gradient td-box--height-auto">
<div class="container td-arrow-down">
<div class="row">
<div class="h4 mb-0 col-md-6">

<b>Falco</b>, the cloud-native runtime security project, is the de facto <b>Kubernetes threat
detection
engine</b><br /><br />
<small>Falco was created by Sysdig in 2016 and is the first runtime security project to join CNCF as an
incubation-level project. Falco detects unexpected application behavior and alerts on threats at
runtime.</small>

</div>
<div class="col-md-6">
<img width="100%" src="/img/diagram-home.png" />
</div>
</div>
</div>
</section>

{{ . }}
<section id="cncf">
<p>{{ T "cncf_status_statement" | markdownify }}</p>
</section>
Expand Down
Binary file added static/img/diagram-home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 874ce98

Please sign in to comment.