This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www.
View the commit online.
commit 5192bdff6af0c51b8c46a75010b0a9fa39b9d8ad
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Sun Jul 5 13:45:33 2026 +0100
use jpg for start banner img
---
public_html/content/about.php | 48 ++++++++++++++++++++++++++++++++++++
public_html/content/start.banner.php | 2 +-
2 files changed, 49 insertions(+), 1 deletion(-)
diff --git a/public_html/content/about.php b/public_html/content/about.php
index 29a0eeb1..fc31a3ba 100644
--- a/public_html/content/about.php
+++ b/public_html/content/about.php
@@ -45,5 +45,53 @@
</div>
</article>
+ <article class="showcase">
+ <a href="" i("shots/rage-main.jpg", "");?>
+ <div>
+ <h3>Evisum</h3></a>
+ <p>Visual process and system monitor.</p>
+ </div>
+ </article>
+
+ <article class="showcase">
+ <a href="" i("shots/rage-main.jpg", "");?>
+ <div>
+ <h3>Evisum</h3></a>
+ <p>Visual process and system monitor.</p>
+ </div>
+ </article>
+
+ <article class="showcase">
+ <a href="" i("shots/rage-main.jpg", "");?>
+ <div>
+ <h3>Entice</h3></a>
+ <p>A simple and fast image viewer.</p>
+ </div>
+ </article>
+
+ <article class="showcase">
+ <a href="" i("shots/rage-main.jpg", "");?>
+ <div>
+ <h3>EDI</h3></a>
+ <p>Simple IDE.</p>
+ </div>
+ </article>
+
+ <article class="showcase">
+ <a href="" i("shots/rage-main.jpg", "");?>
+ <div>
+ <h3>Enventor</h3></a>
+ <p>A gui Edje theme editor.</p>
+ </div>
+ </article>
+
+ <article class="showcase">
+ <a href="" i("shots/rage-main.jpg", "");?>
+ <div>
+ <h3>E16</h3></a>
+ <p>A fork of an older enlightenment 0.16 codebase.</p>
+ </div>
+ </article>
+
</div>
</section>
diff --git a/public_html/content/start.banner.php b/public_html/content/start.banner.php
index 87782a83..b13b3844 100644
--- a/public_html/content/start.banner.php
+++ b/public_html/content/start.banner.php
@@ -11,7 +11,7 @@
$banner_secondary_label = "Explore";
$banner_secondary_href = "about-enlightenment";
- $banner_panel = "shots/e-main.png";
+ $banner_panel = "shots/e-main.jpg";
$banner_panel_text = "Desktop shell / compositor / toolkit";
include "site/banner.php";
?>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.