summaryrefslogtreecommitdiffstats
path: root/screenshots.php
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-04-03 00:41:14 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-04-03 00:41:14 +0200
commitfebe1597dd123a8a188d538fcfbfca57544b78ef (patch)
tree87a8a67100a791f5126bcf539f86f1c4811131a3 /screenshots.php
parente3bfe289fac81238e880bd393e9bcc122f952dd6 (diff)
downloadwebsite-core-febe1597dd123a8a188d538fcfbfca57544b78ef.tar.gz
website-core-febe1597dd123a8a188d538fcfbfca57544b78ef.zip
Change the screenshot on the main page.
Added link to community screenshots. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'screenshots.php')
-rw-r--r--screenshots.php21
1 files changed, 16 insertions, 5 deletions
diff --git a/screenshots.php b/screenshots.php
index 612e79e..373683c 100644
--- a/screenshots.php
+++ b/screenshots.php
@@ -7,11 +7,11 @@ include("tde-head-and-foot.php");
doHeader("TDE Screenshots", "Main", "Screenshots");
?>
-<p>
-This page contains screenshots of the latest Trinity release running under various Linux distributions. If you have a particularly interesting Trinity desktop and would like to see it displayed here, please <a href="mailinglist.php">contact us</a>.
-</p>
-<p>
+<p>This page contains screenshots of the Trinity running under various Linux
+distributions. If you have a particularly interesting Trinity desktop and
+would like to see it displayed here, please <a href="mailinglist.php">contact us</a>.</p>
+<p>
<script type="text/javascript" src="highslide/highslide.js"></script>
<script type="text/javascript" src="screenshots.js"></script>
@@ -51,9 +51,20 @@ This page contains screenshots of the latest Trinity release running under vario
<div class="sc_txt">
</div>
</div>
+ <div class="sc_img_holder">
+ <div class="sc_img">
+ <a href="media/screenshots/large/tde6.png" class="highslide" onClick="return hs.expand(this, { captionText: '' })"><img alt="" src="media/screenshots/small/tde6.png"></a>
+ </div>
+ <div class="sc_txt">
+ </div>
+ </div>
</DIV>
<div CLASS="clearall"></div>
-<P>
+</p>
+
+<p>More screenshots from members of our community can be found in the community section
+of <a href="https://wiki.trinitydesktop.org/Community_Screenshots">our wiki</a>.</p>
+
<?php
doFooter();
?>