Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 20 Jun 2019 10:42:49 UTC Commit: 46e1aaec788059e498e98e3178e60edf414e3dde https://github.com/geany/www.geany.org/commit/46e1aaec788059e498e98e3178e60e...
Log Message: ----------- Center headings of feature boxes on homepage
Modified Paths: -------------- geany/templates/home.html
Modified: geany/templates/home.html 12 lines changed, 6 insertions(+), 6 deletions(-) =================================================================== @@ -111,12 +111,12 @@ <h1>Geany - The Flyweight IDE</h1> <div class="row"> <div class="col-md-4 news-list2"> <div class="feature-icon"><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span></div> - <h2>News</h2> + <h2 class="text-center">News</h2> {% get_recent_news %} </div> <div class="col-md-4"> <div class="feature-icon"><span class="glyphicon glyphicon-flash" aria-hidden="true"></span></div> - <h2>Fast & Small</h2> + <h2 class="text-center">Fast & Small</h2> <p>One the primary reasons for Geany's existence is that there is a need for a decent, GUI, lightweight, cross-platform, flexible and powerful IDE/editor. Many editors meet one or more of these @@ -127,7 +127,7 @@ <h2>Fast & Small</h2> </div> <div class="col-md-4"> <div class="feature-icon"><span class="glyphicon glyphicon-comment" aria-hidden="true"></span></div> - <h2>Great Community</h2> + <h2 class="text-center">Great Community</h2> <p>Geany is Good Ol' Fashioned <a href="https://en.wikipedia.org/wiki/Free_software">Free Software</a>. Using the <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GPL v2 license</a>, @@ -148,7 +148,7 @@ <h2>Great Community</h2> <div class="row"> <div class="col-md-4"> <div class="feature-icon"><span class="glyphicon glyphicon-random" aria-hidden="true"></span></div> - <h2>Easily Customizable</h2> + <h2 class="text-center">Easily Customizable</h2> <p> Many parts of Geany are heavily customizable like color themes (<a href="https://github.com/geany/geany-themes">Geany Themes project</a>) or @@ -161,7 +161,7 @@ <h2>Easily Customizable</h2> </div> <div class="col-md-4"> <div class="feature-icon"><span class="glyphicon glyphicon-file" aria-hidden="true"></span></div> - <h2>Many Filetypes</h2> + <h2 class="text-center">Many Filetypes</h2> <p> Many supported filetypes including popular programming languages like C, Java, PHP, HTML, JavaScript, Python or Perl. @@ -175,7 +175,7 @@ <h2>Many Filetypes</h2> </div> <div class="col-md-4"> <div class="feature-icon"><span class="glyphicon glyphicon-resize-full" aria-hidden="true"></span></div> - <h2>Many Plugins</h2> + <h2 class="text-center">Many Plugins</h2> <p> With Geany's plugin system, users can get more features into Geany and developers can easily add new features and/or improve existing ones.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).