-
Notifications
You must be signed in to change notification settings - Fork 394
add benefactors page #2387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add benefactors page #2387
Conversation
🎊 PR Preview 009b241 has been successfully built and deployed to https://quarkus-site-pr-2387-preview.surge.sh
|
The preview is failing because the application is too large, which does make reviews harder. I guess we must have just tipped over a threshold, unrelated to this PR. @gsmet, are you able to do a bit more of your payload-shrinking magic to get things going again? |
_includes/benefactors.html
Outdated
<div class="grid-wrapper"> | ||
<div class="width-4-12 width-12-12-m"> | ||
<h3>IBM</h3> | ||
<p>IBM strengthens its Java and Quarkus commitment by moving Red Hat engineers to IBM. This ensures dedicated resources for Quarkus's growth, deepening IBM's open-source involvement and focus on cloud-native Java for enterprises.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grammar-nit:
Tense of this sentence is weird. "by moving" ... we moved. This sounds like a press-release, and that language applies at instant of publishing, and then is past..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might also be worthy to call out that IBM is employing most of the core Quarkus engineers, and funding any resources they need?
</div> | ||
<div class="width-4-12 width-12-12-m"> | ||
<h3>AWS</h3> | ||
<p>AWS significantly 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.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>AWS significantly 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.</p> | |
<p>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.</p> |
I tend to prefer avoiding superlatives unless there's a very strong amazing reason.
</div> | ||
<div class="width-4-12 width-12-12-m"> | ||
<h3>Github</h3> | ||
<p>GitHub's donation of GitHub Actions runners significantly aids the Quarkus team by providing dedicated compute resources. This contribution eases infrastructure strain, accelerates development and testing, and boosts community collaboration.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>GitHub's donation of GitHub Actions runners significantly aids the Quarkus team by providing dedicated compute resources. This contribution eases infrastructure strain, accelerates development and testing, and boosts community collaboration.</p> | |
<p>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.</p> |
</div> | ||
<div class="width-4-12 width-12-12-m"> | ||
<h3>Gradle Inc.</h3> | ||
<p>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 Develocity.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>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 Develocity.</p> | |
<p>Gradle 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 Develocity.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the period "Learn more about Develocity." not redundant? there's a link following which repeats the message.
Added a first cut at the benefactors page.
I've chosen to NOT include any company logos at this point to avoid the need for approvals for usage (as described in several company logo guides).
resolves #2357