get community header in

This commit is contained in:
caseymm 2021-10-12 15:55:30 -07:00
parent 19e65e9f0e
commit bd4892da4a
3 changed files with 17 additions and 15 deletions

View file

@ -1231,22 +1231,23 @@ class AnnualReport extends React.Component {
/>
</div>
<div className="subsection-tag">
<FormattedMessage id="annualReport.communitySpotlight" />
</div>
<div className="initiatives-subsection-intro">
</div>
{/* <div className="community-hero-img" /> */}
</div>
<div className="initiatives-community">
<div className="initiatives-subsection-header community">
<div className="inner">
<h2>
<FormattedMessage id="annualReport.communityTeam" />
<FormattedMessage id="annualReport.communityTitle" />
</h2>
<p>
<FormattedMessage id="annualReport.communityTeamIntro1" />
</p>
<p>
<FormattedMessage id="annualReport.communityTeamIntro2" />
<FormattedMessage id="annualReport.communityIntro" />
</p>
</div>
</div>
<div className="community-hero-img" />
<div className="inner">
<div className="inner">
<div className="moderation-and-guidelines">
<div className="community-moderation">
@ -1537,6 +1538,7 @@ class AnnualReport extends React.Component {
</MediaQuery>
</div>
</div>
</div>
</div>
{/* eslint-enable max-len */}
</div>

View file

@ -1161,10 +1161,10 @@ img.comment-viz{
margin: 70px 0;
}
// &.community {
// background-color: $ui-blue;
// background-position: 50% 50%;
// }
&.community {
background-color: $ui-blue;
background-position: 50% 50%;
}
// &.schools {
// background-color: $ui-purple;

View file

@ -188,7 +188,7 @@
"annualReport.communityTitle": "Community",
"annualReport.communityIntro": "The Scratch online community has always been an important part of the Scratch experience, providing opportunities for children to collaborate, share, and provide feedback to one another.",
"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.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.",