From 3d6e66a4bffe037de7f4430bbfe182d978f04003 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Tue, 26 Jul 2016 08:02:55 -0400 Subject: [PATCH] Add Community Content section to home page --- js/page/home.js | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/js/page/home.js b/js/page/home.js index 2898c2ba9..f890f4845 100644 --- a/js/page/home.js +++ b/js/page/home.js @@ -207,27 +207,55 @@ var FeaturedContentItem = React.createClass({ var featuredContentStyle = { width: '100%', marginTop: '-8px', +}, featuredContentLegendStyle = { + fontSize: '12px', + color: '#aaa', + verticalAlign: '15%', }; var FeaturedContent = React.createClass({ render: function() { return (
-

Featured Content

+
+
+

Featured Content

+
+
+

Community Content

+
+
+
- + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
); }