mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Leadership renamed to Team in subnav. Update content in Supporters and Team sections. Fix board member company attribution. Update Mitch's name in people grid.
This commit is contained in:
parent
e2db5fd562
commit
b689702930
3 changed files with 10 additions and 10 deletions
|
@ -34,7 +34,7 @@ const SECTIONS = {
|
|||
initiatives: 'initiatives',
|
||||
financials: 'financials',
|
||||
supporters: 'supporters',
|
||||
leadership: 'leadership',
|
||||
team: 'team',
|
||||
donate: 'donate'
|
||||
};
|
||||
|
||||
|
@ -46,7 +46,7 @@ const SECTION_NAMES = {
|
|||
initiatives: <FormattedMessage id="annualReport.subnavInitiatives" />,
|
||||
financials: <FormattedMessage id="annualReport.subnavFinancials" />,
|
||||
supporters: <FormattedMessage id="annualReport.subnavSupporters" />,
|
||||
leadership: <FormattedMessage id="annualReport.subnavLeadership" />,
|
||||
team: <FormattedMessage id="annualReport.subnavTeam" />,
|
||||
donate: <FormattedMessage id="annualReport.subnavDonate" />
|
||||
};
|
||||
|
||||
|
@ -226,11 +226,11 @@ class AnnualReport extends React.Component {
|
|||
</a>
|
||||
<a
|
||||
className={classNames(
|
||||
{selectedItem: this.state.currentlyVisible === SECTIONS.leadership}
|
||||
{selectedItem: this.state.currentlyVisible === SECTIONS.team}
|
||||
)}
|
||||
onClick={this.handleSubnavItemClick(SECTIONS.leadership)}
|
||||
onClick={this.handleSubnavItemClick(SECTIONS.team)}
|
||||
>
|
||||
<FormattedMessage id="annualReport.subnavLeadership" />
|
||||
<FormattedMessage id="annualReport.subnavTeam" />
|
||||
</a>
|
||||
<a
|
||||
className={classNames(
|
||||
|
@ -2362,7 +2362,7 @@ class AnnualReport extends React.Component {
|
|||
</div>
|
||||
<div
|
||||
className="leadership-section"
|
||||
ref={this.setRef(SECTIONS.leadership)}
|
||||
ref={this.setRef(SECTIONS.team)}
|
||||
>
|
||||
<div className="inner">
|
||||
<h2>
|
||||
|
@ -2394,7 +2394,7 @@ class AnnualReport extends React.Component {
|
|||
</b>
|
||||
<h4>Margaret Honey</h4>
|
||||
<FormattedMessage id="annualReport.leadershipPresidentCEO" />
|
||||
<br />Two Sigma
|
||||
<br />New York Hall of Science
|
||||
</div>
|
||||
<div className="board-member">
|
||||
<b className="board-title">
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"annualReport.subnavInitiatives": "Initiatives",
|
||||
"annualReport.subnavFinancials": "Financials",
|
||||
"annualReport.subnavSupporters": "Supporters",
|
||||
"annualReport.subnavLeadership": "Leadership",
|
||||
"annualReport.subnavTeam": "Team",
|
||||
"annualReport.subnavDonate": "Donate",
|
||||
|
||||
"annualReport.mastheadYear": "2019 Annual Report",
|
||||
|
@ -224,7 +224,7 @@
|
|||
"annualReport.supportersCoFounder": "Co-Founder and Co-Chairman",
|
||||
"annualReport.supportersQuote": "Making sure that Scratch remains free and accessible for kids everywhere is one of the most impactful ways we can help young learners engage and thrive in an increasingly digital world. Supporting Scratch is more important today than ever before.",
|
||||
"annualReport.supportersThankYou": "Thank you to our supporters",
|
||||
"annualReport.supportersAllDescription": "Our mission is to provide all children, from all backgrounds, with opportunities to imagine, create, and share with new technologies. We want to thank all Scratch supporters who, throughout the years, have helped us create amazing learning experiences for millions of young people around the world. The following list is based on cumulative giving to Scratch (at both MIT and Scratch Foundation) through December 31, 2019.",
|
||||
"annualReport.supportersAllDescription": "Our mission is to provide all children, from all backgrounds, with opportunities to imagine, create, and share with new technologies. We want to thank all Scratch supporters who, since we started working on Scratch in 2002, have helped us create amazing learning experiences for millions of young people around the world. The following list is based on cumulative giving to Scratch (at both MIT and Scratch Foundation) through December 31, 2019.",
|
||||
"annualReport.supportersFoundingDescription": "We are especially grateful to our Founding Partners who supported us from the early days of Scratch, each providing at least $10,000,000 of cumulative support, in various forms.",
|
||||
"annualReport.supportersFoundingTitle": "Founding Partners — $10,000,000+",
|
||||
"annualReport.supportersCreativityTitle": "Creativity Circle — $1,000,000+",
|
||||
|
|
|
@ -203,7 +203,7 @@
|
|||
{
|
||||
"userName": "mres",
|
||||
"userId": 167,
|
||||
"name": "Mitchel"
|
||||
"name": "Mitch"
|
||||
},
|
||||
{
|
||||
"userName": "natalie",
|
||||
|
|
Loading…
Reference in a new issue