mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
Adjusted comments
This commit is contained in:
parent
368aab9d74
commit
b319c532bf
27
index.html
27
index.html
@ -20,22 +20,22 @@
|
||||
#wrap {display:table;height:100%}
|
||||
</style>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
<body onload="bodyLoaded()">
|
||||
|
||||
<div id="wrap">
|
||||
<div id="main">
|
||||
|
||||
|
||||
<ul id="nav">
|
||||
<li><a href="http://github.com/zencoder/video-js">Source</a></li>
|
||||
<li><a href="http://github.com/zencoder/video-js/issues">Issue Tracker</a></li>
|
||||
<li><a href="http://wiki.github.com/zencoder/video-js/">Wiki</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1>Video JS</h1>
|
||||
<p class="tagline">Open Source HTML5 Video Player</p>
|
||||
|
||||
|
||||
<div class="video-box">
|
||||
<!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
|
||||
<video id="video" class="video-js" width="640" height="264" poster="http://zencoder-demo.s3.amazonaws.com/poster.jpg" autobuffer>
|
||||
@ -52,12 +52,11 @@
|
||||
</video>
|
||||
</div>
|
||||
<p id="video_note">Video clip is from <a href="http://disney.go.com/disneynature/oceans/" title="Oceans">Disney’s Oceans</a></p>
|
||||
|
||||
|
||||
<p>Video JS is a javascript-based video player that uses the HTML5 video functionality built into advanced browsers. In general, the benefit of using and HTML5 player is a consisten look between browsers.</p>
|
||||
|
||||
|
||||
<div id="features_and_support">
|
||||
<div id="features">
|
||||
|
||||
<div id="features_and_support" class="clearfix">
|
||||
<div id="features">
|
||||
<h6>Features</h6>
|
||||
<ul id="feature_list">
|
||||
<li>Free & Open Source</li>
|
||||
@ -101,11 +100,11 @@
|
||||
<a href="http://www.apple.com/ipad/" title="iPad"><img src="images/icons/ipad.png" alt="iPad"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
/**
|
||||
* var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
|
||||
* var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
|
||||
*/
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
@ -115,7 +114,7 @@
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=videojs">comments powered by Disqus.</a></noscript>
|
||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -157,7 +156,7 @@
|
||||
</div>
|
||||
|
||||
</div> -->
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
(function() {
|
||||
@ -172,6 +171,6 @@
|
||||
})();
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -17,6 +17,7 @@ ul#nav li a { color: #fff; text-decoration: none; }
|
||||
.video-box { margin-bottom: 0; background-color: #000; }
|
||||
p#video_note { margin-bottom: 20px; font-size: 100%; line-height: 20px; color: #999; text-align: center; }
|
||||
|
||||
#features_and_support { }
|
||||
#features { width: 300px; float: left; }
|
||||
ul#feature_list { display: block; margin: 0; padding: 0; }
|
||||
ul#feature_list li { list-style: none; padding-left: 25px; font-size: 140%; line-height: 20px; margin-bottom: 25px; background: url("../images/icons/check.png") left top no-repeat; }
|
||||
@ -26,6 +27,6 @@ ul#feature_list li { list-style: none; padding-left: 25px; font-size: 140%; line
|
||||
.supported-section a { padding-right: 10px; }
|
||||
.supported-section a:last-child { padding-right: 0; }
|
||||
|
||||
#disqus_thread { clear: both; }
|
||||
#disqus_thread { clear: both; padding-top: 30px; }
|
||||
|
||||
#footer { clear: both; }
|
||||
#footer { clear: both; padding: 20px 0; }
|
Loading…
x
Reference in New Issue
Block a user