Bug 2899 - Add key metrics summary to eclipse.org

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php
index c579cbe..19ea47f 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -164,7 +164,7 @@
       </div>
     </div>
 
-    <div class="row">
+    <div class="row margin-top-20">
       <?php foreach ($videos_row as $video): ?>
         <?php print $video; ?>
       <?php endforeach;?>
diff --git a/public/css/photon.css b/public/css/photon.css
index 43add26..437d400 100644
--- a/public/css/photon.css
+++ b/public/css/photon.css
@@ -129,20 +129,7 @@
     cursor: pointer;
   }
 }
-.featured-circle {
-  display: block;
-  text-align: center;
-  background-color: #cda034;
-  margin: 0 auto 20px;
-}
-@media (max-width: 768px) {
-  .featured-circle {
-    margin-bottom: 10px;
-  }
-}
-.featured-circle .feather {
-  color: #fff;
-}
+
 .featured-circle-new-noteworthy {
   width: 100px;
   height: 100px;
@@ -154,16 +141,7 @@
   width: 50px;
   height: 50px;
 }
-.featured-circle-stats {
-  width: 70px;
-  height: 70px;
-  border-radius: 70px;
-  padding-top: 18px;
-}
-.featured-circle-stats .feather {
-  width: 30px;
-  height: 30px;
-}
+
 .featured-more-videos {
   display: none;
 }
@@ -177,20 +155,6 @@
 .featured-videos p {
   color: inherit;
 }
-.featured-stats {
-  background-color: #333;
-  padding: 20px 0 40px;
-  text-align: center;
-  color: #fff;
-}
-.featured-stats h2,
-.featured-stats p {
-  color: inherit;
-}
-.featured-stats hr {
-  border-color: #4d4d4d;
-  margin: 40px 0;
-}
 .featured-stats .btn-photon-secondary {
   background-color: #171717;
   border-color: #171717;
@@ -199,19 +163,6 @@
   background-color: #000000;
   border-color: #000000;
 }
-.featured-stats-icon-container {
-  padding-right: 0;
-  margin-bottom: 30px;
-}
-.featured-stats-text-container {
-  padding-left: 0;
-  text-align: left;
-  padding-top: 5px;
-  line-height: 1.3;
-}
-.featured-stats-number {
-  font-size: 26px;
-}
 .featured-download {
   text-align: center;
   padding: 20px 0 40px;
@@ -268,10 +219,16 @@
   background-size: 1000px;
 }
 .featured-social-links a,
-.featured-social-links a:visited {
+.featured-social-links a:visited{
   color: #cda034;
 }
 
 .featured-footer.background-tertiary {
   background-color:#333;
 }
+.featured-stats{
+  background-color: #333;
+}
+.featured-circle {
+  background-color: #cda034;
+}