commit 79edc73e3837fe40fbe42ffc49a328d22933139b Author: Nima Fatemi mrphs@riseup.net Date: Tue Jun 30 19:11:33 2015 +0000
Add Tor animation to press page per ailanthus request. closes #16463 --- press/en/press.wml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
diff --git a/press/en/press.wml b/press/en/press.wml index e19cb9c..f774b65 100644 --- a/press/en/press.wml +++ b/press/en/press.wml @@ -12,6 +12,26 @@ <!-- PUT CONTENT AFTER THIS TAG --> <h1>Tor Press and Media Information</h1>
+<br> + +<h2>Video About Tor</h2> +<p> + A two-minute video explaining what Tor is and how it works. + This video is available for <a href="https://media.torproject + .org/video/2015-03-animation/">download</a> and streaming + both on Tor Project <a href="https://blog.torproject.org/blog/ + releasing-tor-animation">website</a> and via <a href="https://www + .youtube.com/playlist?list=PLwyU2dZ3LJErtu3GGElIa7VyORE2B6H1H"> + YouTube</a> in many different languages. +</p> +<div style="text-align:center;"> + +<video width="500" height="281" controls preload="none" poster="https://people.torproject.org/~nima/03-2015-Tor-Animation/Screen-Shot.jpg"> + <source src="https://media.torproject.org/video/2015-03-animation/HQ/Tor_Animation_en.webm" type="video/webm"> + <track label="English" kind="captions" src="https://people.torproject.org/~nima/03-2015-Tor-Animation/subs/vtt/en.vtt" srclang="en" default> +</video> +</div> + <h2>Media Appearances</h2> <p>Major news organizations including the New York Times, Forbes, Al Jazeera, Washington Post, Le Monde, NPR, BBC, and more have sought out
tor-commits@lists.torproject.org