diff --git a/components/FinancialSummary/AsyncAPISummary.js b/components/FinancialSummary/AsyncAPISummary.js index 7d70c1e7cb6..9a0249d905b 100644 --- a/components/FinancialSummary/AsyncAPISummary.js +++ b/components/FinancialSummary/AsyncAPISummary.js @@ -8,7 +8,9 @@ function AsyncAPISummary() {
- AsyncAPI Finance Summary + +

AsyncAPI Financial Summary

+
To help improve the current state of Event-Driven Architectures and their tooling, you can show your support for the AsyncAPI Initiative by making a financial contribution. We offer three donation options: Open Collective, GitHub diff --git a/components/FinancialSummary/BarChartComponent.js b/components/FinancialSummary/BarChartComponent.js index 9d0dc683579..929b8af3e6c 100644 --- a/components/FinancialSummary/BarChartComponent.js +++ b/components/FinancialSummary/BarChartComponent.js @@ -124,7 +124,7 @@ const BarChartComponent = ({ data }) => { target="_blank" rel="noopener noreferrer" > - Click here to know more + Know more about Budget
diff --git a/components/FinancialSummary/ExpenseBreakdown.js b/components/FinancialSummary/ExpenseBreakdown.js index d806c4363f3..db39f99f78d 100644 --- a/components/FinancialSummary/ExpenseBreakdown.js +++ b/components/FinancialSummary/ExpenseBreakdown.js @@ -26,7 +26,7 @@ const cardsData = [ }, { title: "Hiring", - body: "To support our community, we require full time commitment. Open Collective helps us hire for AsyncAPI. Thulie joins as community manager, with plans to expand the team. our team", + body: (

To support our community, we require full time commitment. Open Collective helps us hire for AsyncAPI. Thulie joins as community manager, with plans to expand the team. our team

), image: "/img/finance/expense_5.png", }, { @@ -38,10 +38,12 @@ const cardsData = [ function Card({ title, body, image }) { return ( -
- {image && {title}} -

{title}

-

{body}

+
+ {image && {title}} +
+

{title}

+

{body}

+
); } @@ -58,13 +60,15 @@ function ExpenseBreakdown() {
-

Expense Breakdown

- + +

Expense Breakdown

+
+ Funds from GitHub Sponsors are directly transferred to our AsyncAPI Open Collective account. We maintain transparency in all expenses, and the TSC approves anticipated expenses. -
+
{cardsData.map((card, index) => ( ))} diff --git a/components/FinancialSummary/SponsorshipTiers.js b/components/FinancialSummary/SponsorshipTiers.js index 3ef33acc84d..71051a3d6f2 100644 --- a/components/FinancialSummary/SponsorshipTiers.js +++ b/components/FinancialSummary/SponsorshipTiers.js @@ -3,18 +3,20 @@ import Heading from "../typography/Heading" import Paragraph from '../typography/Paragraph' function SponsorshipTiers() { - const hash = window.location.hash; - if (hash) { - const targetElement = document.querySelector(hash); - if (targetElement) { - targetElement.scrollIntoView({ behavior: 'smooth' }); - } + const hash = window.location.hash; + if (hash) { + const targetElement = document.querySelector(hash); + if (targetElement) { + targetElement.scrollIntoView({ behavior: 'smooth' }); } + } return (
-

Sponsorship Tiers

+ +

Sponsorship Tiers

+
AsyncAPI offers various sponsorship tiers, each with its own set of benefits and privileges. These tiers include Bronze, Silver, @@ -26,33 +28,41 @@ function SponsorshipTiers() { Tiers - Benefits Amounts + Benefits - + Bronze $100/month - Company logo in README on GitHub + + Company logo in README on GitHub + Silver $500/month - Company logo in README on GitHub and asyncapi.com + + Company logo in README on GitHub and asyncapi.com + Gold $1000/month - Company logo in README on GitHub and asyncapi.com + + Company logo in README on GitHub and asyncapi.com + Platinum $2000/month - Company logo in README on GitHub and asyncapi.com. Up to 2 - hours of support per month. Support will be remote with the - option of a shared screen or via private chat. Support hours do not - accumulate. + + Company logo in README on GitHub and asyncapi.com. + Up to 2 hours of support per month. Support will be + remote with the option of a shared screen or via private chat. + Support hours do not accumulate. + diff --git a/components/FinancialSummary/SuccessStories.js b/components/FinancialSummary/SuccessStories.js index 9ebabb30a58..45903906e73 100644 --- a/components/FinancialSummary/SuccessStories.js +++ b/components/FinancialSummary/SuccessStories.js @@ -15,8 +15,10 @@ function SuccessStories() {
-

Success Stories

- + +

Success Stories

+
+ Thanks to financial support we can already see many success stories in the project.