Skip to content

Commit

Permalink
fix: header on main page (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Aug 27, 2024
1 parent 7af3bf2 commit 622fc4f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ By running our installer in your cloud, you'll get a GitOps cloud management and

---

# Choose your environment
## Choose your environment

<div className="row">
<div className="col col--4 margin-bottom--lg">
Expand Down
23 changes: 20 additions & 3 deletions versioned_docs/version-2.4/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import CivoHeader from './img/civo/header.svg';
import DOHeader from './img/do/header.svg';
import GCPHeader from './img/gcp/header.svg';
import K3dHeader from './img/k3d/header.svg';
import K3sHeader from './img/k3s/header.svg';
import VultrHeader from './img/vultr/header.svg';

# kubefirst Platforms
Expand All @@ -22,7 +23,7 @@ By running our installer in your cloud, you'll get a GitOps cloud management and

---

# Choose your environment
## Choose your environment

<div className="row">
<div className="col col--4 margin-bottom--lg">
Expand All @@ -49,7 +50,7 @@ By running our installer in your cloud, you'll get a GitOps cloud management and
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
<AkamaiHeader />
<AkamaiHeader />
</div>
<div className="card__body">
<h3>Akamai</h3>
Expand Down Expand Up @@ -83,7 +84,7 @@ By running our installer in your cloud, you'll get a GitOps cloud management and
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
<CivoHeader />
<CivoHeader />
</div>
<div className="card__body">
<h3>Civo</h3>
Expand Down Expand Up @@ -131,6 +132,22 @@ By running our installer in your cloud, you'll get a GitOps cloud management and
</div>
</div>
</div>
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
<K3sHeader />
</div>
<div className="card__body">
<h3>K3s</h3>
<p>The certified Kubernetes distribution built for IoT & Edge computing</p>
</div>
<div className="card__footer">
<form>
<button className="button button--secondary button--block" formAction="k3s/overview/">View install instructions</button>
</form>
</div>
</div>
</div>
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
Expand Down

0 comments on commit 622fc4f

Please sign in to comment.