Automatic Site Publish by Buildbot
diff --git a/about-whatis.html b/about-whatis.html
index 71a17e4..a0736fc 100644
--- a/about-whatis.html
+++ b/about-whatis.html
@@ -167,82 +167,62 @@
 <div class="page-header">
  <h1>About Apache Flex</h1>
 </div> 
-<div class="row-fluid"> 
- <!-- Standard Structure --> 
- <div class="span8"> 
-  <div class="headline"> 
-   <div class="section"> 
-    <div class="section"> 
-     <div class="section"> 
-      <h4 id="What_does_it_do">What does it do?</h4> 
-     </div> Flex is a powerful, open source application framework that allows you to easily build mobile applications for iOS, Android™, and BlackBerry&reg; Tablet OS devices, as well as traditional applications for browser and desktop using the same programming model, tool, and codebase. You can use the Flex SDK to create a wide range of highly interactive, expressive applications. For example, a data visualization application built in Flex can pull data from multiple back-end sources and display it visually. Business users can drill down into the data for deeper insight and even change the data and have it automatically updated on the back end. A product configuration application can help customers navigate the process of selecting or customizing products online. And a self-service application can guide customers through an address change or help employees complete an otherwise complicated multi-step benefits enrollment. 
-     <div class="headline"></div> 
-     <div class="section"> 
-      <h4 id="Enterprise-class_programming_model">Enterprise-class programming model</h4> 
-     </div> Use constructs like strong typing, inheritance, and interfaces to program more efficiently. Extensive mobile and traditional components help speed development. Flex applications can access device capabilities such as GPS, accelerometer, camera, and local database. Cross-platform and native experience Create applications that run consistently across Android, BlackBerry Tablet OS, and iOS devices, as well as inside the browser and on traditional desktop computers. Although cross platform, with Flex you get an uncompromised native experience on each platform. 
-     <div class="headline"></div> 
-     <div class="section"> 
-      <h4 id="End-to-end_tooling">End-to-end tooling</h4> 
-     </div> Build Flex applications more easily using Adobe Flash Builder, PowerFlasher FDT, Flash Develop or JetBrains IntelliJ IDEA. Productivity features in most IDEs include on-device debugging and mobile simulators for testing across screen sizes and resolutions. You can even use our command-line tooling with your favorite text editor! 
-     <div class="headline"></div> 
-     <div class="section"> 
-      <h4 id="Server_integration">Server integration</h4> 
-     </div> Integrate with all major back ends including Java™, Spring, Hibernate, PHP, Ruby, .NET, Adobe ColdFusion&reg;, and SAP using industry standards such as REST, SOAP, JSON, JMS, and AMF. 
-    </div> 
-    <div class="span4"> 
-     <div class="headline "></div> 
-     <div class="section"> 
-      <h4 id="Contribute_to_Apache_Flex">Contribute to Apache Flex!</h4> 
-     </div> 
-     <!-- Large Notice --> 
-     <div class="well"> 
-     </div> 
-    </div> 
-   </div> 
-   <div class="section"> 
-    <h2 id="We_need_you">We need you!</h2> 
-    <p>Apache Flex is a project run by professionals and volunteers alike. If you would like to help the project including contributing code, documentation, training or marketing, we are always looking for help.</p> 
-    <a href="community-getinvolved.html" class="btn btn-inverse">Find out more</a> 
-   </div> 
+<div class="section"> 
+ <div class="section"> 
+  <div class="section"> 
+   <h4 id="What_does_it_do">What does it do?</h4> 
+   <p>Flex is a powerful, open source application framework that allows you to easily build mobile applications for iOS, Android™, and BlackBerry&reg; Tablet OS devices, as well as traditional applications for browser and desktop using the same programming model, tool, and codebase.</p> 
+   <p>You can use the Flex SDK to create a wide range of highly interactive, expressive applications. For example, a data visualization application built in Flex can pull data from multiple back-end sources and display it visually. Business users can drill down into the data for deeper insight and even change the data and have it automatically updated on the back end. A product configuration application can help customers navigate the process of selecting or customizing products online. And a self-service application can guide customers through an address change or help employees complete an otherwise complicated multi-step benefits enrollment.</p> 
+  </div> 
+  <div class="section"> 
+   <h4 id="Enterprise-class_programming_model">Enterprise-class programming model</h4> 
+   <p>Use constructs like strong typing, inheritance, and interfaces to program more efficiently. Extensive mobile and traditional components help speed development. Flex applications can access device capabilities such as GPS, accelerometer, camera, and local database. Cross-platform and native experience Create applications that run consistently across Android, BlackBerry Tablet OS, and iOS devices, as well as inside the browser and on traditional desktop computers. Although cross platform, with Flex you get an uncompromised native experience on each platform.</p> 
+  </div> 
+  <div class="section"> 
+   <h4 id="End-to-end_tooling">End-to-end tooling</h4> 
+   <p>Build Flex applications more easily using Adobe Flash Builder, PowerFlasher FDT, Flash Develop or JetBrains IntelliJ IDEA. Productivity features in most IDEs include on-device debugging and mobile simulators for testing across screen sizes and resolutions. You can even use our command-line tooling with your favorite text editor!</p> 
+  </div> 
+  <div class="section"> 
+   <h4 id="Server_integration">Server integration</h4> 
+   <p>Integrate with all major back ends including Java™, Spring, Hibernate, PHP, Ruby, .NET, Adobe ColdFusion&reg;, and SAP using industry standards such as REST, SOAP, JSON, JMS, and AMF.</p> 
+  </div> 
+  <div class="section"> 
+   <h4 id="How_it_works">How it works</h4> 
+   <p>Apache Flex is comprised of a few different components. One component is the compiler which combines MXML (layout) documents with ActionScript files to output a SWF application.</p> 
+   <p><img src="img/about-whatis-how-flex-works.png" class="span5" style="float: right" alt="" /></p> 
+   <p>You can then either publish the SWF file as a stand-alone application to be presented by the Adobe Flash Player in the browser, OR you can compile it with Adobe AIR to make native applications on Windows, MacOSX, Android, iOS, or BlackBerry platforms.</p> 
+  </div> 
+  <div class="section"> 
+   <h4 id="Flex_includes:">Flex includes:</h4> 
+   <ul> 
+    <li>a large set of skinnable user-interface components with a component lifecycle</li> 
+    <li>a set of services (HTTPService, WebService, RemoteObject)</li> 
+    <li>has Managers to handle: 
+     <ul> 
+      <li>Styling</li> 
+      <li>Skinning</li> 
+      <li>Layout</li> 
+      <li>Localization</li> 
+      <li>Animation</li> 
+      <li>Module-loading</li> 
+      <li>User interaction management</li> 
+     </ul></li> 
+    <li>has accessibility support</li> 
+    <li>Flex has an Automation-Testing Framework</li> 
+    <li>Flex SDK provides a compiler</li> 
+   </ul> 
+  </div> 
+  <div class="section"> 
+   <h4 id="Typical_Workflow">Typical Workflow</h4> 
+   <ul> 
+    <li>Define an application interface using a set of pre-defined components (forms, buttons, and so on)</li> 
+    <li>Arrange components into a user interface design</li> 
+    <li>Use styles and themes to define the visual design</li> 
+    <li>Add dynamic behavior (one part of the application interacting with another, for example)</li> 
+    <li>Define and connect to data services as needed</li> 
+   </ul> 
   </div> 
  </div> 
