diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-11 00:43:53 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-11 00:43:53 +0200 |
commit | 762bcba0074a0d922ce9c37e57642f5f2bf0afb4 (patch) | |
tree | aeb9744044cd8d5e8f65da5cd8fef963e78f5d8e /website/index.html | |
parent | 08bc31232f35026b674cfaff26097febbe2c8af7 (diff) | |
download | lombok-762bcba0074a0d922ce9c37e57642f5f2bf0afb4.tar.gz lombok-762bcba0074a0d922ce9c37e57642f5f2bf0afb4.tar.bz2 lombok-762bcba0074a0d922ce9c37e57642f5f2bf0afb4.zip |
More work on the website.
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/website/index.html b/website/index.html index 683c0318..817d6289 100644 --- a/website/index.html +++ b/website/index.html @@ -5,31 +5,38 @@ <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" /> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <meta name="description" content="Spice up your java" /> <title>Project Lombok</title> <!--[if lt IE 7]><script type="text/javascript" src="logi/iepngfix_tilebg.js"></script><![endif]--> </head><body> + <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="#" class="backToBar">No, don't</a> + </div> + </div> <div class="meat"> <h1>Project Lombok</h1> - <div class="buttonBar"> - <a class="button" href="overview.html"> + <div id="buttonBar" class="buttonBar"> + <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/features"> <img src="icon_overview.png" /> <span>Feature Overview</span> </a> - <a class="button" href="mailinglist.html"> + <a class="button" href="http://groups.google.com/group/project-lombok"> <img src="icon_discussion.png" /> - <span>Mailing List</span> + <span>Discuss / Help</span> </a> - <a class="button" href="contribute.html"> + <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing"> <img src="icon_contribute.png" /> <span>Contribute</span> </a> - <a class="button" href="bugs.html"> + <a class="button" href="http://code.google.com/p/projectlombok/issues/list"> <img src="icon_bugs.png" /> - <span>Report a Bug</span> + <span>Report an issue</span> </a> - <a class="download" href="download.html"> + <a class="download" id="downloadLink" href="download.html"> <img src="icon_download.png" /> <span>Download!</span> </a> |