www-commits
[Top][All Lists]
Advanced

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

www home.html


From: Therese Godefroy
Subject: www home.html
Date: Thu, 26 Dec 2019 13:23:11 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 19/12/26 13:23:11

Modified files:
        .              : home.html 

Log message:
        Add the ShoeTool video, per Andrew Engelbrecht www-discuss 2019-12-24.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/home.html?cvsroot=www&r1=1.577&r2=1.578

Patches:
Index: home.html
===================================================================
RCS file: /webcvs/www/www/home.html,v
retrieving revision 1.577
retrieving revision 1.578
diff -u -b -r1.577 -r1.578
--- home.html   17 Dec 2019 09:36:47 -0000      1.577
+++ home.html   26 Dec 2019 18:23:09 -0000      1.578
@@ -1,4 +1,4 @@
-<!--#include virtual="/server/header.html" -->
+<!--#include virtual="/server/html5-header.html" -->
 <!-- Parent-Version: 1.86 -->
    <!--#if expr="$QUERY_STRING = /distro=([^&#]+)/"
 --><!--#set var="DISTRO" value="$1"
@@ -182,6 +182,33 @@
 <div id="home">
 <div class="first-column">
 
+<div style="max-width: 40em; margin: 2.3em auto 0">
+<video width="100%" controls="controls"
+poster="https://static.fsf.org/nosvn/videos/fsf-shoetool/thumbnails/ShoeTool-Cover-1.jpg";>
+
+<source
+src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.mp4";
+type="video/mp4" />
+
+<source
+src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.webm";
+type="video/webm" />
+
+<source
+src="https://static.fsf.org/nosvn/videos/fsf-shoetool/fsf-shoetool-720p.ogv";
+type="video/ogg" />
+
+<track kind="subtitles" label="English" srclang="en"
+src="https://static.fsf.org/nosvn/videos/fsf-shoetool/captions/shoetoolfsf_en.vtt";
+default="default" />
+
+</video>
+</div>
+
+<p class="c">
+<a 
href="https://www.fsf.org/blogs/community/presenting-shoetool-happy-holidays-from-the-fsf";>
+ShoeTool &mdash; HAPPY HOLIDAYS FROM THE FSF!</a>
+
 <h2 class="first">What is GNU?</h2>
 
 <p>GNU is an operating system that
@@ -525,7 +552,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2019/12/17 09:36:47 $
+$Date: 2019/12/26 18:23:09 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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