Skip to content

Commit

Permalink
Fix homepage
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Chalin <pchalin@gmail.com>
  • Loading branch information
chalin committed Sep 6, 2024
1 parent 49081c4 commit 9865ae9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
}

.td-home {

.in-toto-logo {
margin-top: 2rem;
margin-bottom: 3rem;
max-height: 12rem;
}

.cncf {
text-align: center;

Expand Down
10 changes: 5 additions & 5 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ description: A framework to secure the integrity of software supply chains

{{% blocks/cover image_anchor="top" height="max" %}}

<img src="/img/in-toto-horizontal-white.svg" alt="in-toto" class="in-toto-logo" style="max-width: 40rem; height: auto;">
<img src="/img/in-toto-horizontal-white.svg" alt="in-toto" class="in-toto-logo">

<div class="display-6">
<!-- prettier-ignore -->
{{% param description %}}
</div>
{.display-6}

<div class="p-initial my-5">
<div class="p-initial mt-5">
<a class="btn btn-lg btn-primary me-3" href="docs/what-is-in-toto/">Learn
More</a>
<a class="btn btn-lg btn-primary me-3" href="https://github.com/in-toto/demo">Try
Expand All @@ -23,7 +23,7 @@ integrations</a>
<div class="h3 mt-4">
<a class="btn btn-lg btn-secondary" href="docs/getting-started/">Get started <i class="fas fa-arrow-right"></i></a>
</div>
{{% blocks/link-down color="info" %}}

{{% /blocks/cover %}}

{{% blocks/lead color="primary" %}} **in-toto is designed to ensure the
Expand Down

0 comments on commit 9865ae9

Please sign in to comment.