1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-23 02:04:34 +02:00

Added sponsor section.

This commit is contained in:
Steve Heffernan 2010-05-27 16:02:15 -07:00
parent 5afdd0c4bb
commit 8df63c4684
2 changed files with 7 additions and 0 deletions

View File

@ -57,6 +57,11 @@
<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 an HTML5 player is a consistent look between browsers.</p>
<p id="sponsor">
<a href="http://zencoder.com">Video hosting &amp; encoding provided by:</a><br>
<a href="http://zencoder.com"><img src="images/zencoder-logo.png" border="0" alt="Zencoder - Video Encoding"></a>
</p>
<div id="features_and_support" class="clearfix">
<div id="features">
<h6>Features</h6>

View File

@ -17,6 +17,8 @@ ul#nav li a { color: #fff; text-decoration: none; }
.video-js-box { margin-bottom: 0; background-color: #000; }
p#video_note { margin-bottom: 20px; font-size: 100%; line-height: 20px; color: #999; text-align: center; }
p#sponsor { font-size: 10px; }
#features_and_support { }
#features { width: 300px; float: left; }
ul#feature_list { display: block; margin: 0; padding: 0; }