Skip to content

Commit 78dfa10

Browse files
committed
clean up and add a better image for cluster demo
1 parent fe8b39c commit 78dfa10

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

userdocs/src/img/cluster-demo.png

-919 KB
Binary file not shown.
264 KB
Loading

userdocs/theme/home.html

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
<section class="mdx-parallax__group tx-container" data-md-color-scheme="slate">
494494
<div class="mdx-hero" data-mdx-component="hero">
495495
<picture class="tx-hero__image">
496-
<!-- <img src="assets/images/illustration.png" draggable="false"> -->
496+
<!-- <img src="assets/images/illustration.png" draggable="false"> Todo: Add a nicer illustration -->
497497
</picture>
498498
<div class="md-grid">
499499
<div class="mdx-hero__inner">
@@ -524,8 +524,9 @@ <h1 id="create-cluster-in-minutes">Create a basic cluster in minutes with just o
524524
</header>
525525
<div class="mdx-spotlight">
526526
<figure class="mdx-spotlight__feature">
527-
<a href="/getting-started/" tabindex="-1" title="Getting started"> <img src="/img/cluster-demo.png" alt="Getting started" loading="lazy" width="500" height="327"> </a>
528-
<figcaption class="md-typeset"> <h2><code>eksctl create cluster</code></h2>
527+
<a href="/getting-started/" tabindex="-1" title="Getting started"><img src="assets/images/cluster-demo.png" alt="Getting started" loading="lazy"></a>
528+
<figcaption class="md-typeset">
529+
<h2><code>eksctl create cluster</code></h2>
529530
<p>A cluster will be created with default parameters:</p>
530531
<ul>
531532
<li>exciting auto-generated name, e.g., <code>fabulous-mushroom-1527688624</code></li>
@@ -542,8 +543,9 @@ <h1 id="create-cluster-in-minutes">Create a basic cluster in minutes with just o
542543
</figcaption>
543544
</figure>
544545
<figure class="mdx-spotlight__feature">
545-
<a href="/usage/outposts" tabindex="-1" title="Usage Outposts"> <img src="assets/images/outposts.png" alt="Usage Outposts" loading="lazy" width="500" height="327"> </a>
546-
<figcaption class="md-typeset"> <h2>New for {{ build_date_utc.strftime('%Y') }}</h2>
546+
<a href="/usage/outposts" tabindex="-1" title="Usage Outposts"><img src="assets/images/outposts.png" alt="Usage Outposts" loading="lazy"></a>
547+
<figcaption class="md-typeset">
548+
<h2>New for {{ build_date_utc.strftime('%Y') }}</h2>
547549
<p>Creating fully private clusters on <a href="/usage/outposts">AWS Outposts</a>.</p>
548550
<p>Supported Regions - Zurich (<code>eu-central-2</code>),
549551
Spain (<code>eu-south-2</code>),
@@ -647,22 +649,6 @@ <h3>Thank you for all your contributions.<span class="twemoji">{% include ".icon
647649
<section class="mdx-parallax__group" data-md-color-scheme="default" data-md-color-primary="indigo">
648650
<div class="md-content md-grid" data-md-component="content">
649651
<div class="md-content__inner">
650-
<!-- Todo: Show adopters when we have community contributions -->
651-
<!-- <header class="md-typeset">
652-
<h1 id="eksctl-adopters"> Trusted in the industry <a href="#eksctl-adopters" class="headerlink" title="Permanent link"></a> </h1>
653-
</header>
654-
<div class="md-typeset">
655-
<div class="glide adopters">
656-
<div class="glide__track" data-glide-el="track">
657-
<ul class="glide__slides">
658-
<li class="glide__slide"><img src="/assets/adopters/aws-logo.png" alt="AWS logo"></li>
659-
<li class="glide__slide"><img src="/assets/adopters/weave-logo.png" alt="Weaveworks logo"></li>
660-
<li class="glide__slide"><img src="/assets/adopters/gophers.png" alt="Gophers"></li>
661-
<!-- Add new logos here -->
662-
<!-- </ul>
663-
</div>
664-
</div>
665-
</div>-->
666652
<div class="md-typeset">
667653
<p>sponsored by <a href="https://www.weave.works/"><img alt="Weaveworks" src="/img/empty.svg#wwinline"></a>
668654
and built by <a href="https://github.com/eksctl-io/eksctl/graphs/contributors">contributors <img alt="Contributors" src="/img/gophers.png#inline"></a>

0 commit comments

Comments
 (0)