Skip to content

Commit

Permalink
Merge pull request #2114 from cescoffier/reactive-to-continuum
Browse files Browse the repository at this point in the history
Change reactive feature on the landing page
  • Loading branch information
cescoffier authored Sep 16, 2024
2 parents 31306ec + 216ab54 commit 958cd5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/header-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ul class="submenu">
<li><a href="{{site.baseurl}}/about" class="{% if page.url contains '/about/' %}active{% endif %}">WHAT IS QUARKUS?</a></li>
<li><a href="{{site.baseurl}}/container-first" class="{% if page.url contains '/container-first/' %}active{% endif %}">CONTAINER FIRST</a></li>
<li><a href="{{site.baseurl}}/continuum" class="{% if page.url contains '/continuum/' %}active{% endif %}">REACTIVE</a></li>
<li><a href="{{site.baseurl}}/continuum" class="{% if page.url contains '/continuum/' %}active{% endif %}">VERSATILITY</a></li>
<li><a href="{{site.baseurl}}/developer-joy" class="{% if page.url contains '/developer-joy/' %}active{% endif %}">DEVELOPER JOY</a></li>
<li><a href="{{site.baseurl}}/kubernetes-native" class="{% if page.url contains '/kubernetes-native/' %}active{% endif %}">KUBERNETES NATIVE</a></li>
<li><a href="{{site.baseurl}}/standards" class="{% if page.url contains '/standards/' %}active{% endif %}">STANDARDS</a></li>
Expand Down
4 changes: 2 additions & 2 deletions _includes/homepage-features-icon-band.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ <h3><a href="/container-first">Container First</a></h3>
<div class="width-4-12 width-12-12-m contrib-block">
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-reactive.svg">
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-reactive-dark.svg">
<h3><a href="/continuum">Unifies imperative and reactive</a></h3>
<p>Combine both the familiar imperative code and the reactive style when developing applications.</p>
<h3><a href="/continuum">Reactive Core</a></h3>
<p>Built on a robust reactive core, Quarkus ensures fast and efficient performance, supporting the development of a wide variety of modern applications.</p>
</div>
<div class="width-4-12 width-12-12-m contrib-block">
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-standards.svg">
Expand Down

0 comments on commit 958cd5b

Please sign in to comment.