summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/hq-video.php
diff options
context:
space:
mode:
authorMax2017-02-02 17:24:52 +0100
committerMax2017-02-02 17:25:14 +0100
commitdaf6e16a051a217e045c953b72e1a3ef0e3817e9 (patch)
treea78388ed23d5d6f0137198204244732994b03857 /intern.gospeladlershof.de/hq-video.php
parent363a2eef42579a42b62d32489949892186f228f2 (diff)
downloadgospeladlershof.de-daf6e16a051a217e045c953b72e1a3ef0e3817e9.tar.gz
Fügt eine neue Seite mit Links zu den HQ Videos hinzu.
(Eigentlich sind es nur die 720p Versionen, aber ich bin zu faul das zu ändern.)
Diffstat (limited to 'intern.gospeladlershof.de/hq-video.php')
-rw-r--r--intern.gospeladlershof.de/hq-video.php59
1 files changed, 59 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/hq-video.php b/intern.gospeladlershof.de/hq-video.php
new file mode 100644
index 0000000..36de1d0
--- /dev/null
+++ b/intern.gospeladlershof.de/hq-video.php
@@ -0,0 +1,59 @@
+<?php
+$title = "Neues Konzert";
+$class_konzert = '';
+$class_index= '';
+$class_proben= '';
+$class_chor= '';
+$class_video= 'class="active"';
+
+require_once __DIR__ . '/header.php';
+?>
+<div class="container">
+ <!--div class="row">
+<h1>The River is flowing</h1>
+<div align="center" class="embed-responsive embed-responsive-16by9">
+ <video controls class="embed-responsive-item" preload="metadata">
+ <source src=https://static.gospeladlershof.de/videos/theriverisflowing.mp4 type=video/mp4>
+ </video>
+</div>
+ </div--> <!-- /.row -->
+ <div class="row">
+<h1>King of Kings</h1>
+<div align="center" class="embed-responsive embed-responsive-16by9">
+ <video controls class="embed-responsive-item" preload="metadata">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (720).mp4" type="video/mp4" media="all and (min-width: 720px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (720).webm" type="video/webm" media="all and (min-width: 720px)">
+ </video>
+</div>
+ </div> <!-- /.row -->
+ <div class="row">
+<h1>Jesus is my Salvation</h1>
+<div align="center" class="embed-responsive embed-responsive-16by9">
+ <video controls class="embed-responsive-item" preload="metadata">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (720).mp4" type="video/mp4" media="all and (min-width: 720px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (720).webm" type="video/webm" media="all and (min-width: 720px)">
+ </video>
+</div>
+ </div> <!-- /.row -->
+ <div class="row">
+<h1>Jesus on the Mainline</h1>
+<div align="center" class="embed-responsive embed-responsive-16by9">
+ <video controls class="embed-responsive-item" preload="metadata">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (720).mp4" type="video/mp4" media="all and (min-width: 720px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (720).webm" type="video/webm" media="all and (min-width: 720px)">
+ </video>
+</div>
+ </div> <!-- /.row -->
+</div> <!-- /container -->
+
+<?php
+require_once __DIR__ . '/footer.php';
+?>
+<!--
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (320).mp4" type="video/mp4" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (320).webm" type="video/webm" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (320).mp4" type="video/mp4" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (320).webm" type="video/webm" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (320).mp4" type="video/mp4" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (320).webm" type="video/webm" media="(max-width: 479px) AND (min-width: 320px)">
+-->