Changes "Recommended" text and classes for shapes

Change-Id: I7592d1976205ec0fd8da7706fe2e88a4463ac32c
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php
index 5446508..9257d68 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -15,13 +15,13 @@
 ?>
 
 <!-- Featured story and ad -->
-<div class="featured-story featured-story-shape">
+<div class="featured-story">
   <div class="container">
     <div class="row">
       <div class="col-sm-15 col-md-16 featured-story-block">
         <p class="featured-story-description">Recommended</p>
-        <h2>JAX 2018</h2>
-        <p>JAX is a conference for cutting edge Java- and Web-Development, Software-Architecture and innovative Infrastructures. Renowned experts share their professional experiences in Sessions and Power Workshops.</p>
+        <h2>Meet us at JAX 2018</h2>
+        <p style="font-size:17px;">Join us April 23 – 27, 2018 in Mainz to learn about Jakarta EE, the future of cloud native Java. JAX is a conference for cutting edge Java- and Web-Development, Software-Architecture and innovative Infrastructures.</p>
         <p><a href="https://jax.de/en/" class="btn btn-warning">Learn more</a></p>
       </div>
       <div class="col-sm-9 col-md-8 featured-ad featured-story-block">
@@ -35,10 +35,10 @@
 </div>
 
 <!-- Announcements and Community news -->
-<div class="news-list padding-top-30 news-list-match-height">
+<div class="news-list news-list-match-height news-list-top-shape">
   <div class="container">
     <div class="row">
-      <div class="col-lg-10 col-lg-offset-2 col-md-12 news-list-col padding-top-50">
+      <div class="col-lg-10 col-lg-offset-2 col-md-12 news-list-col padding-bottom-50">
         <div class="news-list-icon text-center"><i data-feather="activity" stroke-width="1"></i></div>
         <h2 class="text-center">Announcements</h2>
         <?php
@@ -54,7 +54,7 @@
           <li class="news-list-links-rss"><a href="http://feeds.feedburner.com/eclipse/fnews" title="Subscribe to our RSS-feed">Subscribe to our RSS-feed <i class="fa fa-rss"></i></a></li>
         </ul>
       </div>
-      <div class="col-lg-10 col-md-12 news-list-col padding-top-50">
+      <div class="col-lg-10 col-md-12 news-list-col padding-bottom-50">
         <div class="news-list-icon text-center"><i data-feather="tv" stroke-width="1"></i></div>
         <h2 class="text-center">Community News</h2>
         <?php
diff --git a/index.php b/index.php
index 69ae9ae..8f0b881 100644
--- a/index.php
+++ b/index.php
@@ -29,7 +29,7 @@
 
 ob_start();
 ?>
-<div class="jumbotron featured-jumbotron margin-bottom-45">
+<div class="jumbotron featured-jumbotron">
   <div class="container margin-bottom-30">
     <div class="row">
       <div class="col-md-20 col-md-offset-2 col-sm-18 col-sm-offset-3">
@@ -67,6 +67,6 @@
 
 $Theme->setHtml($html);
 $Theme->setThemeVariables(array('hide_breadcrumbs' => TRUE, 'main_container_classes' => 'container-full'));
-$Theme->setAttributes('header-wrapper', 'header-default-bg-img');
+$Theme->setAttributes('header-wrapper', 'header-default-bg-img featured-jumbotron-bottom-shape');
 $Theme->preventCaching();
 $Theme->generatePage();
\ No newline at end of file