Commit 4ca6e522 authored by Paul Kaplan's avatar Paul Kaplan

Fix formatting

parent 2a0aa3b0
......@@ -2,13 +2,14 @@
"sec.title": "Scratch Education Collaborative",
"sec.intro": "Join a global network of organizations supporting creative coding",
"sec.applyNow": "Apply now!",
"sec.applyBanner": "Applications are open now through March 1st 2021",
"sec.applyBanner": "Applications are open now through March 1st 2021!",
"sec.projectsTitle": "Overview",
"sec.eligibilityTitle": "Eligibility",
"sec.applyTitle": "How do I apply?",
"sec.applyDeadline": "The deadline for applying to the Scratch Education has been extended to March 1st, 2021",
"sec.applyButton": "Click here to apply",
"sec.projectsIntro": "The Scratch Education Collaborative (SEC), with support from Google.org, is building a powerful network of organizations across the world focused on supporting learners from historically marginalized and underserved communities developing their confidence with creative computing.",
"sec.projectsIntro": "The Scratch Education Collaborative (SEC), with support from Google.org, is building a powerful network of organizations across the world",
"sec.projectsIntroBold": "focused on supporting learners from historically marginalized and underserved communities developing their confidence with creative computing.",
"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 underrepresented youth including Black, LatinX, and Indigenous Americans, 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.expectationsFromSec": "As a member of the SEC network, benefits include:",
......
......@@ -44,15 +44,17 @@ const EducationCollaborative = () => (
</FlexRow>
</div>
</TitleBanner>
<section className="band">
<div className="inner">
<h4 className="applyBanner"><FormattedMessage id="sec.applyBanner" /></h4>
</div>
</section>
<section className="band">
<div className="inner">
<h4 className="applyBanner"><FormattedMessage id="sec.applyBanner" /></h4>
</div>
</section>
<div className="inner">
<section id="projects">
<h2><FormattedMessage id="sec.projectsTitle" /></h2>
<p><FormattedMessage id="sec.projectsIntro" /></p>
<p>
<FormattedMessage id="sec.projectsIntro" />&nbsp;<b><FormattedMessage id="sec.projectsIntroBold" /></b>
</p>
<p><FormattedMessage id="sec.projectsIntro2" /></p>
<p><i><FormattedMessage id="sec.projectsIntro3" /></i></p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment