From 79d0bef2a0dac9d3de743fcdede85a4819dc4a17 Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Mon, 24 Aug 2020 10:25:18 -0400 Subject: [PATCH] Beginning work on financials section --- src/views/annual-report/annual-report.jsx | 46 +++++++++++++---------- src/views/annual-report/l10n.json | 5 +++ 2 files changed, 32 insertions(+), 19 deletions(-) diff --git a/src/views/annual-report/annual-report.jsx b/src/views/annual-report/annual-report.jsx index 9a0c1de69..a19c9dce7 100644 --- a/src/views/annual-report/annual-report.jsx +++ b/src/views/annual-report/annual-report.jsx @@ -73,7 +73,7 @@ const AnnualReport = () => ( href="/annual-report#donate" > - +
@@ -185,25 +185,33 @@ const AnnualReport = () => (
-
-
-
-

- -

-

- -

+
+

+ +

+
+

+ +

+
+
+ +
+

+ +

+

+ +

+
- - - -
+
+
+

+ +

+
+
diff --git a/src/views/annual-report/l10n.json b/src/views/annual-report/l10n.json index 63a8aacba..c4cdfac71 100644 --- a/src/views/annual-report/l10n.json +++ b/src/views/annual-report/l10n.json @@ -62,6 +62,11 @@ "annualReport.subnavLeadership": "Leadership", "annualReport.subnavDonate": "Donate", + "annualReport.financialsTitle": "Financials - 2019", + "annualReport.financialsRevenue": "Revenue", + "annualReport.financialsGrants": "Grants, Individual, & Corporate Donations (Gala Included)", + "annualReport.financialsGrantsAmt": "$3,898,078 (82.7%)", + "annualReport.financialsExpenses": "Expenses", "annualReport.donateTitle": "Donate", "annualReport.donateMessage": "Your support enables us to make Scratch free for everyone, keeps our servers running, and most importantly, we are able to provide kids around the world an opportunity to imagine, create and share. Thank you!",