first
This commit is contained in:
68
WooSports-Leo-Koenig-Demoing-the-Woo/index.html
Normal file
68
WooSports-Leo-Koenig-Demoing-the-Woo/index.html
Normal file
@@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>WooSports: Leo Koenig Demoing the Woo</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/main.min.css">
|
||||
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||
<script type="text/javascript" src="/scripts.min.js"></script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-56938321-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie.css"><![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="browsercompatibility">
|
||||
Unfortunately your current browser is not yet supported by this website. Please visit this website using <a href="http://www.google.com/chrome">Google Chrome</a>, <a href="https://www.mozilla.org/firefox">Mozilla Firefox</a>, or <a href="https://www.apple.com/safari/">Apple Safari</a>.
|
||||
</div>
|
||||
<div id="persistent">
|
||||
<a href="/"><img id="logo" src="/averbach-logo-grey.png"></a>
|
||||
|
||||
<div id="thevideo">
|
||||
<video controls id="videoelement" preload webkit-playsinline></video>
|
||||
<h3 id="statusid" style="max-width:320px; margin:auto"></h3>
|
||||
</div><!--thevideo-->
|
||||
|
||||
|
||||
<p id="heading">WooSports: Leo Koenig Demoing the Woo</p>
|
||||
</div><!--persistent-->
|
||||
|
||||
<div id="source-transcript" class="transcript" style= "max-height:1800px;">
|
||||
|
||||
</div><!--source-transcript-->
|
||||
<script type="text/javascript">
|
||||
|
||||
$(window).ready( function(){
|
||||
|
||||
$("#statusid").html("Loading...... ");
|
||||
startTranscriptionService(
|
||||
{
|
||||
videoelementID : "videoelement",
|
||||
transcriptContainerID : "source-transcript",
|
||||
video : [
|
||||
{ vi : "//video.avt.io/WooSports-Leo-Koenig-Demoing-the-Woo.webmsd.webm" , type : "video/webm" },
|
||||
{ vi : "//video.avt.io/WooSports-Leo-Koenig-Demoing-the-Woo.mp4" , type : "video/mp4" } ],
|
||||
transcript : "/transcripts/WooSports-Leo-Koenig-Demoing-the-Woo.htm"
|
||||
},
|
||||
function(){
|
||||
$("#statusid").html("");
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user