Commit b6897029 authored by Karishma Chadha's avatar Karishma Chadha

Leadership renamed to Team in subnav. Update content in Supporters and Team...

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.
parent e2db5fd5
...@@ -34,7 +34,7 @@ const SECTIONS = { ...@@ -34,7 +34,7 @@ const SECTIONS = {
initiatives: 'initiatives', initiatives: 'initiatives',
financials: 'financials', financials: 'financials',
supporters: 'supporters', supporters: 'supporters',
leadership: 'leadership', team: 'team',
donate: 'donate' donate: 'donate'
}; };
...@@ -46,7 +46,7 @@ const SECTION_NAMES = { ...@@ -46,7 +46,7 @@ const SECTION_NAMES = {
initiatives: <FormattedMessage id="annualReport.subnavInitiatives" />, initiatives: <FormattedMessage id="annualReport.subnavInitiatives" />,
financials: <FormattedMessage id="annualReport.subnavFinancials" />, financials: <FormattedMessage id="annualReport.subnavFinancials" />,
supporters: <FormattedMessage id="annualReport.subnavSupporters" />, supporters: <FormattedMessage id="annualReport.subnavSupporters" />,
leadership: <FormattedMessage id="annualReport.subnavLeadership" />, team: <FormattedMessage id="annualReport.subnavTeam" />,
donate: <FormattedMessage id="annualReport.subnavDonate" /> donate: <FormattedMessage id="annualReport.subnavDonate" />
}; };
...@@ -226,11 +226,11 @@ class AnnualReport extends React.Component { ...@@ -226,11 +226,11 @@ class AnnualReport extends React.Component {
</a> </a>
<a <a
className={classNames( 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>
<a <a
className={classNames( className={classNames(
...@@ -2362,7 +2362,7 @@ class AnnualReport extends React.Component { ...@@ -2362,7 +2362,7 @@ class AnnualReport extends React.Component {
</div> </div>
<div <div
className="leadership-section" className="leadership-section"
ref={this.setRef(SECTIONS.leadership)} ref={this.setRef(SECTIONS.team)}
> >
<div className="inner"> <div className="inner">
<h2> <h2>
...@@ -2394,7 +2394,7 @@ class AnnualReport extends React.Component { ...@@ -2394,7 +2394,7 @@ class AnnualReport extends React.Component {
</b> </b>
<h4>Margaret Honey</h4> <h4>Margaret Honey</h4>
<FormattedMessage id="annualReport.leadershipPresidentCEO" /> <FormattedMessage id="annualReport.leadershipPresidentCEO" />
<br />Two Sigma <br />New York Hall of Science
</div> </div>
<div className="board-member"> <div className="board-member">
<b className="board-title"> <b className="board-title">
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"annualReport.subnavInitiatives": "Initiatives", "annualReport.subnavInitiatives": "Initiatives",
"annualReport.subnavFinancials": "Financials", "annualReport.subnavFinancials": "Financials",
"annualReport.subnavSupporters": "Supporters", "annualReport.subnavSupporters": "Supporters",
"annualReport.subnavLeadership": "Leadership", "annualReport.subnavTeam": "Team",
"annualReport.subnavDonate": "Donate", "annualReport.subnavDonate": "Donate",
"annualReport.mastheadYear": "2019 Annual Report", "annualReport.mastheadYear": "2019 Annual Report",
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
"annualReport.supportersCoFounder": "Co-Founder and Co-Chairman", "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.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.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.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.supportersFoundingTitle": "Founding Partners — $10,000,000+",
"annualReport.supportersCreativityTitle": "Creativity Circle — $1,000,000+", "annualReport.supportersCreativityTitle": "Creativity Circle — $1,000,000+",
......
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
{ {
"userName": "mres", "userName": "mres",
"userId": 167, "userId": 167,
"name": "Mitchel" "name": "Mitch"
}, },
{ {
"userName": "natalie", "userName": "natalie",
......
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