[geany/www.geany.org] 5b41c0: Renew homepage carousel screenshots

Enrico Tröger git-noreply at xxxxx
Sun Jun 16 13:27:13 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 16 Jun 2019 13:27:13 UTC
Commit:      5b41c005eb359ffc77035b598ec4b709d08e64db
             https://github.com/geany/www.geany.org/commit/5b41c005eb359ffc77035b598ec4b709d08e64db

Log Message:
-----------
Renew homepage carousel screenshots

Use variants of the screenshots which are cropped by hand to fit
the dimensions best and have a mostly equal height.


Modified Paths:
--------------
    geany/templates/home.html

Modified: geany/templates/home.html
24 lines changed, 3 insertions(+), 21 deletions(-)
===================================================================
@@ -67,51 +67,33 @@ <h1>Geany - The Flyweight IDE</h1>
 						<li data-target="#screenshot-carousel" data-slide-to="0" class="active"></li>
 						<li data-target="#screenshot-carousel" data-slide-to="1"></li>
 						<li data-target="#screenshot-carousel" data-slide-to="2"></li>
-						<li data-target="#screenshot-carousel" data-slide-to="3"></li>
-						<li data-target="#screenshot-carousel" data-slide-to="4"></li>
 					  </ol>
 				  </div>
 				  <div class="carousel-inner thumbnail-box">
 					<div class="active item">
 						<a href="{% url "page" "documentation/screenshots" %}">
 						<img
-							src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/geany_light_2019-05-20.png" 500 0 %}"
+							src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/homepage/geany_dark_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_dark_2019-05-20.png" 500 0 %}"
+							src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/homepage/geany_light_php-2019-06-15.png" 500 0 %}"
 							class="img-responsive"
 							alt="Main screen with dark theme">
 						</a>
 					</div>
 					<div class="item">
 						<a href="{% url "page" "documentation/screenshots" %}">
 						<img
-							src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/geany_build.png" 500 0 %}"
+							src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/homepage/geany_windows_classic-2019-06-09.png" 500 0 %}"
 							class="img-responsive"
 							alt="Build process">
 						</a>
 					</div>
-					<div class="item">
-						<a href="{% url "page" "documentation/screenshots" %}">
-						<img
-							src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/geany_vte.png" 500 0 %}"
-							class="img-responsive"
-							alt="Virtual terminal emulation">
-						</a>
-					</div>
-					<div class="item">
-						<a href="{% url "page" "documentation/screenshots" %}">
-						<img
-							src="{{ MEDIA_URL }}{% thumbnail "uploads/screenshots/geany_plugins.png" 500 0 %}"
-							class="img-responsive"
-							alt="Plugin manager">
-						</a>
-					</div>
 				  </div>
 				  <a class="left carousel-control" href="#screenshot-carousel" role="button" data-slide="prev">
 					<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list