diff options
| -rw-r--r-- | intern.gospeladlershof.de/hq-video.php | 59 | ||||
| -rw-r--r-- | intern.gospeladlershof.de/video.php | 6 |
2 files changed, 65 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)"> +--> diff --git a/intern.gospeladlershof.de/video.php b/intern.gospeladlershof.de/video.php index eb1a661..ba6bc37 100644 --- a/intern.gospeladlershof.de/video.php +++ b/intern.gospeladlershof.de/video.php @@ -18,6 +18,11 @@ require_once __DIR__ . '/header.php'; </div> </div--> <!-- /.row --> <div class="row"> + +<div class="alert alert-info" role="alert"> +<p><span class="glyphicon glyphicon-facetime-video"></span> Zu den Videos mit besserer Qualität geht es hier lang: <a href="/hq-video.php"><u><?php echo htmlentities(">>Klick<<");?></u></a>.</p> + +</div> <h1>King of Kings</h1> <div align="center" class="embed-responsive embed-responsive-16by9"> <video controls class="embed-responsive-item" preload="metadata"> @@ -43,6 +48,7 @@ require_once __DIR__ . '/header.php'; <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (480).webm" type="video/webm" mmedia="(max-width: 719px) AND (min-width: 480px)"> </video> </div> + </div> <!-- /.row --> </div> <!-- /container --> |
