From 861814126cf65a05361620ed54fc4cfee378f4c6 Mon Sep 17 00:00:00 2001 From: James Cobb Date: Tue, 10 Dec 2024 09:39:26 -0600 Subject: [PATCH] Rename Continuum page Rename Continuum page, add new icon and redirect. --- _includes/header-navigation.html | 2 +- _includes/homepage-features-icon-band.html | 4 ++-- _redirects/continuum.md | 5 +++++ assets/images/about/icon-versatility-dark.svg | 19 +++++++++++++++++++ assets/images/about/icon-versatility.svg | 17 +++++++++++++++++ continuum.adoc | 8 ++++---- 6 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 _redirects/continuum.md create mode 100644 assets/images/about/icon-versatility-dark.svg create mode 100644 assets/images/about/icon-versatility.svg diff --git a/_includes/header-navigation.html b/_includes/header-navigation.html index 2847340b5f8..486a087d1c2 100644 --- a/_includes/header-navigation.html +++ b/_includes/header-navigation.html @@ -18,7 +18,7 @@
  • PERFORMANCE
  • KUBERNETES NATIVE
  • STANDARDS
  • -
  • VERSATILITY
  • +
  • VERSATILITY
  • CONTAINER FIRST
  • diff --git a/_includes/homepage-features-icon-band.html b/_includes/homepage-features-icon-band.html index 7a3897a0477..9234366f1cf 100644 --- a/_includes/homepage-features-icon-band.html +++ b/_includes/homepage-features-icon-band.html @@ -30,8 +30,8 @@

    Community and Standards

    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.

    - - + +

    Reactive Core

    Built on a robust reactive core, Quarkus ensures fast and efficient performance, supporting the development of a wide variety of modern applications.

    diff --git a/_redirects/continuum.md b/_redirects/continuum.md new file mode 100644 index 00000000000..c2a6c7364d5 --- /dev/null +++ b/_redirects/continuum.md @@ -0,0 +1,5 @@ +--- +permalink: /continuum/ +newUrl: /versatility/ +external: true +--- diff --git a/assets/images/about/icon-versatility-dark.svg b/assets/images/about/icon-versatility-dark.svg new file mode 100644 index 00000000000..97d2b0d13d8 --- /dev/null +++ b/assets/images/about/icon-versatility-dark.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/images/about/icon-versatility.svg b/assets/images/about/icon-versatility.svg new file mode 100644 index 00000000000..300e998f676 --- /dev/null +++ b/assets/images/about/icon-versatility.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/continuum.adoc b/continuum.adoc index 19338135010..1e713e02161 100644 --- a/continuum.adoc +++ b/continuum.adoc @@ -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 one model rules them all 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.