summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-06-21 12:19:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-06-21 12:19:13 +0200
commit954dd3d6eeaa57fe4bce75226b2a0b3c6e4c23c1 (patch)
treebb27c715ee6903678c38d1bc980a47322779885c
parent0b2e59c3e825bf5669204c6f7afe7add418021ca (diff)
downloadwww-954dd3d6eeaa57fe4bce75226b2a0b3c6e4c23c1.tar.gz
www-954dd3d6eeaa57fe4bce75226b2a0b3c6e4c23c1.tar.bz2
www-954dd3d6eeaa57fe4bce75226b2a0b3c6e4c23c1.zip
use new logo for video thumbnails
-rw-r--r--news.html.j2.inc10
-rw-r--r--news/2015-11.inc2
-rw-r--r--news/2016-12.inc2
-rw-r--r--news/2017-02.inc2
-rw-r--r--news/2017-03.inc2
-rw-r--r--news/2017-04.inc2
-rw-r--r--news/2017-08.inc2
7 files changed, 10 insertions, 12 deletions
diff --git a/news.html.j2.inc b/news.html.j2.inc
index b0e5310c..2f620696 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 712fcf3c..8be3e405 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 5665cef4..79993b7c 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 b4de8e49..5f4082a3 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 8d6440ef..37a99ef0 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 e67d668d..b16b3b74 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 38630007..6d78cf4b 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">