Update index page with new features heading.
diff --git a/src/pages/index.html b/src/pages/index.html
index 4f950de..2745343 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -19,6 +19,13 @@
     </div>
   </div>
 
+  <div class="break">
+    <center>
+      <a class="h2" href="https://blogs.apache.org/apex/entry/apache_apex_malhar_3_5">
+        <h2><i>Now with <b>event-time windowing</b> and <b>high-level API.</b></i></h2>
+      </a>
+    </center>
+  </div>
   <div class="break"></div>
 
   <div class="container">
@@ -32,7 +39,7 @@
     </div>
     <div class="col-md-4">
       <h2>Modular</h2>
-      <p class="text-regular"><strong>The Apex platform comes with Malhar</strong>, a library of operators (modular units of business logic) that can be leveraged to quickly create new and non-trivial applications.</p>
+      <p class="text-regular"><strong>The Apex platform comes with Malhar</strong>, a library of operators (units of functionality) that can be leveraged to quickly create non-trivial applications. Includes many connectors for messaging systems, databases, files etc.</p>
     </div>
   </div>