Skip to content

Commit

Permalink
Merge pull request #2190 from insectengine/versatility-page-rename
Browse files Browse the repository at this point in the history
Rename Continuum page
  • Loading branch information
cescoffier authored Dec 18, 2024
2 parents 80316ac + 8618141 commit 53c5b6e
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _includes/header-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<li><a href="{{site.baseurl}}/performance" class="{% if page.url contains '/performance/' %}active{% endif %}">PERFORMANCE</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>
<li><a href="{{site.baseurl}}/continuum" class="{% if page.url contains '/continuum/' %}active{% endif %}">VERSATILITY</a></li>
<li><a href="{{site.baseurl}}/versatility" class="{% if page.url contains '/versatility/' %}active{% endif %}">VERSATILITY</a></li>
<li><a href="{{site.baseurl}}/container-first" class="{% if page.url contains '/container-first/' %}active{% endif %}">CONTAINER FIRST</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 @@ -30,8 +30,8 @@ <h3><a href="/standards">Community and Standards</a></h3>
<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>
</div>
<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">
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-versatility.svg">
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-versatility-dark.svg">
<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>
Expand Down
5 changes: 5 additions & 0 deletions _redirects/continuum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
permalink: /continuum/
newUrl: /versatility/
external: true
---
19 changes: 19 additions & 0 deletions assets/images/about/icon-versatility-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/images/about/icon-versatility.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions continuum.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: feature
title: Continuum
title: Versatility
subtitle:
permalink: /continuum/
permalink: /versatility/
intro: The client-server architecture has been the de-facto standard for building applications for years. But a significant shift happened. The <em>one model rules them all</em> age is over. A new range of applications and architectural styles have emerged and transformed how code is written and how applications are deployed and executed. HTTP microservices, reactive applications, event-driven architecture, function as a service, and AI-infused applications are now central players in modern systems.
icon-light: assets/images/about/icon-reactive.svg
icon-dark: assets/images/about/icon-reactive-dark.svg
icon-light: assets/images/about/icon-versatility.svg
icon-dark: assets/images/about/icon-versatility-dark.svg
---

Quarkus has been designed with this new world in mind and provides first-class support for these paradigms.
Expand Down

0 comments on commit 53c5b6e

Please sign in to comment.