add Community and Gerrit menu to home page
diff --git a/index.html b/index.html
index 361119a..c440278 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,18 @@
       <script src="js/respond.min.js"></script>
     <![endif]-->
 
+<style>
+	 .btn.active,.btn:focus, .btn:hover{
+		background-color: #FF4A1E;
+	}
+
+.topic .container a.btn{
+	padding:10px;
+}
+</style>
+
   </head>
+
   <!--End of head-->
 
   <!--Body-->
@@ -45,26 +56,28 @@
       <div class="topic">
         <div class="container">
           <div class="row">
-            <div class="span8">
+            <div class="col-md-9">
             </br>
               <center>
                 <h2 style="color:#000">What is OM2M?</h2>
                 <h4 style="color:#000">The OM2M project, initiated by <a href="https://www.laas.fr/public/en" target="_blank">LAAS-CNRS</a>, is an open source implementation of <a href="http://www.onem2m.org" target="_blank">oneM2M</a> and <a href="http://www.etsi.org/technologies-clusters/technologies/m2m" target="_blank">SmartM2M</a> standard. It provides a horizontal M2M service platform for developing services independently of the underlying network, with the aim to facilitate the deployment of vertical applications and heterogeneous devices.</h4>
               </center>
               <center>
-                <div class="btn-group hidden-phone">
-                  <!-- <a class="btn btn-cool" href="https://projects.eclipse.org/projects/technology.om2m" target="_blank">Project</a> -->
+                <div class="row">
+
                   <a class="btn btn-cool" href="https://wiki.eclipse.org/OM2M" target="_blank">Wiki</a>
-                  <a class="btn btn-cool" href="http://git.eclipse.org/c/om2m" target="_blank">Source Code</a>
                   <a class="btn btn-cool" href="http://www.eclipse.org/forums/eclipse.om2m" target="_blank">Forum</a>
                   <a class="btn btn-cool" href="https://dev.eclipse.org/mailman/listinfo/om2m-dev" target="_blank">Mailing List</a>
                   <a class="btn btn-cool" href="https://bugs.eclipse.org/bugs/buglist.cgi?list_id=11457280&order=changeddate%20DESC%2Cbug_status&product=OM2M&query_based_on=&query_format=advanced" target="_blank">Bug Tracker</a>
+                  <a class="btn btn-cool" href="https://git.eclipse.org/r/#/q/om2m" target="_blank">Gerrit</a>
+		  <a class="btn btn-cool" href="http://git.eclipse.org/c/om2m/org.eclipse.om2m.git/" target="_blank">Repo</a>
                   <a class="btn btn-cool" href="https://wiki.eclipse.org/OM2M/Public_documentation" target="_blank">Resources</a>
                   <a class="btn btn-cool" href="https://wiki.eclipse.org/OM2M/Team" target="_blank">Team</a>
+                  <a class="btn btn-cool" href="https://wiki.eclipse.org/OM2M/Team" target="_blank">Community</a>
                   <a class="btn btn-cool" href="https://wiki.eclipse.org/OM2M/Roadmap" target="_blank">Roadmap</a>
                 </div>
-                <div class="row visible-phone">
-                  <!--<a href="https://projects.eclipse.org/projects/technology.om2m" target="_blank">Project</a> | -->
+<hr class="visible-phone">
+                <!--<div class="row ">
                   <a href="https://wiki.eclipse.org/OM2M" target="_blank">Wiki</a> |
                   <a href="http://git.eclipse.org/c/om2m" target="_blank">Source Code</a> |
                   <a href="http://www.eclipse.org/forums/eclipse.om2m" target="_blank">Forum</a> |
@@ -73,10 +86,10 @@
                   <a href="https://wiki.eclipse.org/OM2M/Public_documentation" target="_blank">Resources</a> |
                   <a href="https://wiki.eclipse.org/OM2M/Team" target="_blank">Team</a>
                   <a href="https://wiki.eclipse.org/OM2M/Roadmap" target="_blank">Roadmap</a>
-                </div>
+                </div>-->
               </center>
           </div>
-            <div class="span3">
+            <div class="col-md-3">
               <ol class="rounded-list">
                 <li><a href="http://wiki.eclipse.org/OM2M/Download" target="_blank">Download</a></li>
                 <li><a href="http://wiki.eclipse.org/OM2M/Clone" target="_blank">Clone & Build</a></li>