mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Clean up Bridges to Science spotlight
This commit is contained in:
parent
ce7e080916
commit
57650fdf56
3 changed files with 14 additions and 4 deletions
|
@ -1339,7 +1339,7 @@ class AnnualReport extends React.Component {
|
||||||
<MediaQuery maxWidth={frameless.tabletPortrait - 1}>
|
<MediaQuery maxWidth={frameless.tabletPortrait - 1}>
|
||||||
{/* eslint-disable max-len */}
|
{/* eslint-disable max-len */}
|
||||||
<TextAndMediaSnippet
|
<TextAndMediaSnippet
|
||||||
className="regular"
|
className="regular medium-title"
|
||||||
title={this.props.intl.formatMessage(
|
title={this.props.intl.formatMessage(
|
||||||
{id: 'annualReport.2021.accessSouthAfrica'}
|
{id: 'annualReport.2021.accessSouthAfrica'}
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -1338,7 +1338,6 @@ img.comment-viz{
|
||||||
&.spotlight{
|
&.spotlight{
|
||||||
// margin-left: 50px;
|
// margin-left: 50px;
|
||||||
@media #{$medium-and-smaller}{
|
@media #{$medium-and-smaller}{
|
||||||
margin: auto;
|
|
||||||
+ h4{
|
+ h4{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
@ -1571,10 +1570,18 @@ img.comment-viz{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
&.aaron{
|
&.aaron{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.larger {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.split{
|
&.split{
|
||||||
&.content{
|
&.content{
|
||||||
|
@ -1607,8 +1614,11 @@ img.comment-viz{
|
||||||
|
|
||||||
@media #{$intermediate} {
|
@media #{$intermediate} {
|
||||||
.text{
|
.text{
|
||||||
max-width: 380px;
|
max-width: 360px;
|
||||||
}
|
}
|
||||||
|
// .images {
|
||||||
|
// max-width: 300px;
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
"annualReport.2021.SECSpotlightTitle": "Bridges to Science",
|
"annualReport.2021.SECSpotlightTitle": "Bridges to Science",
|
||||||
"annualReport.2021.SECSpotlightLocation": "Fulshear, Texas",
|
"annualReport.2021.SECSpotlightLocation": "Fulshear, Texas",
|
||||||
"annualReport.2021.SECSpotlightText1": "Bridges to Science; a Texas-based nonprofit providing math, coding, and robotics programs for underserved youth; was one of 41 exceptional organizations to join the Scratch Education Collaborative's first cohort.",
|
"annualReport.2021.SECSpotlightText1": "Bridges to Science; a Texas-based nonprofit providing math, coding, and robotics programs for underserved youth; was one of 41 exceptional organizations to join the Scratch Education Collaborative's first cohort.",
|
||||||
"annualReport.2021.SECSpotlightText2": "In 2021, we supported Bridges to Science in facilitating their first “Hour of Code” workshop with Code.org.",
|
"annualReport.2021.SECSpotlightText2": "In 2021, we supported Bridges to Science in facilitating their first “Hour of Code” workshop with Code.org. The event “Fiestas y Piñatas” attracted over 22,000 teachers and students from Latin America. We also collaborated with Bridges to Science to develop a toolkit of unique resources to meet their community’s needs.",
|
||||||
|
|
||||||
"annualReport.2021.SECPullQuote": "One of the greatest joys that we have in teaching our students is that each one of them, no matter how quiet they are, all find a voice in computer science through Scratch.",
|
"annualReport.2021.SECPullQuote": "One of the greatest joys that we have in teaching our students is that each one of them, no matter how quiet they are, all find a voice in computer science through Scratch.",
|
||||||
"annualReport.2021.SECPullQuoteAttr": "- Rosa Aristy, Bridges to Science Founder ",
|
"annualReport.2021.SECPullQuoteAttr": "- Rosa Aristy, Bridges to Science Founder ",
|
||||||
|
|
Loading…
Reference in a new issue