aboutsummaryrefslogtreecommitdiff
path: root/website/index.html
blob: 683c03183006ca8a91ad45344f770a3a9302d037 (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
<!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>
	<div class="meat">
		<h1>Project Lombok</h1>
		<div class="buttonBar">
			<a class="button" href="overview.html">
				<img src="icon_overview.png" />
				<span>Feature Overview</span>
			</a>
			<a class="button" href="mailinglist.html">
				<img src="icon_discussion.png" />
				<span>Mailing List</span>
			</a>
			<a class="button" href="contribute.html">
				<img src="icon_contribute.png" />
				<span>Contribute</span>
			</a>
			<a class="button" href="bugs.html">
				<img src="icon_bugs.png" />
				<span>Report a Bug</span>
			</a>
			<a class="download" 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>