diff --git a/_includes/homepage-features-icon-band.html b/_includes/homepage-features-icon-band.html index aa2d8d3ad3..c49c3a5fe0 100644 --- a/_includes/homepage-features-icon-band.html +++ b/_includes/homepage-features-icon-band.html @@ -6,27 +6,32 @@

Quarkus Features

- + +

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.

- + +

Unifies imperative and reactive

Combine both the familiar imperative code and the reactive style when developing applications.

- + +

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.

- + +

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

diff --git a/_includes/homepage-performance-band.html b/_includes/homepage-performance-band.html index 359bbc30bd..d7cbacafb3 100644 --- a/_includes/homepage-performance-band.html +++ b/_includes/homepage-performance-band.html @@ -4,7 +4,8 @@

Quarkus offers unequaled performance

- + +
diff --git a/_includes/homepage-userstory-callout.html b/_includes/homepage-userstory-callout.html index 289b013620..c6a4388e25 100644 --- a/_includes/homepage-userstory-callout.html +++ b/_includes/homepage-userstory-callout.html @@ -2,16 +2,16 @@
- +
- +
- +
- +
@@ -24,4 +24,4 @@
- + \ No newline at end of file diff --git a/_includes/recent-posts-band.html b/_includes/recent-posts-band.html index b52e5ef054..468282d755 100644 --- a/_includes/recent-posts-band.html +++ b/_includes/recent-posts-band.html @@ -1,4 +1,4 @@ -
+

Recent Blog Posts

