www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging home1.html


From: Therese Godefroy
Subject: www/server/staging home1.html
Date: Mon, 9 Jul 2018 04:09:47 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 18/07/09 04:09:47

Modified files:
        server/staging : home1.html 

Log message:
        New Trisquel8/Mate screenshot; minor layout changes.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/home1.html?cvsroot=www&r1=1.8&r2=1.9

Patches:
Index: home1.html
===================================================================
RCS file: /webcvs/www/www/server/staging/home1.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- home1.html  5 Jul 2018 16:22:54 -0000       1.8
+++ home1.html  9 Jul 2018 08:09:46 -0000       1.9
@@ -14,6 +14,7 @@
    color: #b02500;
    background: #fff;
    border-color:  #b02500;
+   padding: .4em .5em .3em;
 }
 form.header input[type="submit"] {
    background: #fff;
@@ -32,7 +33,7 @@
    margin: 0;
 }
 .first-column, .second-column {
-   width: 45em; max-width: 100%;
+   width: 46em; max-width: 100%;
    margin: auto;
 }
 
@@ -45,43 +46,53 @@
 }
 
 #gnu-linux, .thumbs {
-   width: 32em;
-   max-width: 100%;
    text-align: center;
    font-style: italic;
-   color: white;
    margin: 1em auto;
 }
-#gnu-linux img {
-   width: 100%;
+#gnu-linux {
+   width: 32em;
+   max-width: 100%;
+   margin: .5em auto;
 }
-#gnu-linux p {
+#screenshot, .thumbs .image td {
+   line-height: .8em;
    background: #444;
    padding: .2em;
-   margin-right: .3em;
+}
+#screenshot a, .thumbs .image td a {
+   color: white;
+}
+#screenshot img {
+   width: 100%;
+}
+#gnu-linux p {
+   line-height: 1.2em;
+   margin: 0;
 }
 .thumbs {
+   width: 100%;
    display: block;
    overflow: auto;
-   background: #444;
+   padding-bottom: .2em;
 }
 .thumbs td {
-   width: 25%;
-   padding: .2em;
-   border: none;
-   border-right: .3em solid white;
-}
-.thumbs .image td {
+   width: 33.3%;
    vertical-align: top;
-   padding-bottom: 0;
+   padding: .1em;
+   border: 0;
+   border-left: .5em solid white;
+}
+.thumbs td:first-child {
+   border: 0;
 }
 .thumbs .caption td  {
-   padding-top: 0;
+   line-height: 1em;
 }
 .thumbs img {
-   width: 100%;
-   max-width: 12em;
-   min-width: 7em;
+   width: 10em;
+   max-width: 100%;
+   min-width: 8em;
 }
 
 .button {
@@ -210,30 +221,32 @@
 <div style="clear: left"></div>
 
 <div id="gnu-linux">
-<p><a href="/distros/screenshots/guixSD-gnome3-medium.jpg"><img id="screenshot"
-   src="/distros/screenshots/guixSD-gnome3-medium.jpg"
-   alt="&nbsp;[Screenshot of guixSD with Gnome&nbsp;3 desktop]&nbsp;"/></a><br 
/>
-   GuixSD with Gnome&nbsp;3 desktop</p>
+<div id="screenshot">
+ <a href="https://trisquel.info";><img
+   src="/distros/screenshots/trisquel8-mate-medium.jpg"
+   alt="&nbsp;[Screenshot of Trisquel&nbsp;8 with MATE desktop]&nbsp;"/></a>
 </div>
+<p>Trisquel&nbsp;8 with MATE desktop</p>
 
 <table class="thumbs">
  <tr class="image">
-  <td><a href="/distros/screenshots/trisquel.png"><img
-   src="/distros/screenshots/trisquel-medium.jpg"
-   alt="&nbsp;[Screenshot of Trisquel with Gnome classic 
desktop]&nbsp;"/></a></td>
-  <td><a href="/distros/screenshots/guixSD-gnome3-medium.jpg"><img
+  <td><a href="/distros/screenshot.html"><img
+   src="/distros/screenshots/trisquel-thumb.jpg"
+   alt="&nbsp;[Screenshot of Trisquel&nbsp;7 with Gnome Classic 
desktop]&nbsp;"/></a></td>
+  <td><a href="https://www.gnu.org/software/guix/";><img
    src="/distros/screenshots/guixSD-gnome3-thumb.jpg"
-   alt="&nbsp;[Screenshot of guixSD with Gnome&nbsp;3 
desktop]&nbsp;"/></a></td>
-  <td><a href="/distros/screenshots/gnome3-medium.jpg"><img
+   alt="&nbsp;[Screenshot of guixSD with GNOME&nbsp;3 
desktop]&nbsp;"/></a></td>
+  <td><a href="https://www.gnome.org/";><img
    src="/distros/screenshots/gnome3-thumb.jpg"
-   alt="&nbsp;[Screenshot of Gnome&nbsp;3 desktop]&nbsp;"/></a></td>
+   alt="&nbsp;[Screenshot of GNOME&nbsp;3 desktop]&nbsp;"/></a></td>
 </tr>
  <tr class="caption">
-  <td><small>Trisquel / Gnome classic</small></td>
-  <td><small>GuixSD / Gnome&nbsp;3</small></td>
-  <td><small>Gnome&nbsp;3</small></td>
+  <td><small>Trisquel&nbsp;7 / GNOME Classic</small></td>
+  <td><small>GuixSD / GNOME&nbsp;3</small></td>
+  <td><small>GNOME&nbsp;3</small></td>
  </tr>
 </table>
+</div>
 
 <p class="button right">
   ... or <a 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>
@@ -467,7 +480,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2018/07/05 16:22:54 $
+$Date: 2018/07/09 08:09:46 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]