adding second-level-nav

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/assets/public/stylesheets/styles.min.css b/assets/public/stylesheets/styles.min.css
index 78422cf..6f5f3db 100644
--- a/assets/public/stylesheets/styles.min.css
+++ b/assets/public/stylesheets/styles.min.css
@@ -1 +1 @@
-div#novaContent.container-full{background:url("../images/background.jpg");min-height:600px;color:#fff}p{font-size:15px}.block-box li{font-size:15px}.friends-luna{position:relative;margin:0 auto 3em auto;background:url("../images/friends_badge.png") no-repeat;height:295px;width:294px;text-align:center}.friends-luna .btn{margin-top:14em}
\ No newline at end of file
+div#novaContent.container-full{background:url("../images/background.jpg");color:#fff}p{font-size:15px}.block-box li{font-size:15px}.second-level-menu{text-align:center;font-size:1.6em;margin:1.7em 0 1.5em -27px}.second-level-menu li a:link,.second-level-menu li a:visited{color:#fff;font-weight:600}.second-level-menu li a:hover{color:#F7941E}
\ No newline at end of file
diff --git a/assets/src/less/styles.less b/assets/src/less/styles.less
index 6f85c8b..000e3a7 100644
--- a/assets/src/less/styles.less
+++ b/assets/src/less/styles.less
@@ -1,6 +1,5 @@
 div#novaContent.container-full{
 	background:url("../images/background.jpg");
-  min-height:600px;
   color:#fff;
 }
 
@@ -12,15 +11,21 @@
 	  font-size:15px;
 	}
 }
+.second-level-menu{
+  text-align: center;
+  font-size:1.6em;
+  margin:1.7em 0 1.5em -27px;
 
-.friends-luna{
-	position:relative;
-	margin:0 auto 3em auto;
-	background:url("../images/friends_badge.png") no-repeat;
-	height:295px;
-	width: 294px;
-	text-align:center;
-	.btn{
-    margin-top:14em;
-	}
+  li
+  a{
+    &:link,
+    &:visited{
+      color:#fff;
+      font-weight:600;
+    }
+    &:hover{
+      color:#F7941E;
+    }
+    
+  }
 }
\ No newline at end of file
diff --git a/content/en_index.php b/content/en_index.php
index 837b39f..e1dd23a 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -10,7 +10,7 @@
  *    Christopher Guindon (Eclipse Foundation) - Initial implementation
  *******************************************************************************/
 ?>
-
+<!--
 <div class="toolbar-menu breadcrumbs-offset">
 		<div class="container">
 		  <div class="row">
@@ -25,14 +25,20 @@
 		  </div>
 		</div>
 </div>
-
+ -->
 <div class="container">
 
   <div class="col-md-15">
 
 		<h1>Are you ready for <span class="fw-600">Java&trade; 8?</span></h1>
-	  <p style="margin-bottom:3.5em;">Eclipse Luna is now the default platform for building rich client applications.
+	  <p>Eclipse Luna is now the default platform for building rich client applications.
 		Learn how to migrate your existing RCP application and benefit from the new Eclipse Luna features.</p>
+		<ul class="second-level-menu list-inline clearfix">
+		  <li class="col-md-12"><i class="fa fa-star orange fa-fw"></i> <a href="//projects.eclipse.org/releases/luna">Projects</a></li>
+			<li class="col-md-12"><i class="fa fa-download orange fa-fw"></i> <a href="/downloads/">Downloads</a></li>
+			<li class="col-md-12"><i class="fa fa-gears orange fa-fw"></i> <a href="//wiki.eclipse.org/Eclipse_DemoCamps_Luna_2014">Demo Camp</a></li>
+			<li class="col-md-12"><i class="fa fa-users orange fa-fw"></i> <a href="/donate/">Friends of Luna</a></li>
+		</ul>
 		<div class="block-box">
 	    <h3>Hightlights</h3>
 	      <div class="content">
diff --git a/index.php b/index.php
index d0a07fc..b1dedff 100644
--- a/index.php
+++ b/index.php
@@ -25,7 +25,7 @@
 
   // Custom theme variables
 	$variables = array();
-	$variables['main_container_classes'] = 'container-full  footer-offset';
+	$variables['main_container_classes'] = 'container-full  footer-offset  breadcrumbs-offset';
 	$App->setThemeVariables($variables);
 
 	// Place your html content in a file called content/en_pagename.php