Merge pull request #44 from rafaelweingartner/apacheBanner

Add Apache event banner to CloudStack site
diff --git a/source/index.html.erb b/source/index.html.erb
index 03aaf05..6c83148 100644
--- a/source/index.html.erb
+++ b/source/index.html.erb
@@ -7,18 +7,19 @@
     <div class="bs-example">
       <div class="jumbotron">
         <div class="row">
-          <div class="col-lg-8">
-            <h1>Apache CloudStack&#8482;</h1>
-            
+          <div class="col-lg-8" style="margin-top:22px;">
+            <h1 style="margin-top:28px;">Apache CloudStack&#8482;</h1>
             <p>Open Source Cloud Computing&#8482;</p>
-
           </div>
 
           <div class="col-lg-4">
-
-            <img src="images/monkey.png" style="width: 210px;" alt="">
-
+            <img src="images/monkey.png" style="width: 210px; margin-left: 115px;" alt="Cloud friendly">
           </div>
+		  <div class="col-lg-3" style="margin-left: 77%;margin-top: 3.5%;">
+				<a href="https://www.apache.org/events/current-event.html">
+					<img src="https://www.apache.org/events/current-event-234x60.png">
+				</a>
+		  </div>
         </div>
       </div>
     </div>