-
-
-
+
diff --git a/src/views/annual-report/2021/annual-report.scss b/src/views/annual-report/2021/annual-report.scss
index f0df71907..6feb21ad4 100644
--- a/src/views/annual-report/2021/annual-report.scss
+++ b/src/views/annual-report/2021/annual-report.scss
@@ -705,90 +705,14 @@ a, a:link, a:visited, a:active{
}
.bubble {
- background-color: rgba(0,0,0,.15);
- color: #fff;
- font-weight: 500;
- border-radius: 50px;
- padding: 8px 36px;
- font-size: 1rem;
- margin: 15px auto;
- width: max-content;
- display: flex;
- justify-content: center;
- align-items: center;
- img{
- margin: 0px 8px;
- width: 30px;
- height: 30px;
- }
&.left-align{
margin: 0 0 20px 0;
}
- &.increase{
- &.dark{
- // background-color: darken($annual-report-teal, 15%);
- .million{
- font-size: 1rem;
- margin: 0 3px;
- span:before{
- display: none;
- }
- }
- }
- span{
- display: flex;
- justify-content: center;
- align-items: center;
- &:before{
- content: '';
- width: 30px;
- height: 30px;
- background-image: url("/images/annual-report/2020/Symbols-UI/Arrow_up.svg");
- background-size: contain;
- display: inline-block;
- margin-right: 10px;
- }
- }
+ &.languages{
+ margin-top: 50px;
}
- &.spotlight{
- &:before{
- content: '';
- width: 30px;
- height: 30px;
- background-image: url("/images/annual-report/2020/Symbols-UI/LightBulb_spotlightstory.svg");
- background-size: contain;
- display: inline-block;
- margin-right: 10px;
- }
- }
- &.snapshot{
- &:before{
- content: '';
- width: 30px;
- height: 30px;
- background-image: url("/images/annual-report/2020/Symbols-UI/Camera_snapshots.svg");
- background-size: contain;
- display: inline-block;
- margin-right: 10px;
- }
- }
-
- &.SEC{
- background-color: $motion-blue-3;
- }
-
- &.community{
- background-color: $ui-purple-dark;
- }
- &.access{
- background-color: $annual-report-green;
- &.languages{
- margin-top: 50px;
- margin-bottom: -10px;
- @media #{$intermediate-and-smaller}{
- margin: 50px auto 10px;
- }
- }
+ &.green{
+ padding: 8px 36px;
}
}
diff --git a/src/views/annual-report/2021/l10n.json b/src/views/annual-report/2021/l10n.json
index eee736343..a70272fbc 100644
--- a/src/views/annual-report/2021/l10n.json
+++ b/src/views/annual-report/2021/l10n.json
@@ -61,7 +61,7 @@
"annualReport.2021.reachScratchJrBlurb": "ScratchJr is an introductory programming environment that enables young children (ages 5-7) to create their own interactive stories and games.",
"annualReport.2021.reachDownloadsMillion": "5 {million}",
"annualReport.2021.reachDownloads": "Downloads in 2021",
- "annualReport.2021.reachDownloadsIncrease": "2 {million} from 2020",
+ "annualReport.2021.reachDownloadsIncrease": "2 million from 2020",
"annualReport.2021.themesTitle": "Emerging Themes",
"annualReport.2021.themesDescription": "Amidst ongoing uncertainty from COVID-19, Scratch continued to serve as a key space for young people to connect and create together. In 2021, we focused our efforts on building a strong foundation to equitably support our growing global community and our growing Scratch Team. Our work was centered around three major themes: fostering community, increasing access and accessibility, and developing the Scratch Education Collaborative (SEC).",
@@ -223,7 +223,7 @@
"annualReport.2021.supportersIntro": "Thank you to our generous supporters. Your contribution helps us expand creative learning opportunities for children of all ages, from all backgrounds, around the globe.",
"annualReport.2021.ourSupporters": "Our Supporters",
- "annualReport.2021.ourSupportersText": "We want to thank all Scratch supporters who, throughout the years, have helped us create amazing learning experiences for millions of young people around the world. The following list is based on giving to Scratch Foundation from January 1, 2021 to December 31, 2021.",
+ "annualReport.2021.ourSupportersText": "We want to thank all Scratch supporters who, throughout the years, have helped us amazing learning experiences for millions of young people around the world. The following list is based on giving to Scratch Foundation from January 1, 2021 to December 31, 2021.",
"annualReport.2021.supportersFoundingTitle": "Founding Partners — $10,000,000+",
"annualReport.2021.supportersFoundingText": "We are especially grateful to our Founding Partners who have each provided at least $10,000,000 in cumulative support, since the start of Scratch in 2003.",
diff --git a/src/views/annual-report/2021/video-preview-youtube/video-preview-youtube.jsx b/src/views/annual-report/2021/video-preview-youtube/video-preview-youtube.jsx
index 7ece4c90f..762ea246a 100644
--- a/src/views/annual-report/2021/video-preview-youtube/video-preview-youtube.jsx
+++ b/src/views/annual-report/2021/video-preview-youtube/video-preview-youtube.jsx
@@ -95,8 +95,7 @@ VideoPreviewYouTube.propTypes = {
videoHeight: PropTypes.string,
videoId: PropTypes.string.isRequired,
videoWidth: PropTypes.string,
- alt: PropTypes.string,
- spinnerColor: PropTypes.string
+ alt: PropTypes.string
};
module.exports = VideoPreviewYouTube;
diff --git a/src/views/annual-report/2021/video-youtube/video-youtube.jsx b/src/views/annual-report/2021/video-youtube/video-youtube.jsx
index d4e7a3444..95493a8f1 100644
--- a/src/views/annual-report/2021/video-youtube/video-youtube.jsx
+++ b/src/views/annual-report/2021/video-youtube/video-youtube.jsx
@@ -4,17 +4,15 @@ const classNames = require('classnames');
require('./video-youtube.scss');
+// eslint-disable-next-line react/prefer-stateless-function
class VideoYoutube extends React.Component {
- constructor (props) {
- super(props);
- }
render () {
return (