Skip to content

Commit

Permalink
new(layout/enterprise): add block for enterprise support
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Nov 5, 2024
1 parent c0ee37e commit ce83001
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 11 deletions.
40 changes: 29 additions & 11 deletions layouts/enterprise/enterprise.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,35 @@
<div class="row">
<div class="col-lg-12">
<h2>Enterprise support</h2>
<p> Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type
and
scrambled it to make a type specimen book. It has survived not only five centuries, but also the
leap
into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with
the
release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop
publishing
software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<p>Explore enterprise-level commercial offerings for Falco from the partners listed. For training
resources, simply scroll down the page.</p>
</div>
</div>
<div class="row mb-5">
<div class="col-12 mt-4">
<a class="text-decoration-none" href="https://sysdig.com/opensource/sysdig-feeds-for-falco/"
target="_blank" title="Sysdig Feeds for Falco">
<div class="card btn btn-light p-0 shadow">
<div class="card-body d-flex">
<img class="mr-5" src="/images/training/providers/sysdig.svg" style="width: 97px;">
<div class="card-text w-100 text-left">
<h5>Rule Feeds for Falco</h5>
<p>Enterprise detection rules maintained by the Sysdig's Threat Research Team</p>

<div class="d-flex"><img src="/icons/clock2.svg" alt="clock">
<span class="pl-2">Reduced time spent maintaining detection rules</span>
</div>
<div class="d-flex"><img src="/icons/shield.svg" alt="shield">
<span class="pl-2">Improved detection precision with minimized false
positives</span>
</div>
<div class="d-flex"><img src="/icons/clipboard.svg" alt="clipboard">
<span class="pl-2">Rules are labeled to address diverse compliance frameworks</span>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
Expand Down
42 changes: 42 additions & 0 deletions static/icons/clipboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions static/icons/clock2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions static/icons/shield.svg
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 ce83001

Please sign in to comment.