Unverified Commit a3afa5e4 authored by picklesrus's avatar picklesrus Committed by GitHub

Merge pull request #2447 from picklesrus/educators

Educators Page Changes
parents a9f9d7ee 5b6bbbdb
{
"teacherlanding.title": "Scratch for Educators",
"teacherlanding.intro": "Your students can use Scratch to code their own interactive stories, animations, and games. In the process, they learn to think creatively, reason systematically, and work collaboratively — essential skills for everyone in today’s society.",
"teacherlanding.resourcesAnchor": "Resources",
"teacherlanding.inPracticeTitle": "Who Uses Scratch?",
"teacherlanding.inPracticeIntro": "Educators are using Scratch in a wide variety of: ",
"teacherlanding.generalUsageSettings": "<b>Settings:</b> schools, museums, libraries, community centers",
"teacherlanding.generalUsageGradeLevels": "<b>Grade Levels:</b> elementary, middle, and high school (and some colleges too!)",
"teacherlanding.generalUsageSubjectAreas": "<b>Subject Areas:</b> language arts, science, social studies, math, computer science, foreign languages, and the arts",
"teacherlanding.scratchEdTitle": "A Community for Educators",
"teacherlanding.scratchEdDescription": "<a href=\"http://scratched.gse.harvard.edu/\">ScratchEd</a> is an online community where Scratch educators <a href=\"http://scratched.gse.harvard.edu/stories\">share stories</a>, exchange resources, ask questions, and find people. ScratchEd is developed and supported by the Harvard Graduate School of Education.",
"teacherlanding.meetupTitle": "In-Person Gatherings",
"teacherlanding.meetupDescription": "<a href=\"http://www.meetup.com/pro/scratched/\">Scratch Educator Meetups</a> are gatherings of Scratch Educators who want to learn with and from each other, sharing their ideas and strategies for supporting computational creativity in all its forms.",
"teacherlanding.guidesTitle": "Guides & Tutorials",
"teacherlanding.tttPage": "The <a href=\"/tips\">Tips page</a> offers a variety of tutorials, activity cards, and educator guides.",
"teacherlanding.tipsWindow" : "The <a href=\"/projects/editor/?tip_bar=home\">Tips Window</a> provides help for creating projects in Scratch.",
"teacherlanding.creativeComputing": "The <a href=\"http://scratched.gse.harvard.edu/guide/\">Creative Computing Curriculum Guide</a> provides plans, activities, and strategies for introducing creative computing.",
"teacherlanding.intro": "Your students can use Scratch to code their own interactive stories, animations, and games. In the process, they learn to think creatively, reason systematically, and work collaboratively  — essential skills for everyone in today’s society. Educators are integrating Scratch across many different subject areas and age groups.",
"teacherlanding.resourcesTitle": "Resources",
"teacherlanding.connectTitle": "Connect",
"teacherlanding.newsTitle": "News",
"teacherlanding.teacherAccountsTitle": "Teacher Accounts",
"teacherlanding.educatorResourcesTitle": "Resources for Educators",
"teacherlanding.educatorGuides": "{educatorLink} show you how to prepare and run Scratch classes and workshops.",
"teacherlanding.educatorGuideLinkText" : "Educator Guides",
"teacherlanding.creativeComputing": "{scratchEdLink} from the ScratchEd team provides plans, activities, and strategies for introducing creative computing.",
"teacherlanding.scratchEdLinkText" : "Creative Computing",
"teacherlanding.studentResourcesTitle" : "Resources for Students",
"teacherlanding.tutorialResources": "Explore {tutorialLink} to find out how you can create stories, animations, games, and more!",
"teacherlanding.tutorialLink" : "Scratch Tutorials",
"teacherlanding.codingCardResources": "Download and print {codingCardLink} for step-by-step instructions for a variety of projects.",
"teacherlanding.codingCardLink" : "Coding Cards",
"teacherlanding.ideasResources" : "Visit the {ideasPageLink} for additional resources from the Scratch Team",
"teacherlanding.ideasLink" : "Ideas Page",
"teacherlanding.connectingWithEducators" : "Connecting with Other Educators",
"teacherlanding.teachingWithScratch" : "Join the {teachingWithScratchLink} Facebook group to share ideas, questions, and resources related to teaching with Scratch.",
"teacherlanding.teachingWithScratchLink" : "Teaching with Scratch",
"teacherlanding.attendMeetups" : "Attend {meetupLink} to share ideas and strategies with other educators for supporting computational creativity in all its forms.",
"teacherlanding.meetupLink" : "ScratchEd Educator Meetups",
"teacherlanding.moreGetStartedTitle" : "More Ways to Get Started",
"teacherlanding.csFirst" : "Google’s free curriculum, {csFirstLink}, has been used by students and educators worldwide. Over 1,000 instructional videos and lesson plans introduce students to Scratch.",
"teacherlanding.csFirstLink" : "CS First",
"teacherlanding.codeClub" : "Visit {codeClubLink} to access more than 30 free project modules to engage students in learning to make interactive stories, games, and animations.",
"teacherlanding.codeClubLink" : "Code Club",
"teacherlanding.newsAndUpdatesTitle" : "News and Updates",
"teacherlanding.followUs" : "Follow us on {facebookLink}, {twitterLink}, and {instagramLink}!",
"teacherlanding.signupTips" : "Sign up to receive {signupTipsLink} from the Scratch Team",
"teacherlanding.signupTipsLink" : "updates and tips",
"teacherlanding.accountsTitle": "Teacher Accounts in Scratch",
"teacherlanding.accountsDescription": "As an educator, you can request a Scratch Teacher Account, which makes it easier to create accounts for groups of students and to manage your students’ projects and comments. To learn more, see the <a href=\"/educators/faq\">Teacher Account FAQ page</a>.",
"teacherlanding.requestAccount": "Request Account"
}
This diff is collapsed.
......@@ -50,7 +50,7 @@ $story-width: $cols3;
}
}
.ted-talk {
.video-player {
position: relative;
margin-bottom: $gutter;
border: 2px solid $ui-border;
......@@ -73,28 +73,6 @@ $story-width: $cols3;
background-color: $band-color;
padding: 1rem 0;
}
.sub-nav {
text-align: left;
li {
margin: 0 .5rem 0 0;
}
}
}
&.faq-banner {
margin-bottom: 0;
background-color: $ui-gray;
}
}
.general-usage {
justify-content: space-between;
p {
max-width: $cols4;
}
}
......@@ -105,87 +83,29 @@ $story-width: $cols3;
align-items: flex-start;
div {
max-width: $cols6;
max-width: 24rem;
}
}
.guides-and-tutorials {
div {
max-width: $cols4;
max-width: 16rem;
text-align: center;
}
}
section {
margin-bottom: 3rem;
}
#in-practice,
#resources {
.nav-spacer {
.nav-spacer { // For making the anchors work.
display: block;
visibility: hidden;
margin-top: -50px; // height of nav bar
margin-top: -50px;
height: 50px;
}
}
#in-practice {
border-bottom: 1px solid $ui-border;
padding-bottom: 2rem;
.stories {
margin: auto;
align-items: center;
justify-content: space-between;
flex-direction: row;
}
.story {
margin: 10px auto;
border: 1px solid $ui-border;
border-radius: 10px;
background-color: $ui-white;
box-sizing: border-box;
img {
border-top-left-radius: 9px;
border-top-right-radius: 9px;
width: 100%;
}
.story-info {
padding-top: 10px;
padding-left: 10px;
.name {
margin: 0;
line-height: initial;
color: $ui-blue;
font-size: initial;
font-weight: 500;
}
p {
margin: 10px 0;
font-size: .75rem;
}
}
}
}
margin-bottom: 3rem;
#resources {
h2 {
padding-bottom: 2rem;
text-align: center;
}
h3 {
font-weight: 300;
}
#guides-header {
margin-bottom: .75rem;
text-align: center;
}
}
......@@ -415,37 +335,11 @@ $story-width: $cols3;
}
}
#in-practice {
h2 {
text-align: center;
}
.intro {
margin-bottom: 1rem;
text-align: center;
}
.general-usage {
margin-bottom: 2rem;
p {
margin: .25em 0;
max-width: $cols8;
text-align: center;
}
}
}
.educators {
#resources {
margin: 0 auto;
width: $cols6;
h2 {
margin: 0 auto;
text-align: left;
}
.educator-community {
justify-content: center;
}
......@@ -459,7 +353,7 @@ $story-width: $cols3;
.guides-and-tutorials {
div {
display: flex;
max-width: $cols8;
max-width: 16rem;
text-align: left;
justify-content: space-between;
}
......
This diff is collapsed.
<svg width="200" height="140" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path d="M32.368 28.726c5.654-3.96 1.395-6.086-1.102-5.426-3.73.986-5.76 3.873-7.343 3.96-3.098.168-3.992-5.204-2.493-7.092 1.765-2.222 4.42-4.447 5.508-4.51 1.456-.084 2.467 1.798 4.158 4.015 1.469 1.925 5.406 1.406 3.607-1.637-2.491-4.214-5.25-7.31-7.138-7.385-1.493-.059-3.194.414-5.345 1.964-2.768 1.993-3.838 3.136-4.37 3.208-1.194.162.507-6.281 2.81-11.99 1.596-3.959-2.847-5.594-4.517-1.264-3.14 8.14-3.27 15.121-4.03 15.081-.524-.027-1.293-5.188-.266-12.606.464-3.349-4.207-4.25-4.553.44-.457 6.214.261 13.272-.679 13.497-.653.157-1.805-6.323-2.46-8.987-1.028-4.18-4.742-2.4-4.075.494C2.687 21.8 3.334 22.421 3.127 28.986c-.294 9.312 14.54 14.519 20.638 6.816 4.182-5.282 5.56-4.946 8.603-7.076z" id="a"/><path d="M.194 5.166C1.658 5.084 2.88 7.072 4.58 9.248c1.476 1.89 5.434 1.38 3.626-1.607C5.702 3.504 2.782.341.886.267l-.692 4.9z" id="c"/></defs><g fill="none" fill-rule="evenodd"><path d="M123.924 107.54c-1.734-.63-2.474-2.44-1.77-4.358.705-1.918 2.826-2.69 4.515-2.352 1.689.337 3.47 2.843 2.29 4.829-1.18 1.986-3.3 2.513-5.035 1.882zm1.542 7.44c-1.163-.423-2.09-1.714-1.2-3.258.89-1.544 1.946-1.313 3.223-1.133 1.276.18 1.586 1.997 1.162 3.163-.424 1.164-2.021 1.651-3.185 1.228zm-5.017 5.912c-1.05-.383-1.737-1.147-1.363-2.175.375-1.029 1.53-1.553 2.72-1.55 1.188.003 1.599 1.527 1.224 2.555-.374 1.028-1.53 1.552-2.58 1.17zM67.862 40.057c7.153-6.424 17.124.639 17.124.639s-1-9.665 11.927-11.505c12.928-1.84 18.266 11.436 15.81 15.733 0 0 12.635-4.474 17.826 4.525 4.202 7.285-2.395 16.224-2.395 16.224s8.427 3.026 5.48 12.96c-2.948 9.935-10.801 10.846-10.801 10.846s-.864 7.138-6.46 11.003c-6.848 4.73-21.981 2.832-24.393-7.523 0 0-10.696 8.292-21.437-1.113-7.555-6.615-2.84-13.994-2.84-13.994s-6.248-2.981-8.302-9.28c-2.944-9.03 7.745-10.145 7.745-10.145.259 1.67-6.437-11.947.716-18.37z" fill-opacity=".15" fill="#000"/><path d="M82.153 66.408c0-.945.773-1.71 1.726-1.71l4.465-.002c.458 0 .897.18 1.22.501l2.442 2.418c.324.321.763.501 1.221.501h5.476c.458 0 .897-.18 1.22-.5l2.442-2.419c.324-.32.763-.5 1.221-.5h26.2c.954 0 1.727.765 1.727 1.71v17.098c0 .944-.773 1.71-1.727 1.71h-26.2c-.458 0-.897.18-1.22.5l-2.442 2.418c-.324.321-.763.501-1.221.501h-5.476c-.458 0-.897-.18-1.22-.5l-2.442-2.419c-.324-.32-.763-.5-1.221-.5H83.88a1.718 1.718 0 0 1-1.727-1.709V66.408z" fill="#855CD6"/><path d="M82.153 69.8c0-.943.773-1.709 1.726-1.709l4.465-.001c.458 0 .897.18 1.22.5l2.442 2.418c.324.321.763.501 1.221.501h5.476c.458 0 .897-.18 1.22-.5l2.442-2.419c.324-.32.763-.5 1.221-.5h26.2c.954 0 1.727.765 1.727 1.71v17.098c0 .944-.773 1.71-1.727 1.71h-26.2c-.458 0-.897.18-1.22.5l-2.442 2.418c-.324.321-.763.501-1.221.501h-5.476c-.458 0-.897-.18-1.22-.5l-2.442-2.419c-.324-.32-.763-.5-1.221-.5l-4.464.001a1.718 1.718 0 0 1-1.727-1.71V69.801z" fill="#96F"/><g><g transform="rotate(-10 221.72 -254.695)"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><use fill="#0EA57A" xlink:href="#a"/><path d="M31.968 27.126c5.655-3.96 1.395-6.086-1.101-5.426-3.73.986-5.76 3.873-7.343 3.96-3.099.169-3.536-4.148-2.036-6.036 1.764-2.222 3.984-4.674 5.07-4.736 1.457-.084 2.447.969 4.138 3.185 1.469 1.925 5.407 1.407 3.608-1.637-2.492-4.214-5.25-7.309-7.138-7.384-1.493-.06-3.194.414-5.346 1.963-2.768 1.993-2.406 2.333-2.937 2.405-1.195.163 1.994-5.375 3.887-11.268.392-1.221-3.171-4.42-4.84-.09-.969 2.508-1.11 5.001-1.637 7.126-1.182 4.767-2.23 8.097-4.194 8.55-.358-3.237-.194-7.327.49-12.272.465-3.35-3.754-4.514-4.055-1.308-.302 3.215.406 4.748.242 7.752-.153 2.786-.754 6.72-2.16 7.033-.772-4.21-1.377-7.203-1.814-8.98-1.028-4.18-4.329-2.584-3.662.31 2.607 11.312 5.277 11.65 5.07 18.214-.294 9.313 12.427 13.597 18.526 5.894 4.182-5.282 4.19-5.124 7.232-7.255z" fill="#0EBD8C" mask="url(#b)"/></g><path d="M81.111 56.821l-2.97-16.838a1.718 1.718 0 0 1 1.404-1.984l4.396-.777c.45-.08.915.022 1.29.281l2.824 1.958c.375.26.838.36 1.29.28l5.392-.95c.45-.08.852-.333 1.115-.705l1.985-2.805a1.735 1.735 0 0 1 1.115-.705l42.442-7.484a1.718 1.718 0 0 1 1.997 1.384l2.97 16.838a1.718 1.718 0 0 1-1.404 1.984l-42.442 7.484c-.451.08-.852.333-1.115.705l-1.985 2.805a1.735 1.735 0 0 1-1.115.706l-5.393.95a1.735 1.735 0 0 1-1.29-.28l-2.824-1.958a1.735 1.735 0 0 0-1.29-.281l-4.394.776a1.718 1.718 0 0 1-1.998-1.384" fill="#F35"/><path d="M81.677 60.032l-2.969-16.838a1.718 1.718 0 0 1 1.403-1.984l4.396-.776c.451-.08.915.021 1.29.28l2.824 1.958c.375.26.838.36 1.29.281l5.392-.95c.45-.08.852-.333 1.115-.706l1.985-2.805a1.735 1.735 0 0 1 1.115-.705l42.442-7.484a1.718 1.718 0 0 1 1.998 1.384l2.969 16.839a1.718 1.718 0 0 1-1.404 1.984l-42.442 7.483c-.451.08-.852.334-1.115.705l-1.985 2.806a1.735 1.735 0 0 1-1.115.705l-5.392.95a1.735 1.735 0 0 1-1.29-.28L89.36 60.92a1.735 1.735 0 0 0-1.29-.28l-4.395.776a1.718 1.718 0 0 1-1.998-1.385" fill="#FF6680"/><g transform="rotate(-10 268.378 -412.705)"><mask id="d" fill="#fff"><use xlink:href="#c"/></mask><use fill="#0EA57A" xlink:href="#c"/><path d="M.148 4.403c1.656.169 3.106 3.414 4.806 5.59 1.476 1.89 5.942.854 4.134-2.134C6.584 3.723 2.381-1.23.484-1.303L.148 4.403z" fill="#0EBD8C" mask="url(#d)"/></g></g></g></svg>
\ No newline at end of file
This diff is collapsed.
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