From cf08e6301e44f85c60e35e7ecef02476f58fae7a 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 Also updated to add 'supports' semantics in all of the vertical columns, not just the first one, and make developer joy most prominent. --- _includes/header-navigation.html | 11 +++--- _includes/homepage-features-icon-band.html | 45 +++++++++++----------- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/_includes/header-navigation.html b/_includes/header-navigation.html index 42fcbf5a934..2847340b5f8 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..7a3897a0477 100644 --- a/_includes/homepage-features-icon-band.html +++ b/_includes/homepage-features-icon-band.html @@ -6,22 +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.

-
-
- - -

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

- - -

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.

+ + +

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.

@@ -30,16 +24,23 @@

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.

- - -

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.

+ + +

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.

- - -

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

+ + +

Reactive Core

+

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

+
+
+ + +

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.

+
\ No newline at end of file