Skip to content

Commit

Permalink
update home page & logo (#105)
Browse files Browse the repository at this point in the history
* update home page & logo

Signed-off-by: Jim Bugwadia <[email protected]>

* tweaks...

Signed-off-by: Jim Bugwadia <[email protected]>

---------

Signed-off-by: Jim Bugwadia <[email protected]>
  • Loading branch information
JimBugwadia authored Oct 17, 2023
1 parent 405de0b commit d647751
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions website/docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,19 @@
<div class="md-grid md-typeset">
<div class="tx-hero">
<div class="tx-hero__image">
<img src="static/Kyverno_320x320.png" alt="" draggable="false" style="border-radius: 10%; border: 5px solid #555;">
<img src="static/kyverno-json-logo.png" alt="" draggable="false" style="border-radius: 10%; border: 5px solid #555;">
</div>
<div class="tx-hero__content">
<h1>Kyverno for JSON</h1>
<h2>This is like <a href="https://kyverno.io">Kyverno</a>, for anything JSON compatible!</h2>
<p>With kyverno-json, you can:</p>
<h2>Apply <a href="https://kyverno.io">Kyverno policies</a> anywhere!</h2>
<ul>
<li>Write truely generic policies</li>
<li>Process any JSON compatible payload</li>
<li>Instantly evaluate your documents conformance</li>
<li>Without writing a single line of code</li>
<li>Run it locally or in your CI/CD pipelines</li>
<li>Use policies from our catalog</li>
<li>Share your policies with others</li>
<li>Process JSON or YAML payloads</li>
<li>CLI, web application, and a Go library</li>
<li>No complex policy language to learn</li>
<li>... and much more!</li>
</ul>
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}" class="md-button md-button--primary">
Get started
Learn more
</a>
<a href="./playground" title="{{ lang.t('source.link.title') }}" class="md-button">
Try it out
Expand Down
Binary file added website/docs/static/kyverno-json-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/docs/static/kyverno-json-logo.pptx
Binary file not shown.

0 comments on commit d647751

Please sign in to comment.