mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-28 01:56:00 -05:00
Add culturally sustaining link
This commit is contained in:
parent
550a661687
commit
ee645b250a
2 changed files with 14 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
|||
"sec.applyDeadline": "The deadline for applying to the Scratch Education Collaborative is January 10th, 2021",
|
||||
"sec.applyButton": "Click here to apply",
|
||||
"sec.projectsIntro": "The Scratch Foundation is launching the Scratch Education Collaborative (SEC), to bring together organizations committed to supporting creative coding experiences with a focus on educators, students, and communities historically underrepresented in computing.",
|
||||
"sec.projectsIntro2": "In 2021, during the pilot year of the SEC, 5 organizations from across the globe will be selected to share their work, learn from one another, and help to develop best practices and examples for implementing culturally-sustaining creative computing with Scratch.",
|
||||
"sec.projectsIntro2": "In 2021, during the pilot year of the SEC, 5 organizations from across the globe will be selected to share their work, learn from one another, and help to develop best practices and examples for implementing {culturallySustainingLink} creative computing with Scratch.",
|
||||
"sec.culturallySustaining": "culturally-sustaining",
|
||||
"sec.expectationsFromSec": "What participating organizations can expect from the SEC",
|
||||
"sec.expectationsFromSecPoint1": "Opportunities to connect with and learn from peer organizations and thought leaders around the globe through virtual workshops",
|
||||
"sec.expectationsFromSecPoint2": "Support in developing and promoting equity-centered creative coding resources, events, and workshops using Scratch",
|
||||
|
|
|
@ -38,7 +38,18 @@ const EducationCollaborative = () => (
|
|||
<section id="projects">
|
||||
<h2><FormattedMessage id="sec.projectsTitle" /></h2>
|
||||
<p><FormattedMessage id="sec.projectsIntro" /></p>
|
||||
<p><FormattedMessage id="sec.projectsIntro2" /></p>
|
||||
<p>
|
||||
<FormattedMessage id="sec.projectsIntro2"
|
||||
values={{
|
||||
culturallySustainingLink: <a
|
||||
href="https://docs.google.com/document/d/1JcRBFhAXvMGKXgHADg1sAZC8b_zb2OSVDjaEOL8tzcw/edit#bookmark=id.4c6pah669jb5"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="sec.culturallySustaining" />
|
||||
</a>
|
||||
}} />
|
||||
</p>
|
||||
</section>
|
||||
<section id="expectations-for-sec">
|
||||
<h3><FormattedMessage id="sec.expectationsFromSec" /></h3>
|
||||
|
|
Loading…
Reference in a new issue