Skip to content

Commit 908eb18

Browse files
committed
Update to add 'supports' semantics in all of the vertical columns, not just the first one
1 parent 9b7f552 commit 908eb18

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

_includes/header-navigation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<li><a href="{{site.baseurl}}/about" class="{% if page.url contains '/about/' %}active{% endif %}">WHAT IS QUARKUS?</a></li>
1717
<li><a href="{{site.baseurl}}/performance" class="{% if page.url contains '/performance/' %}active{% endif %}">PERFORMANCE</a></li>
1818
<li><a href="{{site.baseurl}}/developer-joy" class="{% if page.url contains '/developer-joy/' %}active{% endif %}">DEVELOPER JOY</a></li>
19-
<li><a href="{{site.baseurl}}/standards" class="{% if page.url contains '/standards/' %}active{% endif %}">STANDARDS</a></li>
19+
<li><a href="{{site.baseurl}}/kubernetes-native" class="{% if page.url contains '/kubernetes-native/' %}active{% endif %}">KUBERNETES NATIVE</a></li>
2020
<li><a href="{{site.baseurl}}/continuum" class="{% if page.url contains '/continuum/' %}active{% endif %}">VERSATILITY</a></li>
21+
<li><a href="{{site.baseurl}}/standards" class="{% if page.url contains '/standards/' %}active{% endif %}">STANDARDS</a></li>
2122
<li><a href="{{site.baseurl}}/container-first" class="{% if page.url contains '/container-first/' %}active{% endif %}">CONTAINER FIRST</a></li>
22-
<li><a href="{{site.baseurl}}/kubernetes-native" class="{% if page.url contains '/kubernetes-native/' %}active{% endif %}">KUBERNETES NATIVE</a></li>
2323

2424

2525
</ul>

_includes/homepage-features-icon-band.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,29 @@ <h3><a href="/developer-joy">Developer Joy</a></h3>
1818
<p>A cohesive platform for optimized developer joy with unified configuration and no hassle native executable generation. Zero config, live reload in the blink of an eye and streamlined code for the 80% common usages, flexible for the remainder 20%.</p>
1919
</div>
2020
<div class="width-4-12 width-12-12-m contrib-block">
21-
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-standards.svg">
22-
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-standards-dark.svg">
23-
<h3><a href="/standards">Community and Standards</a></h3>
24-
<p>Quarkus provides a cohesive, fun to use, full-stack framework by leveraging a growing list of over fifty best-of-breed libraries that you love and use. All wired on a standard backbone.</p>
21+
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-kube-native.svg">
22+
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-kube-native-dark.svg">
23+
<h3><a href="/kubernetes-native">Kube-Native</a></h3>
24+
<p>The combination of Quarkus and Kubernetes provides an ideal environment for creating scalable, fast, and lightweight applications. Quarkus significantly increases developer productivity with tooling, pre-built integrations, application services, and more.</p>
2525
</div>
2626
<div class="width-4-12 width-12-12-m contrib-block">
2727
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-reactive.svg">
2828
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-reactive-dark.svg">
2929
<h3><a href="/continuum">Reactive Core</a></h3>
3030
<p>Built on a robust reactive core, Quarkus ensures fast and efficient performance, supporting the development of a wide variety of modern applications.</p>
3131
</div>
32+
<div class="width-4-12 width-12-12-m contrib-block">
33+
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-standards.svg">
34+
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-standards-dark.svg">
35+
<h3><a href="/standards">Community and Standards</a></h3>
36+
<p>Quarkus provides a cohesive, fun to use, full-stack framework by leveraging a growing list of over fifty best-of-breed libraries that you love and use. All wired on a standard backbone.</p>
37+
</div>
3238
<div class="width-4-12 width-12-12-m contrib-block">
3339
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-containerfirst.svg">
3440
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-containerfirst-dark.svg">
3541
<h3><a href="/container-first">Container First</a></h3>
3642
<p>Quarkus tailors your application for GraalVM and HotSpot. Amazingly fast boot time, incredibly low RSS memory (not just heap size!) offering near instant scale up and high density memory utilization in container orchestration platforms like Kubernetes. We use a technique we call compile time boot.</p>
3743
</div>
38-
<div class="width-4-12 width-12-12-m contrib-block">
39-
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-kube-native.svg">
40-
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-kube-native-dark.svg">
41-
<h3><a href="/kubernetes-native">Kube-Native</a></h3>
42-
<p>The combination of Quarkus and Kubernetes provides an ideal environment for creating scalable, fast, and lightweight applications. Quarkus significantly increases developer productivity with tooling, pre-built integrations, application services, and more.</p>
43-
</div>
44-
4544

4645
</div>
4746
</div>

0 commit comments

Comments
 (0)