summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--index.php2
-rw-r--r--media/screenshots/large/tde6.pngbin0 -> 1274844 bytes
-rw-r--r--media/screenshots/large/tde6_mainpage.pngbin0 -> 123755 bytes
-rw-r--r--media/screenshots/small/tde6.pngbin0 -> 26145 bytes
-rw-r--r--screenshots.php21
5 files changed, 17 insertions, 6 deletions
diff --git a/index.php b/index.php
index 034016a..3f51808 100644
--- a/index.php
+++ b/index.php
@@ -18,7 +18,7 @@ The Trinity Desktop Environment (TDE) project is a computer desktop environment
with a primary goal of retaining the function and form of traditional desktop computers.
<P CLASS="spacer">
<P><SPAN CLASS="snapwrapper">
- <A HREF="media/screenshots/large/tde4.png"><IMG ALT="Introductory Screenshot" SRC="media/screenshots/large/tde4_mainpage.png" CLASS="snap" ID="introsnap"></A>
+ <A HREF="media/screenshots/large/tde6.png"><IMG ALT="Introductory Screenshot" SRC="media/screenshots/large/tde6_mainpage.png" CLASS="snap" ID="introsnap"></A>
</SPAN>
<P STYLE="text-align:center"><A HREF="screenshots.php">More Screenshots</A>
<P CLASS="spacer">
diff --git a/media/screenshots/large/tde6.png b/media/screenshots/large/tde6.png
new file mode 100644
index 0000000..8017f67
--- /dev/null
+++ b/media/screenshots/large/tde6.png
Binary files differ
diff --git a/media/screenshots/large/tde6_mainpage.png b/media/screenshots/large/tde6_mainpage.png
new file mode 100644
index 0000000..76e066d
--- /dev/null
+++ b/media/screenshots/large/tde6_mainpage.png
Binary files differ
diff --git a/media/screenshots/small/tde6.png b/media/screenshots/small/tde6.png
new file mode 100644
index 0000000..b651fb0
--- /dev/null
+++ b/media/screenshots/small/tde6.png
Binary files differ
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();
?>