aboutsummaryrefslogtreecommitdiff
path: root/website/index.html
blob: ef6299b434c7e6108440293c3dc0d5ee5825ed3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html><head>
	<meta http-equiv="Content-Type" content="application/html; charset=utf-8" />
	<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" />
	<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>
	<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="#" class="backToBar">No, don't</a>
			</div>
		</div>
		<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="http://groups.google.com/group/project-lombok">
				<img src="icon_discussion.png" />
				<span>Discuss / Help</span>
			</a>
			<a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing">
				<img src="icon_contribute.png" />
				<span>Contribute</span>
			</a>
			<a class="button" href="http://code.google.com/p/projectlombok/issues/list">
				<img src="icon_bugs.png" />
				<span>Report an issue</span>
			</a>
			<a class="download" id="downloadLink" href="download.html">
				<img src="icon_download.png" />
				<span>Download!</span>
			</a>
		</div>
		<div class="proxyVideo"><!--
<object width="800" height="600"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5412895&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5412895&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="480"></embed></object></div>
--></div>
		<div class="endBar">
			<a href="slideshow.html">I don't want to see a video - show me a slideshow instead!</a>
		</div>
		<footer>
			Copyright &copy; 2009 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT licence</a>.
		</footer>
	</div>
</body></html>