Skip to content

Commit

Permalink
fix: hide promotion section, change contribute link
Browse files Browse the repository at this point in the history
Signed-off-by: Bulat Safiullin <bulat.safiullin@akvelon.com>
  • Loading branch information
bullet03 authored and poiana committed Apr 3, 2023
1 parent 973298f commit 670324e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions layouts/community/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="col-md-5 col-12">
<h2 class="my-4 pt-5">Welcome to the Falco flock!</h2>
<p>Fly with us! Get support! Help us grow!</p>
<a href="/about/faq/" class="text-center btn btn-primary btn-lg mt-4" role="button">Contribute</a>
<a href="https://github.com/falcosecurity/.github/blob/main/CONTRIBUTING.md#how-to-contribute" class="text-center btn btn-primary btn-lg mt-4" role="button">Contribute</a>
</div>
<div class="col-md-6 offset-md-1 col-12 mt-4">
<img class="img-fluid" src="/img/community/falco_flock.jpg" alt="plug" />
Expand Down Expand Up @@ -185,7 +185,8 @@ <h3 class="mb-2">Join the Community</h3>
</section>

{{/* Promotion */}}
<section class="row">
{{/* TODO: uncomment when Promotion page is ready */}}
{{/* <section class="row">
<div class="container">
<div class="row">
<div class="col">
Expand All @@ -203,6 +204,6 @@ <h4>Promotion</h4>
</div>
</div>
</div>
</section>
</section> */}}

{{ end }}

0 comments on commit 670324e

Please sign in to comment.