- <!-- Standard Structure End --> 
-</div> 
-<div class="section"> 
- <h2 id="How_it_works">How it works</h2> 
- <p>Apache Flex is comprised of a few different components. One component is the compiler which combines MXML (layout) documents with ActionScript files to output a SWF application.</p> 
- <p><img src="images/howFlexWorks.png" class="span5" style="float: right" alt="" /></p> 
- <p>You can then either publish the SWF file as a stand-alone application to be presented by the Adobe Flash Player in the browser, OR you can compile it with Adobe AIR to make native applications on Windows, MacOSX, Android, iOS, or BlackBerry platforms.</p> 
-</div> 
-<div class="section"> 
- <h2 id="Flex_includes:">Flex includes:</h2> 
- <ul> 
-  <li>a large set of skinnable user-interface components with a component lifecycle</li> 
-  <li>a set of services (HTTPService, WebService, RemoteObject)</li> 
-  <li>has Managers to handle: 
-   <ul> 
-    <li>Styling</li> 
-    <li>Skinning</li> 
-    <li>Layout</li> 
-    <li>Localization</li> 
-    <li>Animation</li> 
-    <li>Module-loading</li> 
-    <li>User interaction management</li> 
-   </ul></li> 
-  <li>has accessibility support</li> 
-  <li>Flex has an Automation-Testing Framework</li> 
-  <li>Flex SDK provides a compiler</li> 
- </ul> 
-</div> 
-<div class="section"> 
- <h2 id="Typical_Workflow">Typical Workflow</h2> 
- <ul> 
-  <li>Define an application interface using a set of pre-defined components (forms, buttons, and so on)</li> 
-  <li>Arrange components into a user interface design</li> 
-  <li>Use styles and themes to define the visual design</li> 
-  <li>Add dynamic behavior (one part of the application interacting with another, for example)</li> 
-  <li>Define and connect to data services as needed</li> 
- </ul> 
 </div>
 			</div>
 		</div>
diff --git a/img/about-whatis-how-flex-works.png b/img/about-whatis-how-flex-works.png
new file mode 100644
index 0000000..80d4f43
--- /dev/null
+++ b/img/about-whatis-how-flex-works.png
Binary files differ