diff --git a/assets/scss/blocks/_index_content.scss b/assets/scss/blocks/_index_content.scss index 3c9273d4..3e4573b9 100644 --- a/assets/scss/blocks/_index_content.scss +++ b/assets/scss/blocks/_index_content.scss @@ -1,3 +1,8 @@ +h2.section-label { + font-weight: 600; + margin-bottom: 1rem; +} + .features, .resources { .col-lg-4 { margin: 2rem 0rem !important; @@ -31,12 +36,30 @@ } } -.resources-label { - font-weight: 600; -} - .flux-other-projects { section { margin: 0 auto; } +} + +.section-community { + section.row.td-box { + padding-top: 1rem; + } + + .h3 { + font-weight: 600; + } + + .join-github { + margin-top: 48px; + } + + .join-slack, .join-ml { + margin-top: 72px; + } + + p > a { + font-size: 1.5rem; + } } \ No newline at end of file diff --git a/content/en/_index.md b/content/en/_index.md index 532cfe46..03819593 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -86,7 +86,7 @@ to extend Flux. {{< blocks/lead >}} -

Resources

+

Resources

If you are new to Flux, you might want to check out some of the following resources to get started. {{< /blocks/lead >}} @@ -173,33 +173,45 @@ We strongly advise everyone to familiarise themselves with Flux v2 and start the {{< blocks/lead color="dark" >}} -

Community

+

Community

The Flux project aspires to be the vendor-neutral home for GitOps in a Cloud Native world. What we achieved up until today is only possible because of our community. {{% /blocks/lead %}} -{{< blocks/section color="dark" type="features">}} -{{% blocks/feature icon="fab fa-github" title="GitHub Discussions" url="https://github.com/fluxcd/flux2/discussions" %}} +
+{{< blocks/section color="dark" type="community">}} + +{{% blocks/feature icon="fab fa-github fa-3x" title="GitHub Discussions" url="https://github.com/fluxcd/flux2/discussions" %}} Join the conversation in GitHub Discussions. Everything Flux v2 related ranging from specificiations and feature planning to Show & Tell happens here. +
Join the discussion today! +
{{% /blocks/feature %}} -{{% blocks/feature icon="fab fa-slack" title="Slack" url="https://slack.cncf.io" %}} + +{{% blocks/feature icon="fab fa-slack fa-3x" title="Slack" url="https://slack.cncf.io" %}} If you want to talk to the Flux team and community in real-time, join us on Slack. This is a great way to get to know everyone. +
Get an invite, or go to the `#flux` channel. +
+ {{% /blocks/feature %}} -{{% blocks/feature icon="fa fa-paper-plane" title="Mailing list" url="https://lists.cncf.io/g/cncf-flux-dev" %}} +{{% blocks/feature icon="fa fa-paper-plane fa-3x" title="Mailing list" url="https://lists.cncf.io/g/cncf-flux-dev" %}} Join our (low-traffic) mailing list to stay up to day on announcements and sporadic discussions. +
Join the mailing list! +
+ {{% /blocks/feature %}} {{% /blocks/section %}} +
{{< blocks/cncf >}}