From 9b7f55218e192253a2a43aace5f75cdbc7ae8bf3 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Thu, 28 Nov 2024 11:42:27 +0000 Subject: [PATCH] Re-order icons on front page to emphasise performance and update navbar menus to match order --- _includes/header-navigation.html | 9 ++--- _includes/homepage-features-icon-band.html | 42 +++++++++++----------- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/_includes/header-navigation.html b/_includes/header-navigation.html index 42fcbf5a934..9f457f03afd 100644 --- a/_includes/header-navigation.html +++ b/_includes/header-navigation.html @@ -14,12 +14,13 @@ Why diff --git a/_includes/homepage-features-icon-band.html b/_includes/homepage-features-icon-band.html index bf2b3193da3..abb2563f329 100644 --- a/_includes/homepage-features-icon-band.html +++ b/_includes/homepage-features-icon-band.html @@ -6,16 +6,16 @@

Quarkus Benefits

- - -

Container First

-

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.

+ + +

Performance

+

Quarkus streamlines framework optimizations in the build phase to reduce runtime dependencies and improve efficiency. By precomputing metadata and optimizing class loading, it ensures fast startup times for JVM and native binary deployments, cutting down on memory usage.

- - -

Reactive Core

-

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

+ + +

Developer Joy

+

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%.

@@ -24,22 +24,24 @@

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.

- - -

Kube-Native

-

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.

+ + +

Reactive Core

+

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

- - -

Performance

-

Quarkus streamlines framework optimizations in the build phase to reduce runtime dependencies and improve efficiency. By precomputing metadata and optimizing class loading, it ensures fast startup times for JVM and native binary deployments, cutting down on memory usage.

+ + +

Container First

+

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.

- - -

Developer Joy

-

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%.

+ + +

Kube-Native

+

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.

+ +
\ No newline at end of file