diff --git a/_includes/header-navigation.html b/_includes/header-navigation.html index 42fcbf5a93..9f457f03af 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 bf2b3193da..abb2563f32 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