Updating the front page to link to the Lyo wiki
diff --git a/pages/_index.html b/pages/_index.html
index 5d98143..452e9f7 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -1,7 +1,8 @@
 <div class="content">
-  <p class="oslc-introtext">Eclipse Lyo is an <abbr title="Software Development Kit">SDK</abbr> to help the Eclipse
-    community adopt <a href="http://oslc.co"><abbr title="Open Services for Lifecycle Collaboration">OSLC</abbr></a>
-    (Open Services for Lifecycle Collaboration) specifications and build OSLC-compliant tools.</p>
+  <p class="oslc-introtext">Eclipse Lyo promotes the use of Linked Data principles and the <a href="http://oslc.co"><abbr title="Open Services for Lifecycle Collaboration">OSLC</abbr></a>
+    (Open Services for Lifecycle Collaboration) standard for publishing lifecycle data, to enable the interoperability of heterogeneous products, services, and other distributed network resources. The open OASIS OSLC standard is based on a RESTful architecture and Linked Data principles, such as those defined in the RDF family of specifications, and the <a href="https://www.w3.org/TR/ldp/">W3C Linked Data Platform</a>.
+
+    Eclipse Lyo supports Java developers with the development of REST-based servers and clients that need to share heterogeneous information as RDF resources. </p>
 
   <div class="horizontalCenter">
     <a class="btn btn-huge btn-default lyoButton" href="https://wiki.eclipse.org/Lyo">Wiki</a>
@@ -9,30 +10,28 @@
     <a class="btn btn-huge btn-default lyoButton" href="https://dev.eclipse.org/mailman/listinfo/lyo-dev">Mailing list</a>
   </div>
 
-  <!-- <h2 class="h2">Lyo Features</h2>
+  <h2 class="h2">Lyo Features</h2>
 
   <div class="gutter">
-    <h3 class="h3">SDK</h3>
-    <p>We&rsquo;ll provide the pieces to get your client or server up and running with OSLC. We&rsquo;re focusing on
-      Java initially; however, JavaScript and other languages will soon follow.</p>
+    <h3 class="h3">OSLC4J SDK</h3>
+    <p>Lyo&rsquo;s central component is the OSLC4J <abbr title="Software Development Kit">SDK</abbr> (Software Development Kit) that helps build REST-based servers and clients, compliant with the OSLC standard.</p>
     <p><a href="http://wiki.eclipse.org/Lyo/LyoOSLC4J">Learn more</a></p>
   </div>
 
   <div class="gutter">
-    <h3 class="h3">Test suite</h3>
-    <p>Utilize a test suite to help build interoperable OSLC tools.</p>
-    <p><a href="http://wiki.eclipse.org/Lyo/LyoTestSuite">Learn more</a></p>
+    <h3 class="h3">Lyo Designer</h3>
+    <p>Lyo Designer is an Eclipse plugin that allows one to graphically model (1) the overall system architecture, (2) the information model of the RDF resources being shared, and (3) the individual services and operations of each Server in the system.</p>
+    <p><a href="https://wiki.eclipse.org/Lyo/Lyo_Designer">Learn more</a></p>
   </div>
 
   <div class="unit lastUnit">
-    <h3 class="h3">Reference implementations</h3>
-    <p>See how OSLC works directly with working samples and with a simple server to test against.</p>
-    <p><a href="http://wiki.eclipse.org/Lyo/BuildingOSLC4J">Learn more</a></p>
-  </div> -->
+    <h3 class="h3">And more ...</h3>
+    <p><a href="https://wiki.eclipse.org/Lyo#Additional_components">Learn more</a></p>
+  </div>
 
-</div>
-
-<div class="footer">
-  <a class="footerLink" href="http://twitter.com/#!/oslcNews">Follow us on Twitter</a>
-  <a class="footerLink" href="http://wiki.eclipse.org/Lyo/ContributorsGettingStarted">Contribute to Lyo</a>
-</div>
+  <div class="horizontalCenter">
+      <a class="btn btn-huge btn-default lyoButton" href="http://twitter.com/#!/oslcNews">Follow us on Twitter</a>
+      <a class="btn btn-huge btn-default lyoButton" href="http://wiki.eclipse.org/Lyo/ContributorsGettingStarted">Contribute to Lyo</a>
+    </div>
+    
+</div>
\ No newline at end of file