From ba8f8cd0206550f5216b080799223f1dd9132e2a Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Fri, 14 Jun 2024 15:38:19 -0500 Subject: [PATCH] [Issue_621] Add links to the nightly snapshot builds to the downloads page --- _layouts/downloads.html | 5 ++++- _sass/layouts/downloads.scss | 19 +++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/_layouts/downloads.html b/_layouts/downloads.html index b946461c..c924d19c 100644 --- a/_layouts/downloads.html +++ b/_layouts/downloads.html @@ -11,10 +11,13 @@

WildFly {{ latestRelease.version_shortname }} is now availa Download the zip Download the tgz -
+

The technology behind WildFly is also available in JBoss Enterprise Application Platform. JBoss EAP is a hardened enterprise subscription with Red Hat’s world-class support, long multi-year maintenance cycles, and exclusive content. Sign-up with Red Hat to download a no-cost 1-year development license.

Download Red Hat JBoss EAP
+
+
Nightly snapshot builds from the main WildFly source branch are also available for standard WildFly and WildFly Preview.
+
{% for versionId in site.data.releases %}
diff --git a/_sass/layouts/downloads.scss b/_sass/layouts/downloads.scss index 10bf5be9..b2f5cfd0 100644 --- a/_sass/layouts/downloads.scss +++ b/_sass/layouts/downloads.scss @@ -18,12 +18,12 @@ } } } - .page-subtitle { + .page-eap { text-align: center; border-top: 2px solid white; border-bottom: 2px solid white; padding: 0 0 2rem 0; - margin: 4rem 0; + margin: 3rem 0; h4 { text-align: left; font-weight: 200; @@ -31,6 +31,21 @@ a { font-weight: 200; } strong { color: $teal; } } + h5 { + font-weight: 200; + color: $teal; + a { font-weight: 200; } + strong { color: $teal; } + } + } + .page-nightlies { + text-align: center; + h5 { + font-weight: 200; + color: $teal; + a { font-weight: 200; } + strong { color: $teal; } + } } }