Commit 4301446a authored by seotts's avatar seotts Committed by Karishma Chadha

continued work on reach section

parent 6624dfcf
...@@ -679,6 +679,31 @@ class AnnualReport extends React.Component { ...@@ -679,6 +679,31 @@ class AnnualReport extends React.Component {
</div> </div>
</div> </div>
</div> </div>
<div className="reach-scratch-jr section">
<div className="inner">
<div className="scratch-jr-intro">
<img src="/images/annual-report/ScratchJr-Logo.svg" />
<p>
<FormattedMessage id="annualReport.reachScratchJrBlurb" />
</p>
</div>
<div className="reach-datapoint">
<FormattedMessage
id="annualReport.reach170million"
values={{
million: (
<div className="million">
<FormattedMessage id="annualReport.reachMillion" />
</div>
)
}}
/>
<h4>
<FormattedMessage id="annualReport.reachUniqueVisitors" />
</h4>
</div>
</div>
</div>
<div <div
className="initiatives section" className="initiatives section"
id="initiatives" id="initiatives"
......
...@@ -377,19 +377,6 @@ p { ...@@ -377,19 +377,6 @@ p {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: center;
font-size: 5rem;
}
.reach-datapoint {
width: 300px;
text-align: center;
margin: 32px 0;
}
.million {
font-size: 2rem;
font-weight: bold;
margin-bottom: 16px;
} }
} }
...@@ -428,6 +415,39 @@ p { ...@@ -428,6 +415,39 @@ p {
} }
} }
.reach-datapoint {
font-size: 5rem;
width: 300px;
text-align: center;
margin: 32px 0;
}
.million {
font-size: 2rem;
font-weight: bold;
margin-bottom: 16px;
}
.reach-scratch-jr {
background-color: #0EA57A;
color: $ui-white;
h2, h3, h4, p {
color: $ui-white;
}
.inner {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 940px;
}
.scratch-jr-intro {
max-width: 540px;
}
}
.financials-section { .financials-section {
.inner { .inner {
max-width: 780px; max-width: 780px;
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
"annualReport.reachGrowthBlurb": "New accounts created in the Scratch Online Community within the last 5 years.", "annualReport.reachGrowthBlurb": "New accounts created in the Scratch Online Community within the last 5 years.",
"annualReport.reachGlobalCommunity": "A Global Community", "annualReport.reachGlobalCommunity": "A Global Community",
"annualReport.reachMapBlurb": "Total accounts registered in the Scratch Online Community through December 31, 2019", "annualReport.reachMapBlurb": "Total accounts registered in the Scratch Online Community through December 31, 2019",
"annualReport.reachScratchJrBlurb": "ScratchJr is an introductory programming environment that enables young children (ages 5-7) to create their own interactive stories and games.",
"annualReport.financialsTitle": "Financials - 2019", "annualReport.financialsTitle": "Financials - 2019",
"annualReport.financialsRevenue": "Revenues", "annualReport.financialsRevenue": "Revenues",
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment