Index: pages/test.html |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/pages/test.html |
@@ -0,0 +1,44 @@ |
+title=Video test |
+ |
+<head> |
+ <link rel="stylesheet" href="/css/video.css" /> |
+ <script src="/js/video.js"></script> |
+</head> |
+ |
+<div class="video-parent contains-disclaimer"> |
+ <a |
+ class="video-link" |
+ target="_blank" |
+ href="https://www.youtube-nocookie.com/embed/pVYtzF5SemU?html5=1&autohide=1&enablejsapi=1&controls=2&fs=1&modestbranding=1&rel=0&showinfo=0&theme=light&autoplay=1"> |
+ <img |
+ class="video-thumbnail" |
+ src="/img/video-thumbnail.jpg" |
+ alt="{{ video-alt-text Introduction to Adblock Plus video thumbnail }}"> |
+ <img |
+ class="video-play" |
+ src="/img/video-external.png" |
+ alt="{{ video-play-alt-text Play Video }}"> |
+ </a> |
+ <p class="video-disclaimer"> |
+ {{ video-disclaimer Click to play this video. Please note that this video is hosted by YouTube. When this video is played, some personal data is transferred to YouTube. For more information, please review YouTube's <a href='https://www.google.com/intl/en/policies/privacy/' target='_blank'>privacy policy</a>. }} |
+ </p> |
+</div> |
+ |
+<div class="video-parent contains-disclaimer" style="max-width: 520px; margin-top: 1em;"> |
+ <a |
+ class="video-link" |
+ target="_blank" |
+ href="https://www.youtube-nocookie.com/embed/pVYtzF5SemU?html5=1&autohide=1&enablejsapi=1&controls=2&fs=1&modestbranding=1&rel=0&showinfo=0&theme=light&autoplay=1"> |
+ <img |
+ class="video-thumbnail" |
+ src="/img/video-thumbnail.jpg" |
+ alt="{{ video-alt-text Introduction to Adblock Plus video thumbnail }}"> |
+ <img |
+ class="video-play" |
+ src="/img/video-external.png" |
+ alt="{{ video-play-alt-text Play Video }}"> |
+ </a> |
+ <p class="video-disclaimer"> |
+ {{ video-disclaimer Click to play this video. Please note that this video is hosted by YouTube. When this video is played, some personal data is transferred to YouTube. For more information, please review YouTube's <a href='https://www.google.com/intl/en/policies/privacy/' target='_blank'>privacy policy</a>. }} |
+ </p> |
+</div> |