diff --git a/src/views/annual-report/annual-report.jsx b/src/views/annual-report/annual-report.jsx
index 5bb8ac139..a71361404 100644
--- a/src/views/annual-report/annual-report.jsx
+++ b/src/views/annual-report/annual-report.jsx
@@ -10,6 +10,7 @@ const FlexRow = require('../../components/flex-row/flex-row.jsx');
const MasonryGrid = require('../../components/masonrygrid/masonrygrid.jsx');
const TitleBanner = require('../../components/title-banner/title-banner.jsx');
const NavigationBox = require('../../components/navigation/base/navigation.jsx');
+const Comment = require('../../components/comment/comment.jsx');
const Page = require('../../components/page/www/page.jsx');
const render = require('../../lib/render.jsx');
@@ -338,10 +339,10 @@ const AnnualReport = () => (
David Siegel
-
Co-Founder and Co-Chairman Two Sigma
+
Co-Founder and
Co-Chairman
Two Sigma
- Making sure that Scratch remains free and accessible for kids everywhere is one of the most impactful ways we can help young learners engage and thrive in an increasingly digital world. Supporting Scratch is more important today than ever before.
+
diff --git a/src/views/annual-report/annual-report.scss b/src/views/annual-report/annual-report.scss
index e1688c1bd..e36c2178e 100644
--- a/src/views/annual-report/annual-report.scss
+++ b/src/views/annual-report/annual-report.scss
@@ -328,6 +328,30 @@ $base-bg: $ui-white;
.david-siegel {
display: flex;
align-items: flex-start;
+
+ .ds-info {
+ text-align: center;
+ padding: 0 20px;
+ margin-right: 18px;
+
+ h3 {
+ font-size: 24px;
+ }
+
+ div {
+ font-size: 16px;
+ padding: 18px;
+ }
+ }
+ }
+
+ .comment-text {
+ background-color: $ui-white;
+ text-align: left;
+ margin-top: 16px;
+
+ line-height: 32px;
+ padding: 32px;
}
}