diff --git a/components/FinancialSummary/AsyncAPISummary.js b/components/FinancialSummary/AsyncAPISummary.js index 61ea399a006..7d70c1e7cb6 100644 --- a/components/FinancialSummary/AsyncAPISummary.js +++ b/components/FinancialSummary/AsyncAPISummary.js @@ -20,7 +20,7 @@ function AsyncAPISummary() {

@@ -35,13 +35,13 @@ function AsyncAPISummary() {
- Open Collective + Open Collective - Linux Foundation + Linux Foundation - Github + Github
diff --git a/components/FinancialSummary/ExpenseBreakdown.js b/components/FinancialSummary/ExpenseBreakdown.js index dfb672bc774..15ffed4ea20 100644 --- a/components/FinancialSummary/ExpenseBreakdown.js +++ b/components/FinancialSummary/ExpenseBreakdown.js @@ -7,32 +7,32 @@ const cardsData = [ { title: "Mentorship Program", body: "Our AsyncAPI Mentorship program offers paid guidance to develop valuable features, investing in tools and motivated individuals for community benefit.", - image: "https://avatars.githubusercontent.com/u/16401334?s=280&v=4", + image: "/img/finance/expense_1.png", }, { title: "Bounty Program", body: "Rewarding contributors regardless of affiliation or volunteer status. Free mentoring and support for newcomers to build portfolios and unlock tech prospects.", - image: "https://avatars.githubusercontent.com/u/16401334?s=280&v=4", + image: "/img/finance/expense_2.png", }, { title: "Events", body: "Supporting AsyncAPI conferences incurs costs for services and travel arrangements. Your contributions facilitate event hosting and community growth.", - image: "https://avatars.githubusercontent.com/u/16401334?s=280&v=4", + image: "/img/finance/expense_3.png", }, { title: "Swag Store", body: "Creating a swag store for seamless distribution to contributors, mentees, ambassadors, and community members. Store profits can fund complimentary swag expenses.", - image: "https://avatars.githubusercontent.com/u/16401334?s=280&v=4", + image: "/img/finance/expense_4.png", }, { 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", - image: "https://avatars.githubusercontent.com/u/16401334?s=280&v=4", + image: "/img/finance/expense_5.png", }, { title: "Services", body: "Occasionally, we must pay for services such as Zoom or Descript, as they are not available through specific Open Source support programs.", - image: "https://avatars.githubusercontent.com/u/16401334?s=280&v=4", + image: "/img/finance/expense_6.png", }, ]; diff --git a/components/FinancialSummary/OtherFormsOfFinancialSupport.js b/components/FinancialSummary/OtherFormsOfFinancialSupport.js index 524923563dd..283e3fcd9cd 100644 --- a/components/FinancialSummary/OtherFormsOfFinancialSupport.js +++ b/components/FinancialSummary/OtherFormsOfFinancialSupport.js @@ -7,9 +7,9 @@ function OtherFormsOfFinancialSupport() {
- Image 1 - Image 2 - Image 3 + Image 1 + Image 2 + Image 3
diff --git a/public/img/finance/GitHub.png b/public/img/finance/GitHub.png new file mode 100644 index 00000000000..7d318c45a00 Binary files /dev/null and b/public/img/finance/GitHub.png differ diff --git a/public/img/finance/LFX.png b/public/img/finance/LFX.png new file mode 100644 index 00000000000..bb3e0c3ff60 Binary files /dev/null and b/public/img/finance/LFX.png differ diff --git a/public/img/finance/OpenCollective.png b/public/img/finance/OpenCollective.png new file mode 100644 index 00000000000..d43e852c8a9 Binary files /dev/null and b/public/img/finance/OpenCollective.png differ diff --git a/public/img/finance/expense_1.png b/public/img/finance/expense_1.png new file mode 100644 index 00000000000..40cbec36448 Binary files /dev/null and b/public/img/finance/expense_1.png differ diff --git a/public/img/finance/expense_2.png b/public/img/finance/expense_2.png new file mode 100644 index 00000000000..6efd6347d9a Binary files /dev/null and b/public/img/finance/expense_2.png differ diff --git a/public/img/finance/expense_3.png b/public/img/finance/expense_3.png new file mode 100644 index 00000000000..0a7091fa5fe Binary files /dev/null and b/public/img/finance/expense_3.png differ diff --git a/public/img/finance/expense_4.png b/public/img/finance/expense_4.png new file mode 100644 index 00000000000..7f78901a19c Binary files /dev/null and b/public/img/finance/expense_4.png differ diff --git a/public/img/finance/expense_5.png b/public/img/finance/expense_5.png new file mode 100644 index 00000000000..d8e1f41d530 Binary files /dev/null and b/public/img/finance/expense_5.png differ diff --git a/public/img/finance/expense_6.png b/public/img/finance/expense_6.png new file mode 100644 index 00000000000..38b94c2db26 Binary files /dev/null and b/public/img/finance/expense_6.png differ diff --git a/public/img/finance/other_1.png b/public/img/finance/other_1.png new file mode 100644 index 00000000000..3096972a393 Binary files /dev/null and b/public/img/finance/other_1.png differ diff --git a/public/img/finance/other_2.png b/public/img/finance/other_2.png new file mode 100644 index 00000000000..af1dd908dfe Binary files /dev/null and b/public/img/finance/other_2.png differ diff --git a/public/img/finance/other_3.png b/public/img/finance/other_3.png new file mode 100644 index 00000000000..149b4bb2460 Binary files /dev/null and b/public/img/finance/other_3.png differ