Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Mon, 20 May 2019 21:59:16 UTC Commit: 67773dc22c25f0ccd23a2f1edcb1c73f8e612ff6 https://github.com/geany/www.geany.org/commit/67773dc22c25f0ccd23a2f1edcb1c7...
Log Message: ----------- Replace main screen images on the homepage
b4n provided new, fresh screenshots of a recent Geany version.
Modified Paths: -------------- geany/templates/home.html
Modified: geany/templates/home.html 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -70,17 +70,17 @@ <h1>Geany - The Flyweight IDE</h1> <div class="active item"> <a href="{% url "page" "documentation/screenshots" %}"> <img - src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/geany_main.png" 500 0 %}" + src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/geany_light_2019-05-20.png" 500 0 %}" class="img-responsive" alt="Main screen"> </a> </div> <div class="item"> <a href="{% url "page" "documentation/screenshots" %}"> <img - src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/geany_prefs.png" 500 0 %}" + src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/geany_dark_2019-05-20.png" 500 0 %}" class="img-responsive" - alt="Preferences dialog"> + alt="Main screen with dark theme"> </a> </div> <div class="item">
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).