Rework the content.
diff --git a/content/en_index.php b/content/en_index.php
index e1dd23a..650de62 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -18,7 +18,7 @@
 		  		<ol class="breadcrumb">
 						<li><i class="fa fa-star orange fa-fw"></i> <a href="//projects.eclipse.org/releases/luna">Projects</a></li>
 					  <li><i class="fa fa-download orange fa-fw"></i> <a href="/downloads/">Downloads</a></li>
-						<li><i class="fa fa-gears orange fa-fw"></i> <a href="//wiki.eclipse.org/Eclipse_DemoCamps_Luna_2014">Demo Camp</a></li>
+						<li><i class="fa fa-gears orange fa-fw"></i> <a href="//wiki.eclipse.org/Eclipse_DemoCamps_Luna_2014">Demo Camps</a></li>
 						<li><i class="fa fa-users orange fa-fw"></i> <a href="/donate/">Friends of Luna</a></li>
 					</ol>
 				</div>
@@ -26,25 +26,35 @@
 		</div>
 </div>
  -->
+ <style>
+ .col-md-15 p.projects a {color:orange}
+ </style>
 <div class="container">
 
   <div class="col-md-15">
 
 		<h1>Are you ready for <span class="fw-600">Java&trade; 8?</span></h1>
-	  <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>
+	  <p class="projects">Eclipse Luna includes official support for Java 8 in the 
+	  <a href="/jdt">Java development tools</a>, 
+	  <a href="/pde">Plug-in Development Tools</a>, 
+	  <a href="/objectteams">Object Teams</a>, 
+	  <a href="/ecf">Eclipse Communication Framework</a>, 
+	  <a href="/m2e">Maven integration</a>, 
+	  <a href="/Xtext">Xtext</a>, 
+	  <a href="/xtend">Xtend</a>, 
+	  <a href="/webtools">Web Tools Platform</a>, and 
+	  <a href="/mat">Memory Analyzer</a>.</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-gears orange fa-fw"></i> <a href="//wiki.eclipse.org/Eclipse_DemoCamps_Luna_2014">Demo Camps</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>
+	    <h3>Highlights</h3>
 	      <div class="content">
 	      <ul class="fa-ul">
-	        <li><i class="fa fa-li fa-chevron-circle-right orange"></i> Eclipse Luna includes official support for <a href="http://wiki.eclipse.org/JDT_Core/Java8"></a>Java&trade; 8</a> in the Java development tools, <a href="/pde/">Plug-in Development Tools</a>, <a href="/objectteams/">Object Teams</a>, <a href="/ecf/">Eclipse Communication Framework</a>,
-	        <a href="/m2e/">Maven integration</a>, <a href="/Xtext/">Xtext</a> and <a href="/xtend/">Xtend</a>. The Eclipse compiler includes language enhancements, search and refactoring, Quick Assist and Clean Up to migrate anonymous classes to lambda expressions and back, and new formatter options for lambdas.</li>
+	        <li><i class="fa fa-li fa-chevron-circle-right orange"></i> Java 8 support including language enhancements, search and refactoring, Quick Assist and Clean Up to migrate anonymous classes to lambda expressions and back, and new formatter options for lambdas.</li>
 					<li><i class="fa fa-li fa-chevron-circle-right orange"></i> The Eclipse workbench provides a new dark theme which includes syntax highlighter settings for several programming languages.</li>
 					<li><i class="fa fa-li fa-chevron-circle-right orange"></i> <a href="/paho/">Paho</a> provides open source implementations of open and standard messaging protocols that support current and emerging requirements of M2M integration with Web and Enterprise middleware and applications.</li>
 					<li><i class="fa fa-li fa-chevron-circle-right orange"></i> The <a href="/ecf/">Eclipse Communication Project's (ECF)</a> specification-compliant implementation of OSGi Remote Service/Remote Service Admin has been enhanced to support the use of Java 8's CompletableFuture for asynchronous remote services.</li>