diff --git a/_data/projectfooter.yaml b/_data/projectfooter.yaml index 8baf9edca48..7033430da37 100644 --- a/_data/projectfooter.yaml +++ b/_data/projectfooter.yaml @@ -1,4 +1,4 @@ -footer_text: "Quarkus is open. All dependencies of this project are available under the Apache Software License 2.0 or compatible license.

This website was built with Jekyll, is hosted on GitHub Pages and is completely open source. If you want to make it better, fork the website and show us what you’ve got." +footer_text: "Quarkus is open. All dependencies of this project are available under the Apache Software License 2.0 or compatible license. CC by 3.0

This website was built with Jekyll, is hosted on GitHub Pages and is completely open source. If you want to make it better, fork the website and show us what you’ve got." links: - title: Navigation @@ -28,6 +28,8 @@ links: url: /brand - page: Wallpapers url: /desktopwallpapers + - page: Privacy Policy + url: https://www.redhat.com/en/about/privacy-policy - title: Follow Us width: 1 @@ -39,6 +41,8 @@ links: - page: Mastodon url: https://fosstodon.org/@quarkusio rel: me + - page: Threads + url: https://www.threads.com/@quarkusio - page: Facebook url: https://www.facebook.com/quarkusio - page: Linkedin diff --git a/_includes/CF-footerband.html b/_includes/CF-footerband.html new file mode 100644 index 00000000000..de65b9ff72d --- /dev/null +++ b/_includes/CF-footerband.html @@ -0,0 +1,16 @@ + diff --git a/_includes/homepage-commonhaus-band.html b/_includes/homepage-commonhaus-band.html new file mode 100644 index 00000000000..f9774a0b956 --- /dev/null +++ b/_includes/homepage-commonhaus-band.html @@ -0,0 +1,12 @@ +
+
+
+ Quarkus is part of the Commonhaus Foundation.Quarkus is part of the Commonhaus Foundation. +
+
+

Quarkus is part of the Commonhaus Foundation

+

In order to fulfill our goal of being a more inclusive and fostering a more collaborative environment, we have moved to the Commonhaus Foundation. This is a step to further solidify our commitment to open-source development and enterprise adoption, addressing the perception that it was overly dependent on a single vendor (Red Hat). This move aims to provide a neutral ground where other organizations and contributors can feel equally valued and involved, ensuring Quarkus continues to thrive, supported by a broad base of contributors from multiple organizations.

+

Learn more about Commonhaus Foundation.

+
+
+
\ No newline at end of file diff --git a/_layouts/base.html b/_layouts/base.html index 7a36f1dbeb0..66181e2eb1d 100755 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -91,7 +91,7 @@ {% include project-footer.html %} - {% include redhat-footer.html %} + {% include CF-footerband.html %} diff --git a/_layouts/index.html b/_layouts/index.html index c3e89a2f298..74e49e133ac 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -7,6 +7,7 @@ {% include homepage-userstory-callout.html %} {% include homepage-performance-band.html %} {% include recent-posts-band.html %} + {% include homepage-commonhaus-band.html %} {% include homepage-newsletter-band.html %} {% include feedback-community-band.html %} diff --git a/_sass/includes/cf-footer.scss b/_sass/includes/cf-footer.scss new file mode 100644 index 00000000000..c52b63606d8 --- /dev/null +++ b/_sass/includes/cf-footer.scss @@ -0,0 +1,92 @@ +.cf-footer { + background-color: $black; + font-size: .75rem; + font-weight: 200; + + .grid-wrapper { padding: 1rem 0; + + @media screen and (max-width: 1024px) { + padding: 1.25rem 0; + } + + @media screen and (max-width: 480px) { + padding: 1.5rem 0; + } + } + + .cf-logo { + grid-column: 1/4; + align-self: center; + padding-right: 2rem; + + img {min-width: 200px;} + + @media screen and (max-width: 1024px) { + grid-column: 1/6; + } + + @media screen and (max-width: 480px) { + grid-column: 1/13; + justify-self: normal; + order: 1; + } + } + + + + .license { + grid-column: 4/11; + align-self: center; + color: $grey-1; + + i { + color: $grey-1; + } + + a { + color: $grey-1; + font-size: .75rem; + font-weight: 200; + } + + @media screen and (max-width: 1024px) { + grid-column: 1/13; + justify-self: left; + } + + @media screen and (max-width: 480px) { + grid-column: 1/13; + justify-self: center; + order: 2; + } + } + + .sponsor { + grid-column: 11/12; + align-self: center; + justify-self: end; + color: $grey-1; + + + @media screen and (max-width: 1024px) { + grid-column: 5/12; + justify-self: right; + } + @media screen and (max-width: 480px) { + grid-column: 1/6; + justify-self: right; + order: 3; + } + } + .sponsor-logo { + grid-column: 12/13; + justify-self: end; + align-self: center; + img { width: 6rem; max-width: none !important;} + @media screen and (max-width: 480px) { + grid-column: 6/13; + justify-self: left; + order: 4; + } + } +} diff --git a/_sass/includes/project-footer.scss b/_sass/includes/project-footer.scss index 3f7e37f6886..21abfa7a8ee 100644 --- a/_sass/includes/project-footer.scss +++ b/_sass/includes/project-footer.scss @@ -7,7 +7,7 @@ @media screen and (min-width: 1024px) { background-image: url($baseurl + '/assets/images/bg-footer.png'); background-repeat: no-repeat; - background-size: 100%; + background-size: cover; } } @@ -15,12 +15,13 @@ .content.project-footer { color: $white; background-color: $dark-blue-alt; - padding-top: 4rem; - padding-bottom: 6rem; + padding-top: 2rem; + padding-bottom: 3rem; .logo-wrapper { text-align: center; display: block; + .project-logo { max-width: 18rem; @media screen and (max-width: 768px) { @@ -35,7 +36,7 @@ font-size: .875rem; @media screen and (max-width: 1024px) { - grid-column: 1/6; + grid-column: span 12; } @media screen and (max-width: 480px) { order: 2; @@ -45,10 +46,12 @@ .project-links { font-size: .875rem; + @media screen and (max-width: 1024px) { - grid-column: span 2; + grid-column: span 3; } - @media screen and (max-width: 480px) { + + @media screen and (max-width: 768px) { order: 1; grid-column: span 6; } @@ -66,20 +69,25 @@ font-size: .875rem; padding-left: 2rem; margin-left: 2rem; - border-left: 2px solid $white; + border-left: 1px solid $white; ul { a { font-size: .875rem; } } @media screen and (max-width: 1024px) { + grid-column: span 6; + padding-left: 0rem; + margin-left: 0rem; + border-left: none; + } + + @media screen and (max-width: 768px) { grid-column: span 12; - border-top: 4px solid $white; + border-top: 1px solid $white; border-left: none; - padding: 3rem 0 2rem 0; - margin-bottom: 1rem; + padding: 2rem 0 0 0; + margin-top: 1rem; margin-left: 0; - } - @media screen and (max-width: 480px) { order: 3; } } diff --git a/assets/css/main.scss b/assets/css/main.scss index 910715d5ca1..d4ed7054f10 100755 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -54,7 +54,7 @@ $baseurl: "{{ site.baseurl }}"; @import "includes/homepage-features-band"; @import "includes/recent-posts-band"; @import "includes/project-footer"; -@import "includes/redhat-footer"; +@import "includes/cf-footer"; @import "includes/tabs"; @import "includes/share-page"; @import "includes/awards-band";