diff options
author | Faycal Abka | 2018-05-23 12:34:44 -0400 |
---|---|---|
committer | Faycal Abka | 2018-05-23 12:34:44 -0400 |
commit | 9348e640c35abeec2c6659089af179f3f20b63ea (patch) | |
tree | 80e8b1a492a33f8ecaaec464d027d0348aff39cb | |
parent | 9b926f257d3c06f922551a8f791353fe12266f21 (diff) | |
download | egf-9348e640c35abeec2c6659089af179f3f20b63ea.tar.gz egf-9348e640c35abeec2c6659089af179f3f20b63ea.tar.xz egf-9348e640c35abeec2c6659089af179f3f20b63ea.zip |
Fix about project section
Change-Id: I348802c7ab10ef33e24f3fb08fc4ed4f3834b31d
Signed-off-by: Faycal Abka <abka.faycal@gmail.com>
-rw-r--r-- | _index.html | 55 |
1 files changed, 29 insertions, 26 deletions
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> |