Skip to content

Commit 9400fdc

Browse files
committed
change order of flyout and add performance icon
1 parent b86244b commit 9400fdc

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

_includes/header-navigation.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
<li><a href="{{site.baseurl}}/container-first" class="{% if page.url contains '/container-first/' %}active{% endif %}">CONTAINER FIRST</a></li>
1818
<li><a href="{{site.baseurl}}/performance" class="{% if page.url contains '/performance/' %}active{% endif %}">PERFORMANCE</a></li>
1919
<li><a href="{{site.baseurl}}/developer-joy" class="{% if page.url contains '/developer-joy/' %}active{% endif %}">DEVELOPER JOY</a></li>
20+
<li><a href="{{site.baseurl}}/continuum" class="{% if page.url contains '/continuum/' %}active{% endif %}">VERSATILITY</a></li>
2021
<li><a href="{{site.baseurl}}/kubernetes-native" class="{% if page.url contains '/kubernetes-native/' %}active{% endif %}">KUBERNETES NATIVE</a></li>
2122
<li><a href="{{site.baseurl}}/standards" class="{% if page.url contains '/standards/' %}active{% endif %}">STANDARDS</a></li>
22-
<li><a href="{{site.baseurl}}/continuum" class="{% if page.url contains '/continuum/' %}active{% endif %}">REACTIVE</a></li>
23+
2324
</ul>
2425
</li>
2526
<li class="dropdown">

_includes/homepage-features-icon-band.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="component homepage-features-band full-width-bg text-centered">
22
<div class="grid-wrapper">
33
<div class="width-12-12">
4-
<h2>Quarkus Features</h2>
4+
<h2>Quarkus Benefits</h2>
55
</div>
66
</div>
77
<div class="grid-container">
@@ -23,6 +23,12 @@ <h3><a href="/performance">Performance</a></h3>
2323
<h3><a href="/developer-joy">Developer Joy</a></h3>
2424
<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>
2525
</div>
26+
<div class="width-4-12 width-12-12-m contrib-block">
27+
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-reactive.svg">
28+
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-reactive-dark.svg">
29+
<h3><a href="/continuum">Unifies imperative and reactive</a></h3>
30+
<p>Combine both the familiar imperative code and the reactive style when developing applications.</p>
31+
</div>
2632
<div class="width-4-12 width-12-12-m contrib-block">
2733
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-kube-native.svg">
2834
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-kube-native-dark.svg">
@@ -35,11 +41,5 @@ <h3><a href="/kubernetes-native">Kube-Native</a></h3>
3541
<h3><a href="/standards">Community and Standards</a></h3>
3642
<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>
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-reactive.svg">
40-
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-reactive-dark.svg">
41-
<h3><a href="/continuum">Unifies imperative and reactive</a></h3>
42-
<p>Combine both the familiar imperative code and the reactive style when developing applications.</p>
43-
</div>
4444
</div>
4545
</div>

_includes/performance.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<div class="full-width-bg component">
22
<div class="grid-wrapper">
3-
<div class="width-12-12">
3+
<div class="width-3-12 width-12-12-m">
4+
<img class="light-only" src="{{site.baseurl}}/assets/images/performance/icon-performance.svg" alt="Container image">
5+
<img class="dark-only" src="{{site.baseurl}}/assets/images/performance/icon-performance-dark.svg" alt="Container image">
6+
</div>
7+
<div class="width-9-12 width-12-12-m">
48
<p class="intropara">Quarkus is engineered for efficiency. It leverages build-time optimizations and a reactive core to achieve high throughput, fast startup times, low response latency, and minimal resource consumption. In other words, Quarkus is fast, and here is why; <strong>Reduced Memory Footprint, Fast startup Time and Higher Throughput</strong></p>
9+
</div>
10+
<div class="width-12-12 width-12-12-m">
511
<h2>Starting fast by doing less: the build-time principle</h2>
612
</div>
713
<div class="width-6-12 width-12-12-m">

0 commit comments

Comments
 (0)