diff --git a/src/views/annual-report/annual-report.jsx b/src/views/annual-report/annual-report.jsx
index 185877f91..a15065dc5 100644
--- a/src/views/annual-report/annual-report.jsx
+++ b/src/views/annual-report/annual-report.jsx
@@ -817,12 +817,43 @@ class AnnualReport extends React.Component {
diff --git a/src/views/annual-report/annual-report.scss b/src/views/annual-report/annual-report.scss
index ed4e31461..6688bc1b8 100644
--- a/src/views/annual-report/annual-report.scss
+++ b/src/views/annual-report/annual-report.scss
@@ -670,12 +670,140 @@ p {
display: flex;
flex-direction: column;
align-items: center;
+ max-width: 760px;
padding: 88px 0;
}
h2 {
margin-bottom: 72px;
}
+
+ .initiatives-pillars {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ width: 100%;
+
+ h4 {
+ color: $ui-white;
+ word-break: break-word;
+ }
+
+ .pillar-splash {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center;
+
+ text-align: center;
+
+ &.tools {
+ background-image: url("/images/annual-report/initiatives/Creative Tools-Splash.svg");
+ }
+
+ &.community {
+ background-image: url("/images/annual-report/initiatives/Community-Splash.svg");
+ }
+
+ &.schools {
+ background-image: url("/images/annual-report/initiatives/Schools-Splash.svg");
+ }
+
+ &.equity {
+ background-image: url("/images/annual-report/initiatives/Equity-Splash.svg");
+ }
+
+ &.global {
+ background-image: url("/images/annual-report/initiatives/Global-Splash.svg");
+ }
+ }
+
+ .three-pillars {
+ display: flex;
+ flex-direction: row;
+ width: 100%;
+ justify-content: space-between;
+ }
+
+ .equity-and-global {
+ width: 100%;
+
+ .pillar-splash {
+ height: 44px;
+ margin: 24px 0;
+ }
+ }
+ }
+
+ @media #{$big} {
+ .three-pillars {
+ .pillar-splash {
+ width: 244px;
+ height: 160px;
+ }
+ }
+ }
+
+ @media #{$intermediate} {
+ .inner {
+ max-width: 620px;
+ }
+
+ .three-pillars {
+ .pillar-splash {
+ width: 192px;
+ height: 128px;
+ }
+ }
+ }
+
+ @media #{$medium} {
+ .inner {
+ max-width: 460px;
+ }
+
+
+ h4 {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+
+ .three-pillars {
+ .pillar-splash {
+ width: 136px;
+ height: 148px;
+
+ &.community {
+ width: 164px;
+ }
+ }
+ }
+ }
+
+ @media #{$small} {
+ .inner {
+ max-width: 300px;
+ }
+
+ h4 {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+
+ .three-pillars {
+ .pillar-splash {
+ width: 90px;
+ height: 96px;
+
+ &.community {
+ width: 108px;
+ }
+ }
+ }
+ }
}
.initiatives-subsection-header {
@@ -683,10 +811,6 @@ p {
padding: 92px 0;
- //>.initiatives-community {
- // background-color: $ui-blue-dark;
- //}
-
&.tools {
background-color: $ui-aqua;
background-position: 50% 0%;
diff --git a/src/views/annual-report/l10n.json b/src/views/annual-report/l10n.json
index eacd03b81..fb6b42425 100644
--- a/src/views/annual-report/l10n.json
+++ b/src/views/annual-report/l10n.json
@@ -79,6 +79,8 @@
"annualReport.reachDownloads": "Downloads Since Launching in 2014",
"annualReport.initiativesTitle": "Initiatives",
+ "annualReport.equity": "Equity",
+ "annualReport.globalStrategy": "Global Strategy",
"annualReport.toolsTitle": "Creative Tools",
"annualReport.toolsIntro": "We are constantly experimenting and innovating with new technologies and new designs — always striving to provide children with new ways to create, collaborate, and learn.",
diff --git a/static/images/annual-report/initiatives/Community-Splash.svg b/static/images/annual-report/initiatives/Community-Splash.svg
new file mode 100644
index 000000000..14d9631e9
--- /dev/null
+++ b/static/images/annual-report/initiatives/Community-Splash.svg
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/static/images/annual-report/initiatives/Creative Tools-Splash.svg b/static/images/annual-report/initiatives/Creative Tools-Splash.svg
new file mode 100644
index 000000000..4ed8909db
--- /dev/null
+++ b/static/images/annual-report/initiatives/Creative Tools-Splash.svg
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/static/images/annual-report/initiatives/Equity-Splash.svg b/static/images/annual-report/initiatives/Equity-Splash.svg
new file mode 100644
index 000000000..f82e0bcd1
--- /dev/null
+++ b/static/images/annual-report/initiatives/Equity-Splash.svg
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/static/images/annual-report/initiatives/Global-Splash.svg b/static/images/annual-report/initiatives/Global-Splash.svg
new file mode 100644
index 000000000..955aa4deb
--- /dev/null
+++ b/static/images/annual-report/initiatives/Global-Splash.svg
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/static/images/annual-report/initiatives/Schools-Splash.svg b/static/images/annual-report/initiatives/Schools-Splash.svg
new file mode 100644
index 000000000..739da35ea
--- /dev/null
+++ b/static/images/annual-report/initiatives/Schools-Splash.svg
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file