|
161 | 161 | background-color: var(--md-default-bg-color)
|
162 | 162 | }
|
163 | 163 |
|
164 |
| - /* .mdx-parallax__layer { |
165 |
| - height: max(120vh,100vw); |
166 |
| - pointer-events: none; |
167 |
| - position: absolute; |
168 |
| - top: 0; |
169 |
| - transform: translateZ(calc(var(--md-parallax-perspective)*var(--md-parallax-depth)*-1)) scale(calc(var(--md-parallax-depth) + 1)); |
170 |
| - transform-origin: 50vw 50vh; |
171 |
| - width: 100vw; |
172 |
| - z-index: calc(10 - var(--md-parallax-depth, 0)) |
173 |
| - } |
174 |
| -
|
175 |
| - .mdx-parallax__image { |
176 |
| - display: block; |
177 |
| - height: 100%; |
178 |
| - object-fit: cover; |
179 |
| - object-position: var(--md-image-position,50%); |
180 |
| - position: absolute; |
181 |
| - width: 100%; |
182 |
| - z-index: -1 |
183 |
| - } |
184 |
| -
|
185 |
| - .mdx-parallax__blend { |
186 |
| - background-image: linear-gradient(to bottom,#0000,var(--md-default-bg-color)); |
187 |
| - bottom: 0; |
188 |
| - height: min(100vh,100vw); |
189 |
| - top: auto |
190 |
| - } */ |
191 |
| - |
192 | 164 | .mdx-content__column:last-child {
|
193 | 165 | margin-top: 2.4rem
|
194 | 166 | }
|
|
509 | 481 | .md-banner {
|
510 | 482 | display: none;
|
511 | 483 | }
|
| 484 | + |
| 485 | + .contributors img { |
| 486 | + width: 3rem; |
| 487 | + padding: .2rem; |
| 488 | + } |
512 | 489 | </style>
|
513 | 490 |
|
514 | 491 | <div class="mdx-parallax" data-mdx-component="parallax">
|
@@ -575,7 +552,7 @@ <h1 id="create-cluster-in-minutes">Create a basic cluster in minutes with just o
|
575 | 552 | Tel Aviv (<code>il-central-1</code>),
|
576 | 553 | US ISO - (<code>us-iso-east-1</code> and <code>us-isob-east-1</code>)
|
577 | 554 | </p>
|
578 |
| - <p>EKS supported versions <code>1.25</code> (default), <code>1.26</code> and </code>1.27</code>.</p> |
| 555 | + <p>EKS supported versions <code>1.25</code> (default), <code>1.26</code>, <code>1.27</code> and <code>1.28</code>.</p> |
579 | 556 | <p><a href="/usage/creating-and-managing-clusters/" aria-label="Usage">
|
580 | 557 | <span class="twemoji">
|
581 | 558 | {% include ".icons/octicons/arrow-right-16.svg" %}
|
@@ -658,6 +635,10 @@ <h2>Eksctl Maintainers</h2>
|
658 | 635 | <figure class="mdx-users__testimonial"><a href="https://github.com/yuxiang-zhang"><img src="https://avatars.githubusercontent.com/u/23327251?v=4" title="yuxiang-zhang" alt="yuxiang-zhang" loading="lazy"></a></figure>
|
659 | 636 | <figure class="mdx-users__testimonial"><a href="https://github.com/a-hilaly"><img src="https://avatars.githubusercontent.com/u/10897901?v=4" title="a-hilaly" alt="a-hilaly" loading="lazy"></a></figure>
|
660 | 637 | </div>
|
| 638 | + <header class="md-typeset"> |
| 639 | + <h3>Thank you for all your contributions.<span class="twemoji">{% include ".icons/octicons/star-16.svg" %}</span></h3> |
| 640 | + </header> |
| 641 | + <div class="contributors" id="contributors"></div> |
661 | 642 | </div>
|
662 | 643 | </div>
|
663 | 644 | </section>
|
|
0 commit comments