Bug 477969 - added IDE Platform section and Che logo to Cloud IDEs

Change-Id: I1999d4395bc55f28d538871fb37ad377b94cde90
Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/content/en_index.php b/content/en_index.php
index da7958b..eab1a3f 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -30,21 +30,45 @@
 			  		<img src="images/web-ide-screenshot-2.jpg" alt="Eclipse Web IDE"  class="img-responsive"/>
 			  	</div>
 			  	<div class="col-sm-16 col-md-12 highlight-content">
-			  	  <h1>Web IDEs</h1>
-				 	  <p>Develop your software wherever you go. It'll be there, in the cloud, right where you left it.
-				 	  Just log in from a web browser on a desktop, laptop, or tablet — at an airport, on a bus, or even in your office. All you need is a modern web browser and you're ready to get started.</p>
+			  	  <h1>Cloud IDEs</h1>
+				 	  <p>Develop your software wherever you go. It'll be there, in the cloud, right where you left it.  Use your browser to develop with hosted workspaces or install desktop packaging to experience a modern development environment for Java, JavaScript, CSS, and HTML.</p>
 				 	  <ul class="list-inline">
 				 	    <li><a href="/orion/"><img src="images/orion-logo78x48.jpg" alt="Open Source Platform For Cloud Based Development"/></a></li>
+              <li><a href="/che/"><img src="images/EclipseCheLogo.png" alt="Open Source Platform For Cloud Based Development"/></a></li>
 			      </ul>
 			    </div>
 			  </div>
 		  </div>
 	</section>
 
-	<section class="row highlight background-grey footer-offset">
+  <section class="row highlight background-grey breadcrumbs-offset" id="sec_ide_p">
+    <div class="container">
+      <div>
+        <div class="triangle triangle-white hidden-sm hidden-xs"></div>
+        <div class="col-md-14 highlight-content">
+          <h1>IDE Platforms</h1>
+          <p>Create the next generation of developer tooling with our extensible platforms.
+          Use your imagination to build services and tools that can be assembled into new IDEs
+          or packages tailored to your identity. We provide multiple platforms to build plug-ins
+          for desktop tools, distributed services used by cloud IDEs, and browser interfaces.
+          You can then publish plug-ins to our Eclipse Marketplace of 1000s.</p>
+          <ul class="list-inline">
+            <li><a href="http://wiki.eclipse.org/Platform"><img width="42" height="42" alt="<?php print $java['name']?>" src="<?php print $java['icon']?>"> Eclipse Platform</a></li>
+            <li><a href="/orion/"><img src="images/orion-logo-grey78x48.jpg" alt="Open Source Platform For Cloud Based Development"/></a></li>
+            <li><a href="/che/"><img src="images/EclipseCheLogo.png" alt="Open Source Platform For Cloud Based Development"/></a></li>
+          </ul>
+        </div>
+        <div class="col-md-9 right highlight-img hidden-xs hidden-sm col-sm-offset-1">
+          <img src="images/ide-platform-screenshot.jpg" class="img-responsive" alt="Eclipse IDE Platforms"/>
+        </div>
+      </div>
+    </div>
+  </section>
+
+	<section class="row highlight highlight-left background-white footer-offset">
 	  <div class="container">
 	    <div>
-	      <div class="triangle triangle-white hidden-sm hidden-xs"></div>
+	      <div class="triangle hidden-sm hidden-xs"></div>
 			  <div class="col-md-13">
 				  <div class="media">
 		 			  <div class="pull-left orange">
diff --git a/images/EclipseCheLogo.png b/images/EclipseCheLogo.png
new file mode 100644
index 0000000..d3a51d0
--- /dev/null
+++ b/images/EclipseCheLogo.png
Binary files differ
diff --git a/images/eclipse-logo.png b/images/eclipse-logo.png
new file mode 100644
index 0000000..75af975
--- /dev/null
+++ b/images/eclipse-logo.png
Binary files differ
diff --git a/images/ide-platform-screenshot.jpg b/images/ide-platform-screenshot.jpg
new file mode 100644
index 0000000..5b153f1
--- /dev/null
+++ b/images/ide-platform-screenshot.jpg
Binary files differ
diff --git a/images/orion-logo-grey78x48.jpg b/images/orion-logo-grey78x48.jpg
new file mode 100644
index 0000000..930348f
--- /dev/null
+++ b/images/orion-logo-grey78x48.jpg
Binary files differ