start community section

This commit is contained in:
caseymm 2021-10-12 17:38:23 -07:00
parent bd4892da4a
commit ac467b3cab
3 changed files with 29 additions and 3 deletions

View file

@ -1247,7 +1247,23 @@ class AnnualReport extends React.Component {
</p>
</div>
</div>
<div className="inner">
<div className="initiatives-subsection-content">
<div className="world">
<div className="spotlight bubble community">
<FormattedMessage id="annualReport.spotlightStory" />
</div>
<h2>
<FormattedMessage id="annualReport.communityTitle1" />
</h2>
<p>
<FormattedMessage id="annualReport.communityText1" />
</p>
<p>
<FormattedMessage id="annualReport.communityText2" />
</p>
</div>
</div>
<div className="inner">
<div className="moderation-and-guidelines">
<div className="community-moderation">
@ -1493,8 +1509,8 @@ class AnnualReport extends React.Component {
<FormattedMessage id="annualReport.communityChangeInfo" />
</p>
</div>
</div>
</div>
<div className="video-container">
<div className="video-background blm">
<MediaQuery minWidth={frameless.tabletPortrait}>

View file

@ -854,6 +854,9 @@ p {
&.connectivity{
background-color: $ui-purple;
}
&.community{
background-color: $ui-blue;
}
&.adaptation{
background-color: $ui-aqua;
}
@ -1356,9 +1359,10 @@ img.comment-viz{
}
}
.initiatives-adaptation {
.initiatives-adaptation, .initiatives-community {
.world{
max-width: 700px;
margin: 50px auto;
}
.left-align{
max-width: 700px;

View file

@ -189,6 +189,12 @@
"annualReport.communityTitle": "Community",
"annualReport.communityIntro": "In 2020, the Scratch Community became an even more vital place for young people to find a sense of togetherness and belonging. As we saw the meaningful conversations, collaborative projects, and moving stories Scratchers shared, we were in awe of their creative and resilient spirit.",
"annualReport.communityTitle1": "Virtual Family Creative Coding Nights Guide",
"annualReport.communityText1": "In 2019, with support from Google.org, the Scratch Team worked with Chicago Public Schools Office of Computer Science to connect students, families, teachers, and other community members through Family Creative Coding Nights.",
"annualReport.communityText2": "This year, our teams faced a new challenge: how could we bring the playful, community-building spirit of Family Creative Coding Nights to a virtual space, helping schools develop vital connections with remote students and their families? We developed the Virtual Family Coding Nights guide to provide a structure for these connections and support joyful learning",
"annualReport.communitySpotlight": "Community — Spotlight Story",
"annualReport.communityTeam": "Scratch Community Team",
"annualReport.communityTeamIntro1": "When asked why they use Scratch, most Scratchers talk about the importance of the online community for motivating their ongoing participation, providing a space where they can express their creativity, make friends, receive feedback, get new ideas, and learn new skills. Many Scratchers express their appreciation for the Scratch community as a safe and welcoming space to connect, share, and learn from one another.",