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 3d10f05525efd7dfe391c774d0ac9c1ca933f037
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Sun Jul 5 12:57:11 2026 +0100
about work
---
public_html/content/about.php | 58 +++++++++++++++++----
public_html/i/books.jpg | Bin 0 -> 112130 bytes
.../i/hero-desk-keyboard-mouse-screens-dark.jpg | Bin 0 -> 293542 bytes
public_html/i/hero-mountain-sunset-snow.jpg | Bin 2251869 -> 960467 bytes
public_html/i/shots/e-main.jpg | Bin 0 -> 251000 bytes
public_html/i/shots/rage-main.jpg | Bin 0 -> 116796 bytes
public_html/i/shots/terminology-main.jpg | Bin 0 -> 371138 bytes
7 files changed, 48 insertions(+), 10 deletions(-)
diff --git a/public_html/content/about.php b/public_html/content/about.php
index 8d99e4e0..29a0eeb1 100644
--- a/public_html/content/about.php
+++ b/public_html/content/about.php
@@ -1,11 +1,49 @@
<?php $title="About"; ?>
-<p>
-<?php i("shots/e-main.png", "width=100%;");?>
-</p>
-<p>
-This is a page about stuff and more stuff and stuff like stuff and stuff. This
-is a long sentence to test the paragraph and formatting to see what is
-happening with the page formatting. Some more text to test the formatting is
-here. What does this do? Do multiple lines of this format properly? That's
-a good question. Let's get jiggy with it.
-</p>
+<section class="start-page">
+ <p class="section-kicker">The project</p>
+ <h2>Desktop, Apps, Toolkit</h2>
+ <p class="lede">
+ Enlightenment was launched in the 1990s by Carsten “Rasterman” Haitzler
+ as an easy to use Window Manager (WM) for X11. Since then it has expanded
+ to include the one million lines of C code that form the Enlightenment
+ Foundation Libraries (EFL) and a diverse set of applications. There is
+ a vibrant and active community of developers and users who work on and
+ use the code every day.
+ </p>
+
+ <div class="showcase-grid">
+
+ <article class="showcase">
+ <a href="" i("shots/e-main.jpg", "");?>
+ <div>
+ <h3>Enlightenment</h3></a>
+ <p>Window Manager, Compositor and Desktop shell with power, speed and lean footrpint.</p>
+ </div>
+ </article>
+
+ <article class="showcase">
+ <a href="" i("books.jpg", "");?>
+ <div>
+ <h3>EFL</h3></a>
+ <p>The toolkit libraries that power enlightenment and related applications. Good old C API with GPU acceleration and cross platform support.</p>
+ </div>
+ </article>
+
+ <article class="showcase">
+ <a href="" i("shots/terminology-main.jpg", "");?>
+ <div>
+ <h3>Terminology</h3></a>
+ <p>Fast, portable cross-platform terminal with tabs, splits, GPU acceleration and in-line image video support.</p>
+ </div>
+ </article>
+
+ <article class="showcase">
+ <a href="" i("shots/rage-main.jpg", "");?>
+ <div>
+ <h3>Rage</h3></a>
+ <p>Video and music player with video library browser.</p>
+ </div>
+ </article>
+
+ </div>
+</section>
diff --git a/public_html/i/books.jpg b/public_html/i/books.jpg
new file mode 100644
index 00000000..07efbb6d
Binary files /dev/null and b/public_html/i/books.jpg differ
diff --git a/public_html/i/hero-desk-keyboard-mouse-screens-dark.jpg b/public_html/i/hero-desk-keyboard-mouse-screens-dark.jpg
new file mode 100644
index 00000000..dd09520b
Binary files /dev/null and b/public_html/i/hero-desk-keyboard-mouse-screens-dark.jpg differ
diff --git a/public_html/i/hero-mountain-sunset-snow.jpg b/public_html/i/hero-mountain-sunset-snow.jpg
index a222777d..1cbf2fb5 100644
Binary files a/public_html/i/hero-mountain-sunset-snow.jpg and b/public_html/i/hero-mountain-sunset-snow.jpg differ
diff --git a/public_html/i/shots/e-main.jpg b/public_html/i/shots/e-main.jpg
new file mode 100644
index 00000000..31cafe33
Binary files /dev/null and b/public_html/i/shots/e-main.jpg differ
diff --git a/public_html/i/shots/rage-main.jpg b/public_html/i/shots/rage-main.jpg
new file mode 100644
index 00000000..e548a96f
Binary files /dev/null and b/public_html/i/shots/rage-main.jpg differ
diff --git a/public_html/i/shots/terminology-main.jpg b/public_html/i/shots/terminology-main.jpg
new file mode 100644
index 00000000..ac010938
Binary files /dev/null and b/public_html/i/shots/terminology-main.jpg differ
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.