diff options
author | Slávek Banko <[email protected]> | 2021-04-03 00:41:14 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-04-03 00:41:14 +0200 |
commit | febe1597dd123a8a188d538fcfbfca57544b78ef (patch) | |
tree | 87a8a67100a791f5126bcf539f86f1c4811131a3 | |
parent | e3bfe289fac81238e880bd393e9bcc122f952dd6 (diff) | |
download | website-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 <[email protected]>
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | media/screenshots/large/tde6.png | bin | 0 -> 1274844 bytes | |||
-rw-r--r-- | media/screenshots/large/tde6_mainpage.png | bin | 0 -> 123755 bytes | |||
-rw-r--r-- | media/screenshots/small/tde6.png | bin | 0 -> 26145 bytes | |||
-rw-r--r-- | screenshots.php | 21 |
5 files changed, 17 insertions, 6 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..8017f67 --- /dev/null +++ b/media/screenshots/large/tde6.png diff --git a/media/screenshots/large/tde6_mainpage.png b/media/screenshots/large/tde6_mainpage.png Binary files differnew file mode 100644 index 0000000..76e066d --- /dev/null +++ b/media/screenshots/large/tde6_mainpage.png diff --git a/media/screenshots/small/tde6.png b/media/screenshots/small/tde6.png Binary files differnew file mode 100644 index 0000000..b651fb0 --- /dev/null +++ b/media/screenshots/small/tde6.png 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(); ?> |