diff --git a/_includes/benefactors.html b/_includes/benefactors.html new file mode 100644 index 00000000000..8fb6e3a5a09 --- /dev/null +++ b/_includes/benefactors.html @@ -0,0 +1,66 @@ +
+
+
+

Quarkus is a proud member of the Commonhaus Foundation

+
+
+

The Commonhaus Foundation which is a non-profit dedicated to the enduring viability of open-source projects. It offers a neutral environment, a governing structure, and assistance to projects, prioritizing their independence and development led by the community. They furnish resources such as legal aid, infrastructure, and financial avenues, all while honoring each project's established governance and culture.

+

Learn more about the Commonhaus Foundation and how you can make a difference.

+
+ +
+
+ +
+
+
+

IBM

+

IBM strengthened its Java and Quarkus commitment by moving the Red Hat engineers working on Quarkus into IBM. This ensured dedicated resources for Quarkus's growth, deepening IBM's open-source involvement and focus on cloud-native Java for enterprises.

+

Learn more about open source at IBM

+
+
+

Red Hat

+

Quarkus originated at Red Hat, which ensured its ongoing development and stability by employing many of its principal engineers. This support helped cultivate a strong ecosystem for cloud-native application development. A key reason for Quarkus's transition to the Commonhaus Foundation was Red Hat's dedication to its open-source nature.

+

Learn more about open source at Red Hat

+
+
+

AWS

+

AWS aids Quarkus by donating credits, enabling developers to use AWS services for testing, CI, and feature development. This support accelerates Quarkus innovation, enhancing the cloud-native experience on AWS.

+

Learn more about open source at AWS

+
+
+

Github

+

GitHub's donation of GitHub Actions runners aids the Quarkus team by providing dedicated compute resources. This contribution eases infrastructure strain, accelerates development and testing, and boosts community collaboration.

+

Learn more about Github Action runners

+
+
+

RunsOn

+

Quarkus appreciates RunsOn’s contribution of a free key so the project can access their platform for managing and launching self-hosted GitHub Actions runners on Amazon Web Services (AWS) infrastructure.

+

Learn more about RunsOn

+
+
+

Gradle Inc.

+

Gradle significantly supports the Quarkus ecosystem by donating a Develocity instance. This donation offers Quarkus developers advanced build insights and performance analytics, optimizing build processes for faster debugging, improved reliability, and enhanced productivity.

+

Learn more about Gradle's Develocity

+
+
+

Zulip

+

Zulip is an organized team chat app designed for efficient communication.

+

Learn more about Zulip

+
+
+
+ +
+
+

Quarkus Extension Benefactors

+

In the Quarkiverse, individual extensions often benefit from the support of their own benefactors, which can range from enthusiastic companies to dedicated community initiatives. These supporters recognize the value an extension brings to the Quarkus ecosystem and provide resources, be it developer time, financial backing, or infrastructure, to ensure its continued development and maintenance. This decentralized sponsorship model allows for a diverse and vibrant array of extensions, each nurtured by those who most directly benefit from or believe in its specific functionality, ultimately fostering innovation and stability within the broader Quarkus community.

+

You can see the individual extension supports by viewing the Community tab of the extensions' page in the Extension Catalog. Take Wiremock as an arbitrary example.

+
+
+ \ No newline at end of file diff --git a/_includes/header-navigation.html b/_includes/header-navigation.html index f5f3d8ee2eb..e573c637c8d 100644 --- a/_includes/header-navigation.html +++ b/_includes/header-navigation.html @@ -54,6 +54,7 @@
  • EVENTS
  • NEWSLETTER
  • ROADMAP
  • +
  • BENEFACTORS
  • diff --git a/_includes/header-navigation_tertiary.html b/_includes/header-navigation_tertiary.html index d469a798ec3..cb729f725a9 100644 --- a/_includes/header-navigation_tertiary.html +++ b/_includes/header-navigation_tertiary.html @@ -61,6 +61,7 @@
  • EVENTS
  • NEWSLETTER
  • ROADMAP
  • +
  • BENEFACTORS
  • diff --git a/_layouts/benefactors.html b/_layouts/benefactors.html new file mode 100644 index 00000000000..51e798d8c30 --- /dev/null +++ b/_layouts/benefactors.html @@ -0,0 +1,7 @@ +--- +layout: base +--- + +{% include title-band.html %} + +{% include benefactors.html %} diff --git a/benefactors.md b/benefactors.md new file mode 100644 index 00000000000..e296b0ae290 --- /dev/null +++ b/benefactors.md @@ -0,0 +1,6 @@ +--- +layout: benefactors +title: Benefactors +subtitle: Thank you to the supporters, benefactors and sponsors of Quarkus +permalink: /benefactors/ +---