I hope I'm submitting the patch right. I'll try to take and add more recent
screenshots soon.
>From fbfca0d3f2bbf6e5b50ea38eb29c01adb3711374 Mon Sep 17 00:00:00 2001
From: nerdopolis <[email protected]>
Date: Sat, 2 Nov 2013 21:22:11 -0400
Subject: [PATCH] wayland-web: add thumbnails to the screenshots page
---
screenshots.html | 63 ++++++++++++++++++++++++++++----------------------------
1 file changed, 32 insertions(+), 31 deletions(-)
diff --git a/screenshots.html b/screenshots.html
index 69a6136..f615c68 100644
--- a/screenshots.html
+++ b/screenshots.html
@@ -12,48 +12,49 @@
<h2>Screenshots</h2>
-<p>Wayland demos:</p>
+<p><h4>Wayland demos:</h4></p>
-<ul>
- <li><a href="smoke.png">Software rendering demo</a></li>
- <li><a href="wayland-dnd.png">Wayland drag and drop demo</a></li>
-</ul>
+<div style="width:75%">
+ <a href="smoke.png"><img src="smoke.png" alt="Software rendering demo" border="0" width="25%" height="25%" /></a>
+ <a href="wayland-dnd.png"><img src="wayland-dnd.png" alt="Wayland drag and drop demo" width="25%" height="25%" /></a>
+</div>
-<p>Qt on Wayland:</p>
+<p><h4>Qt on Wayland:</h4></p>
-<ul>
- <li><a href="qt-mainwindow.png">Qt Mainwindow demo</a></li>
- <li><a href="qt-on-wayland.png">Misc Qt demos</a></li>
- <li><a href="qt-wayland.png">QGraphicsView with GLES2 painter</a></li>
- <li><a href="webkit-wayland.png">WebKit demo</a></li>
-</ul>
-<p>GTK+ on Wayland:</p>
+<div style="width:75%">
+ <a href="qt-mainwindow.png"><img src="qt-mainwindow.png" alt="Qt Mainwindow demo" border="0" width="25%" height="25%" /></a>
+ <a href="qt-on-wayland.png"><img src="qt-on-wayland.png" alt="Misc Qt demos" border="0" width="25%" height="25%" /></a>
+ <a href="qt-wayland.png"><img src="qt-wayland.png" alt="QGraphicsView with GLES2 painter" border="0" width="25%" height="25%" /></a>
+ <a href="webkit-wayland.png"><img src="webkit-wayland.png" alt="WebKit demo" border="0" width="25%" height="25%" /></a>
+</div>
-<ul>
- <li><a href="wayland-gtk.png">Wayland GTK+ applications</a></li>
- <li><a href="wayland-vte.png">VTE terminal emulator</a></li>
-</ul>
+<p><h4>GTK+ on Wayland:</h4></p>
-<p>Clutter on Wayland:</p>
+<div style="width:75%">
+ <a href="wayland-gtk.png"><img src="wayland-gtk.png" alt="Wayland GTK+ applications" border="0" width="25%" height="25%" /></a>
+ <a href="wayland-vte.png"><img src="wayland-vte.png" alt="VTE terminal emulator" border="0" width="25%" height="25%" /></a>
+</div>
-<ul>
- <li><a href="clutter-hands.png">Clutter spinning hands</a></li>
- <li><a href="clutter-flowers.png">Clutter cairo flowers</a></li>
-</ul>
+<p><h4>Clutter on Wayland:</h4></p>
-<p>EFL on Wayland:</p>
+<div style="width:75%">
+ <a href="clutter-hands.png"><img src="clutter-hands.png" alt="Clutter spinning hands" border="0" width="25%" height="25%" /></a>
+ <a href="clutter-flowers.png"><img src="clutter-flowers.png" alt="Clutter cairo flowers" border="0" width="25%" height="25%" /></a>
+</div>
-<ul>
- <li><a href="efl-on-wayland.png">Elementary Tests</a></li>
-</ul>
+<p><h4>EFL on Wayland:</h4></p>
-<p>Xorg running under Wayland:</p>
+<div style="width:75%">
+ <a href="efl-on-wayland.png"><img src="efl-on-wayland.png" alt="Elementary Tests" border="0" width="25%" height="25%" /></a>
+</div>
-<ul>
- <li><a href="rootless-x-under-wayland.png">Rootless X running an xterm</a></li>
- <li><a href="fullscreen-x-compiz.png">Fullscreen X server running compiz</a></li>
-</ul>
+<p><h4>Xorg running under Wayland:</h4></p>
+
+<div style="width:75%">
+ <a href="rootless-x-under-wayland.png"><img src="rootless-x-under-wayland.png" alt="Rootless X running an xterm" border="0" width="25%" height="25%" /></a>
+ <a href="fullscreen-x-compiz.png"><img src="fullscreen-x-compiz.png" alt="Fullscreen X server running compiz" border="0" width="25%" height="25%" /></a>
+</div>
</body>
</html>
--
1.8.3.2
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel