Skip to content

Commit

Permalink
fixes: typos, wording (#2402)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <claprun@redhat.com>
  • Loading branch information
metacosm committed May 27, 2024
1 parent 2ee1739 commit ce7c9d2
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions docsy/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title: Java Operator SDK Documentation
---

{{< blocks/cover title="Welcome to Java Operator SDK Documentation!" image_anchor="top" height="full" >}}
{{< blocks/cover title="Java Operator SDK" image_anchor="top" height="full" >}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/">
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/operator-framework/java-operator-sdk">
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/operator-framework/java-operator-sdk/releases">
Download <i class="fab fa-github ms-2 "></i>
</a>
<p class="lead mt-5">Implement Kubernetes operators in Java without hassle</p>
<p class="lead mt-5">Kubernetes operators in Java made easy!</p>
{{< blocks/link-down color="info" >}}
{{< /blocks/cover >}}

Expand All @@ -22,7 +22,7 @@ Java Operator SDK is based on the fabric8 Kubernetes client and will make it eas

{{% blocks/section color="secondary" type="row" %}}
{{% blocks/feature icon="fab fa-slack" title="Contact us on Slack" url="https://kubernetes.slack.com/archives/CAW0GV7A5" %}}
Feel free to reach out on [Kuberentes Slack](https://kubernetes.slack.com/archives/CAW0GV7A5)
Feel free to reach out on [Kubernetes Slack](https://kubernetes.slack.com/archives/CAW0GV7A5)

Ask any question, we are happy to answer!
{{% /blocks/feature %}}
Expand All @@ -46,7 +46,6 @@ For announcement of latest features etc.
Sponsored by:
{.h1 .text-center}


<br/><img src="/images/red-hat.webp" alt="Red Hat" width="200"/> &nbsp; & &nbsp; <img src="/images/cs-logo.svg" alt="Container Solutions" width="170"/>
{.h1 .text-center}

Expand All @@ -58,16 +57,13 @@ Sponsored by:
{{% blocks/feature icon="no_icon" %}}
{{% /blocks/feature %}}

{{% blocks/feature %}}
Java Operator SDK if member of CNCF as a subproject of Operator Framework
{{% blocks/feature icon="no_icon" %}}
Java Operator SDK is a [Cloud Native Computing Foundation](https://www.cncf.io) incubating project as part of [Operator Framework](https://www.cncf.io/projects/operator-framework/)
{.h3 .text-center}

<img src="/images/cncf_logo.png" image_anchor="center" alt="CNCF" width="200"/>
<img src="/images/cncf_logo.png" image_anchor="center" alt="CNCF" width="200"/>

{{% /blocks/feature %}}

{{% blocks/feature icon="no_icon" %}}
{{% /blocks/feature %}}

{{% /blocks/section %}}

0 comments on commit ce7c9d2

Please sign in to comment.