Skip to content

Commit

Permalink
Merge pull request #622 from bstansberry/Issue_621
Browse files Browse the repository at this point in the history
[Issue_621] Add links to the nightly snapshot builds to the downloads…
  • Loading branch information
bstansberry authored Jun 14, 2024
2 parents d6e77d6 + ba8f8cd commit a57bf56
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
5 changes: 4 additions & 1 deletion _layouts/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ <h1>Wild<strong>Fly</strong> {{ latestRelease.version_shortname }} is now availa
<a href="https://github.com/wildfly/wildfly/releases/download/{{latestRelease.version}}/wildfly-{{latestRelease.version}}.zip" class="button-cta">Download the zip</a>
<a href="https://github.com/wildfly/wildfly/releases/download/{{latestRelease.version}}/wildfly-{{latestRelease.version}}.tar.gz" class="button-cta">Download the tgz</a>
</div>
<div class="page-subtitle">
<div class="page-eap">
<h4>The technology behind Wild<strong>Fly</strong> is also available in <a href="https://www.redhat.com/en/technologies/jboss-middleware/application-platform" target="_blank">JBoss Enterprise Application Platform</a>. JBoss EAP is a hardened enterprise subscription with Red Hat’s world-class support, long multi-year maintenance cycles, and exclusive content. <a href="https://developers.redhat.com/register" target="_blank">Sign-up with Red Hat</a> to download a no-cost 1-year development license.</h4>
<a href="https://developers.redhat.com/products/eap/download/" class="button-cta secondary" target="_blank">Download Red Hat JBoss EAP</a>
</div>
<div class="page-nightlies">
<h5>Nightly snapshot builds from the main WildFly source branch are also available for <a href="https://ci.wildfly.org/repository/download/WF_Nightly/latest.lastFinished/wildfly-latest-SNAPSHOT.zip?guest=1">standard WildFly</a> and <a href="https://ci.wildfly.org/repository/download/WF_WildFlyPreviewNightly/latest.lastFinished/wildfly-preview-latest-SNAPSHOT.zip?guest=1">WildFly Preview</a>.</h5>
</div>
{% for versionId in site.data.releases %}
<div class="grid-wrapper version-row mobile-fullwidth">
<div class="grid__item width-2-12 version-id">
Expand Down
19 changes: 17 additions & 2 deletions _sass/layouts/downloads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,34 @@
}
}
}
.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;
color: $teal;
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; }
}
}
}

Expand Down

0 comments on commit a57bf56

Please sign in to comment.