add animation video to the top of the overview page (fixes #18870)
traumschule

traumschule commited on 2018-08-22 11:50:16
Zeige 1 geänderte Dateien mit 15 Einfügungen und 1 Löschungen.

... ...
@@ -27,7 +27,21 @@
27 27
 
28 28
     <a name="overview"></a>
29 29
     <h3><a class="anchor" href="#overview">Overview</a></h3>
30
-
30
+    <p>
31
+	A two-minute video explaining what Tor is and how it works.
32
+	This video is available for <a href="https://media.torproject
33
+	.org/video/2015-03-animation/">download</a> and streaming
34
+	both on Tor Project <a href="https://blog.torproject.org/blog/
35
+	releasing-tor-animation">website</a> and via <a href="https://www
36
+	.youtube.com/playlist?list=PLwyU2dZ3LJErtu3GGElIa7VyORE2B6H1H">
37
+	YouTube</a> in many different languages.
38
+    </p>
39
+    <div style="text-align:center;">
40
+    <video width="500" height="281" controls preload="none" poster="../images/tor-animation.jpg">
41
+	<source src="https://www.torproject.org/videos/Tor_Animation_en.mp4" type="video/mp4">
42
+	<track label="English" kind="captions" src="https://www.torproject.org/videos/en.vtt" srclang="en" default>
43
+    </video>
44
+    </div>
31 45
     <p>
32 46
     The Tor network is a group of <a href="<page
33 47
     getinvolved/volunteer>">volunteer</a>-operated servers that allows people
34 48