diff --git a/_sass/colormode.scss b/_sass/colormode.scss index c62f96d6df..ae6f600573 100644 --- a/_sass/colormode.scss +++ b/_sass/colormode.scss @@ -8,6 +8,7 @@ html { --main-code-color: #943000; --sec-border-color: #aaa; --sec-background-color: #EFEFEF; + --blue-background-color: #e4edf7; --title-background-color: #0d1c2c; --breadcrumb-background-color: #4695EB; @@ -25,6 +26,10 @@ html { // image change // .dark-only {display: none;} .light-only {display: inline-block;} + + // blue tile with text // + --tile-text-color: #121212; + --tile-background-color: #ffffff; } html.dark { @@ -35,6 +40,7 @@ html.dark { --main-text-color: #B5B5B5; --main-code-color: #F59B00; --sec-background-color: #333333; + --blue-background-color: #0D1C2C; --title-background-color: #0e0e0e; --breadcrumb-background-color: #0d1c2c; @@ -47,6 +53,11 @@ html.dark { --img-background-color: #c8c8c8; + // blue tile with text // + --tile-text-color: #ffffff; + --tile-background-color: #205894; + + // search.quarkus.io colors: // no search results background --empty-background-color: #333333; diff --git a/_sass/includes/homepage-features-band.scss b/_sass/includes/homepage-features-band.scss index e136b2cfb4..2822d29050 100644 --- a/_sass/includes/homepage-features-band.scss +++ b/_sass/includes/homepage-features-band.scss @@ -1,5 +1,5 @@ .homepage-features-band { - background-color: $black !important; + background: var(--main-background-color); .contrib-block img { max-width: 14rem; diff --git a/_sass/includes/homepage-hero-band.scss b/_sass/includes/homepage-hero-band.scss index 09eb27e0c8..8d68ab69a1 100644 --- a/_sass/includes/homepage-hero-band.scss +++ b/_sass/includes/homepage-hero-band.scss @@ -30,10 +30,12 @@ font-weight: 600; line-height: 3rem; margin-top: 1rem; + color: $white; } p { font-size: 1.5rem; margin-bottom: .5rem; + color: $white; } } @@ -44,6 +46,7 @@ font-weight: 400; line-height: 6.5rem; margin: 0; + color: $white; } .light-blue { color:$quarkus-blue; } @@ -104,12 +107,14 @@ font-weight: 600; line-height: 2.5rem; margin: .5rem 0; + color: $white; } p { font-size: 1.5rem; line-height: 1.5rem; margin: 0; + color: $white; } .nowavailable { diff --git a/_sass/includes/homepage-userstory-callout.scss b/_sass/includes/homepage-userstory-callout.scss index 4d639d8197..744a4c0e56 100644 --- a/_sass/includes/homepage-userstory-callout.scss +++ b/_sass/includes/homepage-userstory-callout.scss @@ -1,6 +1,7 @@ .homepage-callout { - background-color: $dark-blue-alt !important; - + background-color: var(--blue-background-color); + color: var(--main-text-color); + .quote-image { display: flex; justify-content: center; @@ -26,7 +27,6 @@ } .callout-quote { - color: $light-blue; font-size: 2rem; line-height: 2.5rem; margin-top: 0 !important; diff --git a/_sass/includes/recent-posts-band.scss b/_sass/includes/recent-posts-band.scss index 7f4bc9191a..4015396e3a 100644 --- a/_sass/includes/recent-posts-band.scss +++ b/_sass/includes/recent-posts-band.scss @@ -1,12 +1,16 @@ .recent-posts-band { .block-item { - background-color: $dark-blue-1; + background: var(--tile-background-color); padding: 2rem; margin: .5rem 0; + p { + color: var(--tile-text-color); + } + h6 > a { - color: $white !important; + color: var(--tile-text-color); font-family: inherit; font-weight: 600; font-size: 1.5rem; @@ -14,14 +18,16 @@ } .datetag { - color: $white !important; - font-size: .75rem; - margin: 0; - padding: 0; + color: var(--tile-text-color); + font-size: .75rem; + margin: 0; + padding: 0; + + a { color: var(--tile-text-color); } } .byline { - color: $white !important; + color: var(--tile-text-color); font-size: 1rem; margin: 0; padding: 0; diff --git a/_sass/quarkus.scss b/_sass/quarkus.scss index 72f4f9d21d..dbe916debd 100644 --- a/_sass/quarkus.scss +++ b/_sass/quarkus.scss @@ -6,17 +6,7 @@ html, body { font-family: 'Open Sans', Arial, sans-serif; - background-color: $black; -} - -body:not(.homepage):not(.error-page) { background: var(--main-background-color); - -} - -.homepage { - * { color: $white; - } } * { @@ -719,7 +709,7 @@ ol.bibliography li { } .alt-background { - background-color: var(--title-background-color) !important; + background-color: var(--blue-background-color) !important; } .admonitionblock td.icon .icon-tip::before { diff --git a/assets/images/home/icon-rev-containerfirst.svg b/assets/images/home/icon-rev-containerfirst.svg deleted file mode 100644 index 84bd524d7f..0000000000 --- a/assets/images/home/icon-rev-containerfirst.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/home/icon-rev-developerjoy.svg b/assets/images/home/icon-rev-developerjoy.svg deleted file mode 100644 index 15e72f3f5f..0000000000 --- a/assets/images/home/icon-rev-developerjoy.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/home/icon-rev-kube-native.svg b/assets/images/home/icon-rev-kube-native.svg deleted file mode 100644 index f8a6a497e3..0000000000 --- a/assets/images/home/icon-rev-kube-native.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/home/icon-rev-reactive.svg b/assets/images/home/icon-rev-reactive.svg deleted file mode 100644 index 3891a04bec..0000000000 --- a/assets/images/home/icon-rev-reactive.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/home/icon-rev-standards.svg b/assets/images/home/icon-rev-standards.svg deleted file mode 100644 index 353a2d91da..0000000000 --- a/assets/images/home/icon-rev-standards.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/images/home/quarkus_metrics_graphic_bootmem_wide-dark.png b/assets/images/home/quarkus_metrics_graphic_bootmem_wide-dark.png new file mode 100644 index 0000000000..897263adac Binary files /dev/null and b/assets/images/home/quarkus_metrics_graphic_bootmem_wide-dark.png differ diff --git a/assets/images/home/quarkus_metrics_graphic_bootmem_wide.png b/assets/images/home/quarkus_metrics_graphic_bootmem_wide.png new file mode 100644 index 0000000000..30488f549c Binary files /dev/null and b/assets/images/home/quarkus_metrics_graphic_bootmem_wide.png differ diff --git a/assets/images/home/userstories_adoptium-dark.png b/assets/images/home/userstories_adoptium-dark.png new file mode 100644 index 0000000000..d98915e87c Binary files /dev/null and b/assets/images/home/userstories_adoptium-dark.png differ diff --git a/assets/images/home/userstories_adoptium.png b/assets/images/home/userstories_adoptium.png index d98915e87c..788e1885ee 100644 Binary files a/assets/images/home/userstories_adoptium.png and b/assets/images/home/userstories_adoptium.png differ diff --git a/assets/images/home/userstories_bancodobrasil-dark.png b/assets/images/home/userstories_bancodobrasil-dark.png new file mode 100644 index 0000000000..df066bc25a Binary files /dev/null and b/assets/images/home/userstories_bancodobrasil-dark.png differ diff --git a/assets/images/home/userstories_bancodobrasil.png b/assets/images/home/userstories_bancodobrasil.png index df066bc25a..9fa2f6fff9 100644 Binary files a/assets/images/home/userstories_bancodobrasil.png and b/assets/images/home/userstories_bancodobrasil.png differ diff --git a/assets/images/home/userstories_logicdrop-dark.png b/assets/images/home/userstories_logicdrop-dark.png new file mode 100644 index 0000000000..29d315a2d8 Binary files /dev/null and b/assets/images/home/userstories_logicdrop-dark.png differ diff --git a/assets/images/home/userstories_logicdrop.png b/assets/images/home/userstories_logicdrop.png index 29d315a2d8..9b6169043a 100644 Binary files a/assets/images/home/userstories_logicdrop.png and b/assets/images/home/userstories_logicdrop.png differ diff --git a/assets/images/home/userstories_lufthuansa-dark.png b/assets/images/home/userstories_lufthuansa-dark.png new file mode 100644 index 0000000000..b18cedf67e Binary files /dev/null and b/assets/images/home/userstories_lufthuansa-dark.png differ diff --git a/assets/images/home/userstories_lufthuansa.png b/assets/images/home/userstories_lufthuansa.png index b18cedf67e..181a44235a 100644 Binary files a/assets/images/home/userstories_lufthuansa.png and b/assets/images/home/userstories_lufthuansa.png differ diff --git a/assets/images/quarkus_metrics_graphic_bootmem_wide.png b/assets/images/quarkus_metrics_graphic_bootmem_wide.png deleted file mode 100644 index 27a42be66d..0000000000 Binary files a/assets/images/quarkus_metrics_graphic_bootmem_wide.png and /dev/null differ diff --git a/assets/images/quarkus_metrics_graphic_bootmem_wide_light.png b/assets/images/quarkus_metrics_graphic_bootmem_wide_light.png deleted file mode 100644 index 331f902f87..0000000000 Binary files a/assets/images/quarkus_metrics_graphic_bootmem_wide_light.png and /dev/null differ