diff options
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/website/index.html b/website/index.html index ff1a35b4..bb083ac3 100644 --- a/website/index.html +++ b/website/index.html @@ -3,7 +3,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="google-site-verification" content="uCgX3Or3kDRGpbJ6JCsQc3Ub4JsnR5-p0itfsKAYZ_U" /> <script src="logi/jQuery-all.js" type="text/javascript"></script> - <script src="index.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="logi/reset.css" /> <link rel="stylesheet" type="text/css" href="index.css" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> @@ -18,13 +17,6 @@ <a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> <div class="meat"> <h1>Project Lombok</h1> - <div id="downloadInfo" class="buttonBar" style="display: none;"> - <span></span> - <div class="downloadActions"> - <a class="backToBar" href="http://projectlombok.googlecode.com/files/lombok.jar">Okay, download <strong>lombok</strong></a> | <a href="mavenrepo/index.html">I use maven</a><br /> - <a href="#" class="backToBar">Cancel</a> - </div> - </div> <div id="buttonBar" class="buttonBar"> <a class="button" href="features/index.html"> <img src="icon_overview.png" /> @@ -53,7 +45,7 @@ </div> </div> <div class="video"> - <video width="800" height="480" poster="videos/poster.png" controls="controls"> + <video width="800" height="480" poster="videos/poster.png" controls="controls" preload="none"> <source src="videos/lombok.ogv" type="video/ogg" /> <source src="videos/lombok.mp4" type="video/mp4" /> <source src="videos/lombok-iPhone.m4v" type="video/mp4" /> @@ -98,7 +90,7 @@ <a href="novideo.html">I can't see the video</a> | <a href="slideshow.html">I don't want to see the video - show me a slideshow instead!</a> </div> <div class="footer"> - <a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009-2010 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. + <a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009-2011 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. </div> </div> <script type="text/javascript"> |