mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
more adaptation
This commit is contained in:
parent
352f31698e
commit
2d86753907
4 changed files with 34 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ class AnnualReport extends React.Component {
|
||||||
<div className="initiatives-subsection-content">
|
<div className="initiatives-subsection-content">
|
||||||
{/* eslint-disable max-len */}
|
{/* eslint-disable max-len */}
|
||||||
<div className="inner">
|
<div className="inner">
|
||||||
<div className="content">
|
<div className="content flex-content">
|
||||||
<div className="text">
|
<div className="text">
|
||||||
<div className="spotlight bubble adaptation">
|
<div className="spotlight bubble adaptation">
|
||||||
<FormattedMessage id="annualReport.spotlightStory" />
|
<FormattedMessage id="annualReport.spotlightStory" />
|
||||||
|
@ -1055,6 +1055,26 @@ class AnnualReport extends React.Component {
|
||||||
<img src="/images/annual-report/2020/adaptation/Aaron Reuland Illustration_Photo.svg" />
|
<img src="/images/annual-report/2020/adaptation/Aaron Reuland Illustration_Photo.svg" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="flex-content">
|
||||||
|
<AnnualReportExample
|
||||||
|
className="regular"
|
||||||
|
paragraph={this.props.intl.formatMessage(
|
||||||
|
{id: 'annualReport.adaptationHighlightText2'}
|
||||||
|
)}
|
||||||
|
large_image="/images/annual-report/2020/adaptation/Aaron Reuland - Class Projects 1.png"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="world">
|
||||||
|
<div className="spotlight bubble adaptation">
|
||||||
|
<FormattedMessage id="annualReport.spotlightStory" />
|
||||||
|
</div>
|
||||||
|
<h2>
|
||||||
|
<FormattedMessage id="annualReport.adaptationHighlightTitle2" />
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage id="annualReport.adaptationHighlightText2b" />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="inner">
|
<div className="inner">
|
||||||
<div className="subsection-tag">
|
<div className="subsection-tag">
|
||||||
|
|
|
@ -1330,6 +1330,12 @@ img.comment-viz{
|
||||||
max-width: 780px;
|
max-width: 780px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
&.content{
|
||||||
|
justify-content: space-between;
|
||||||
|
.text{
|
||||||
|
max-width: 370px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.extending-reach {
|
.extending-reach {
|
||||||
|
@ -1351,6 +1357,9 @@ img.comment-viz{
|
||||||
}
|
}
|
||||||
|
|
||||||
.initiatives-adaptation {
|
.initiatives-adaptation {
|
||||||
|
.world{
|
||||||
|
max-width: 700px;
|
||||||
|
}
|
||||||
.community-hero-img {
|
.community-hero-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 545px;
|
height: 545px;
|
||||||
|
|
|
@ -133,6 +133,10 @@
|
||||||
"annualReport.adaptationHighlightName": "Aaron Reuland",
|
"annualReport.adaptationHighlightName": "Aaron Reuland",
|
||||||
"annualReport.adaptationHighlightTitle": "K-5 Library Media Teacher, Norwood, MA",
|
"annualReport.adaptationHighlightTitle": "K-5 Library Media Teacher, Norwood, MA",
|
||||||
"annualReport.adaptationHighlightText": "In Aaron Reuland’s Title One school in Norwood, Massachusetts, he counted on Scratch to help engage remote students in creative learning and rekindle their sense of community “when the only things I could count on us all having were a working computer and an internet connection.”",
|
"annualReport.adaptationHighlightText": "In Aaron Reuland’s Title One school in Norwood, Massachusetts, he counted on Scratch to help engage remote students in creative learning and rekindle their sense of community “when the only things I could count on us all having were a working computer and an internet connection.”",
|
||||||
|
"annualReport.adaptationHighlightText2": "Aaron’s students worked together to build a “kooky” version of their town called “Norwouldn’t,” packed with storybook creatures, original artwork, and interconnecting narratives. It was one of many collaborative Scratch projects Aaron facilitated to remind students that even while COVID-19 kept them inside their homes, they were still part of a caring and joyful community.",
|
||||||
|
|
||||||
|
"annualReport.adaptationHighlightTitle2": "Scratch at Home",
|
||||||
|
"annualReport.adaptationHighlightText2b": "On March 17, we responded to the COVID-19 crisis by launching the #ScratchAtHome initiative to provide children, families, and educators with ideas for engaging in creative learning activities with Scratch at home. It was an invaluable way to connect with our community and adapt to a whole new way of learning and interacting online.",
|
||||||
|
|
||||||
"annualReport.schoolsIntro": "We provide programs and resources to support teachers and students in schools around the world, designed to achieve equity in creative computing experiences, based on projects, passion, peers, and play.",
|
"annualReport.schoolsIntro": "We provide programs and resources to support teachers and students in schools around the world, designed to achieve equity in creative computing experiences, based on projects, passion, peers, and play.",
|
||||||
"annualReport.schoolsSpotlight": "Schools — Spotlight Story",
|
"annualReport.schoolsSpotlight": "Schools — Spotlight Story",
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
Loading…
Reference in a new issue