gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] branch master updated: use new logo for video t


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: use new logo for video thumbnails
Date: Thu, 21 Jun 2018 12:19:48 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 954dd3d  use new logo for video thumbnails
954dd3d is described below

commit 954dd3d6eeaa57fe4bce75226b2a0b3c6e4c23c1
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jun 21 12:19:13 2018 +0200

    use new logo for video thumbnails
---
 news.html.j2.inc | 10 ++++------
 news/2015-11.inc |  2 +-
 news/2016-12.inc |  2 +-
 news/2017-02.inc |  2 +-
 news/2017-03.inc |  2 +-
 news/2017-04.inc |  2 +-
 news/2017-08.inc |  2 +-
 7 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/news.html.j2.inc b/news.html.j2.inc
index b0e5310..2f62069 100644
--- a/news.html.j2.inc
+++ b/news.html.j2.inc
@@ -1,11 +1,9 @@
 {% include "news/2018-04.inc" %}
 {% include "news/2017-10.inc" %}
-{#
-  {% include "news/2017-08.inc" %}
-  {% include "news/2017-04.inc" %}
-  {% include "news/2017-03.inc" %}
-  {% include "news/2017-02.inc" %}
-#}
+{% include "news/2017-08.inc" %}
+{% include "news/2017-04.inc" %}
+{% include "news/2017-03.inc" %}
+{% include "news/2017-02.inc" %}
 {% include "news/2017-01.inc" %}
 
 <a href="old-news.html"><h3>{{ _("More news")}}</h3></a>
diff --git a/news/2015-11.inc b/news/2015-11.inc
index 712fcf3..8be3e40 100644
--- a/news/2015-11.inc
+++ b/news/2015-11.inc
@@ -1,6 +1,6 @@
           <h3>2015-11: Christian Grothoff's explains the goals behind 
Taler</h3>
           <p>
-           <video id="video" poster="/videos/inria2015interview.png" 
autobuffer="" height="360" width="640" controls="controls">
+           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
            <source src="/videos/inria2015interview.webm" type="video/webm">
            <source src="/videos/inria2015interview.ogv" type="video/ogv">
            </video>
diff --git a/news/2016-12.inc b/news/2016-12.inc
index 5665cef..79993b7 100644
--- a/news/2016-12.inc
+++ b/news/2016-12.inc
@@ -1,6 +1,6 @@
           <h3>2016-12: Christian Grothoff explains Taler at hasgeek in 
Bangalore</h3>
           <p>
-           <video id="video" poster="/videos/grothoff2016bangalore.png" 
autobuffer="" height="360" width="720" controls="controls">
+           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="720" controls="controls">
            <source src="/videos/grothoff2016bangalore.webm" type="video/webm">
            <source src="/videos/grothoff2016bangalore.ogv" type="video/ogv">
            </video>
diff --git a/news/2017-02.inc b/news/2017-02.inc
index b4de8e4..5f4082a 100644
--- a/news/2017-02.inc
+++ b/news/2017-02.inc
@@ -1,6 +1,6 @@
           <h3>2017-02: Florian Dold explains Taler at 50p in Bangalore</h3>
           <p>
-           <video id="video" poster="/videos/dold50p.png" autobuffer="" 
height="360" width="640" controls="controls">
+           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
            <source src="/videos/dold50p.webm" type="video/webm">
            <source src="/videos/dold50p.ogv" type="video/ogv">
            </video>
diff --git a/news/2017-03.inc b/news/2017-03.inc
index 8d6440e..37a99ef 100644
--- a/news/2017-03.inc
+++ b/news/2017-03.inc
@@ -1,6 +1,6 @@
           <h3>2017-03: Sva explains GNU Taler at FOSSASIA in Singapore</h3>
           <p>
-           <video id="video" poster="/videos/taler2017fossasia.png" 
autobuffer="" height="360" width="640" controls="controls">
+           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
            <source src="/videos/taler2017fossasia.webm" type="video/webm">
            <source src="/videos/taler2017fossasia.ogv" type="video/ogv">
            </video>
diff --git a/news/2017-04.inc b/news/2017-04.inc
index e67d668..b16b3b7 100644
--- a/news/2017-04.inc
+++ b/news/2017-04.inc
@@ -1,6 +1,6 @@
           <h3>2017-04: Sva explains GNU Taler at EasterHegg and Torsten 
demonstrates it is child's play</h3>
           <p>
-           <video id="video" poster="/videos/taler2017eh.png" autobuffer="" 
height="360" width="640" controls="controls">
+           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
            <source src="/videos/taler2017eh.webm" type="video/webm">
            <source src="/videos/taler2017eh.ogv" type="video/ogv">
            <source src="/videos/taler2017eh.mp4" type="video/mp4">
diff --git a/news/2017-08.inc b/news/2017-08.inc
index 3863000..6d78cf4 100644
--- a/news/2017-08.inc
+++ b/news/2017-08.inc
@@ -1,6 +1,6 @@
           <h3>2017-08: We explain GNU Taler at SHA 2017</h3>
           <p>
-           <video id="video" poster="/videos/sha2017taler.png" autobuffer="" 
height="360" width="640" controls="controls">
+           <video id="video" poster="{{ url('images/logo-2018-dold.svg')}}" 
autobuffer="" height="360" width="640" controls="controls">
            <source src="/videos/sha2017taler.webm" type="video/webm">
            <source src="/videos/sha2017taler.ogv" type="video/ogv">
            <source src="/videos/sha2017taler.mp4" type="video/mp4">

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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