diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss
index b31a9a2..80996e7 100644
--- a/assets/scss/_styles_project.scss
+++ b/assets/scss/_styles_project.scss
@@ -14,6 +14,16 @@
max-height: 12rem;
}
+ .cta {
+ a {
+ @extend .btn-lg;
+ @extend .mt-2; // For when btns stack on mobile
+ }
+ a:not(:last-child) {
+ @extend .me-3;
+ }
+ }
+
.cncf {
text-align: center;
diff --git a/content/en/_index.md b/content/en/_index.md
index b3748eb..9e2b937 100644
--- a/content/en/_index.md
+++ b/content/en/_index.md
@@ -7,22 +7,16 @@ description: A framework to secure the integrity of software supply chains
-
+
{{% param description %}}
-{.display-6}
+{.display-6 .mb-5}
-
+Learn More
+Get started
+Try the demo
+{.p-initial .cta}
-
+
{{% /blocks/cover %}}
@@ -34,21 +28,28 @@ integrations
{{% blocks/section color="dark" type="row" %}}
-{{% blocks/feature icon="fa-solid fa-lock" title="Software supply chain protection" url="/docs/" %}}
-
-Supply chain compromises are becoming a frequent occurrence. in-toto can help
-you protect your software supply chain.
-
-{{% /blocks/feature %}}
-
-{{% blocks/feature icon="fa-solid fa-book" title="Open, extensible standard" url="/docs/specs/" %}}
+{{% blocks/feature
+ title="Open, extensible standard"
+ url="/docs/specs/"
+ icon="fa-solid fa-book"
+%}}
in-toto is an open metadata standard that you can implement in your software's
supply chain toolchain.
-{{% /blocks/feature %}}
+{{% /blocks/feature %}} {{% blocks/feature
+ title="Adoptions and Integrations"
+ url="https://github.com/in-toto/friends"
+ icon="fa-solid fa-handshake-simple"
+%}}
+
+Explore integrations and adopters of in-toto.
-{{% blocks/feature icon="fa-solid fa-gear" title="Extensive tooling" url="https://github.com/in-toto" %}}
+{{% /blocks/feature %}} {{% blocks/feature
+ title="Extensive tooling"
+ url="https://github.com/in-toto"
+ icon="fa-solid fa-gear"
+%}}
You can use in-toto today by using our Apache-licensed libraries and tools.