mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Added links and locations for partner organizations
This commit is contained in:
parent
0149718c8d
commit
69a383ceb2
2 changed files with 108 additions and 12 deletions
|
@ -113,12 +113,18 @@
|
|||
"sec.projectsIntro2": "Up to 10 organizations will be selected in the 2021 pilot year to expand on and support each other's work with historically marginalized communities including Black, Latinx, and Indigenous youth. Participants in the SEC will learn from one another, and collaborate with members of the Scratch Foundation, The MIT Media Lab, and other global leaders in creative computing to develop best practices for implementing culturally sustaining creative computing with Scratch.",
|
||||
"sec.projectsIntro3": "The SEC is a key initiative of the Scratch Foundation. Originating from MIT Media Lab’s Lifelong Kindergarten Group and with over 200 million users, Scratch is the world’s largest and most diverse coding community for children offered free of charge.",
|
||||
"sec.partnerOrgsTitle": "Partner Orgs",
|
||||
"sec.partnerOrgs1": "Raspberry Pi Foundation",
|
||||
"sec.partnerOrgs2": "Standford d.School (Formerly School of Intercultural Computing)",
|
||||
"sec.partnerOrgs3": "Chicago Public Schools",
|
||||
"sec.partnerOrgs4": "STEM Nola",
|
||||
"sec.partnerOrgs5": "Brazil Creative Learning Network",
|
||||
"sec.partnerOrgs6": "The Tinkering Studio",
|
||||
"sec.partnerOrg1": "{partnerOrg1Listing} - Cambridge, UK",
|
||||
"sec.partnerOrg1LinkText": "Raspberry Pi Foundation",
|
||||
"sec.partnerOrg2": "{partnerOrg2Listing} (Formerly School of Intercultural Computing) - Stanford, CA, USA",
|
||||
"sec.partnerOrg2LinkText": "Stanford d. School",
|
||||
"sec.partnerOrg3": "{partnerOrg3Listing} - IL, USA",
|
||||
"sec.partnerOrg3LinkText": "Chicago Public Schools",
|
||||
"sec.partnerOrg4": "{partnerOrg4Listing} - New Orleans, LA, USA",
|
||||
"sec.partnerOrg4LinkText": "STEM Nola",
|
||||
"sec.partnerOrg5": "{partnerOrg5Listing} - Brazil",
|
||||
"sec.partnerOrg5LinkText": "Brazilian Creative Learning Network (BCLN)",
|
||||
"sec.partnerOrg6": "{partnerOrg6Listing} - San Francisco, CA, USA",
|
||||
"sec.partnerOrg6LinkText": "The Tinkering Studio",
|
||||
"sec.expectationsFromSecPoint1": "Connect with and learn from the Scratch Foundation, the MIT Media Lab, and other leading organizations from around the world with experience implementing creative learning with Scratch",
|
||||
"sec.expectationsFromSecPoint2": "Grow your organization’s capacity through equity-centered professional development",
|
||||
"sec.expectationsFromSecPoint3": "Collaborate in developing equity-centered creative coding resources, events, and workshops using Scratch for your local community",
|
||||
|
|
|
@ -714,12 +714,102 @@ const EducationCollaborative = () => (
|
|||
</TitleBanner>
|
||||
<div className="inner sec-faq">
|
||||
<section id="expectations-for-sec">
|
||||
<p><FormattedMessage id="sec.partnerOrgs1" /></p>
|
||||
<p><FormattedMessage id="sec.partnerOrgs2" /></p>
|
||||
<p><FormattedMessage id="sec.partnerOrgs3" /></p>
|
||||
<p><FormattedMessage id="sec.partnerOrgs4" /></p>
|
||||
<p><FormattedMessage id="sec.partnerOrgs5" /></p>
|
||||
<p><FormattedMessage id="sec.partnerOrgs6" /></p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="sec.partnerOrg1"
|
||||
values={{
|
||||
partnerOrg1Listing: (
|
||||
<a
|
||||
href="https://www.raspberrypi.org/about/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="sec.partnerOrg1LinkText" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="sec.partnerOrg2"
|
||||
values={{
|
||||
partnerOrg2Listing: (
|
||||
<a
|
||||
href="https://dschool.stanford.edu/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="sec.partnerOrg2LinkText" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="sec.partnerOrg3"
|
||||
values={{
|
||||
partnerOrg3Listing: (
|
||||
<a
|
||||
href="http://cps.edu/cs"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="sec.partnerOrg3LinkText" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="sec.partnerOrg4"
|
||||
values={{
|
||||
partnerOrg4Listing: (
|
||||
<a
|
||||
href="https://stemnola.com/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="sec.partnerOrg4LinkText" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="sec.partnerOrg5"
|
||||
values={{
|
||||
partnerOrg5Listing: (
|
||||
<a
|
||||
href="https://www.aprendizagemcriativa.org/pt-br"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="sec.partnerOrg5LinkText" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id="sec.partnerOrg6"
|
||||
values={{
|
||||
partnerOrg6Listing: (
|
||||
<a
|
||||
href="https://www.exploratorium.edu/tinkering/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<FormattedMessage id="sec.partnerOrg6LinkText" />
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
<section className="band">
|
||||
|
|
Loading…
Reference in a new issue