Fix about project section

Change-Id: I348802c7ab10ef33e24f3fb08fc4ed4f3834b31d
Signed-off-by: Faycal Abka <abka.faycal@gmail.com>
diff --git a/_index.html b/_index.html
index 2420961..e78c4ab 100644
--- a/_index.html
+++ b/_index.html
@@ -69,36 +69,39 @@
   </div>
 </div>
 
-<div id="rightcolumn">
-	<div>
-		<h3>
-			<a href="/projects/project_summary.php?projectid=modeling.emf.egf">About This Project</a>
-		</h3>
-	
-		<div id="stats">
-			<div id="newAndNoteworthy"><!-- <h3>New And Noteworthy</h3> -->
-				<a href="http://wiki.eclipse.org/EGF_New_And_Noteworthy">New and Noteworthy</a>
-		</div>
-		<div>
-				<h4>Commit stats</h4>
-				<a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.emf.egf">
-				<img src="http://dash.eclipse.org/dash/commits/web-app/active-graph.cgi?project=modeling.emf.egf"/>
-				</a>
-		</div>
-	</div>
-	
+
 	<div id="headlines" class="news-list news-list-match-height">
 		<div class="container">
 			<div class="row">
-				<div class="news-list-icon text-center">
-         			<i data-feather="activity" stroke-width="1"></i>
-        		</div>
-        		<h2 class="text-center">News</h2>
-        		<ul class="news-list-media list-unstyled">
-        			%%HEADLINES%%
-        		</ul>
+				<div class="col-lg-10 col-md-12 news-list-col padding-bottom-50">
+					<div class="news-list-icon text-center">
+          				<i data-feather="activity" stroke-width="1"></i>
+        			</div>
+        			<h2 class="text-center"><a href="/projects/project_summary.php?projectid=modeling.emf.egf">About This Project</a></h2>
+        			<ul class="news-list-media list-unstyled">
+        				<li>
+        					<a href="http://wiki.eclipse.org/EGF_New_And_Noteworthy" class="media media-link">
+        					<h4 class="media-heading">New and Noteworthy</h4>
+        				</li>
+        			</ul>
+        			<ul class="news-list-media list-unstyled">
+        				<li>
+        					<a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.emf.egf" class="media media-link">
+        					<h4 class="media-heading">Commit stats</h4>
+        					<img src="http://dash.eclipse.org/dash/commits/web-app/active-graph.cgi?project=modeling.emf.egf"/>
+        				</li>
+        			</ul>
+				</div>
+				<div class="col-lg-10 col-lg-offset-2 col-md-12 news-list-col padding-bottom-50">
+					<div class="news-list-icon text-center">
+	         			<i data-feather="activity" stroke-width="1"></i>
+	        		</div>
+	        		<h2 class="text-center">News</h2>
+	        		<ul class="news-list-media list-unstyled">
+	        			%%HEADLINES%%
+	        		</ul>
+	        	</div>
 			</div>
 		</div>
-	</div>
 </div>