aboutsummaryrefslogtreecommitdiff
path: root/website/index.html
blob: 404735fc00365e16452e86b90c1e2fb15d755cdc (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html><head>
	<meta http-equiv="Content-Type" content="text/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="features/index.html">
				<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="video">
			<video width="800" height="480" controls="controls">
				<source src="videos/lombok.ogv" type="video/ogg" />
				<source src="videos/lombok.mp4" type="video/mp4" />
				<source src="videos/iPhone.m4v" type="video/mp4" />
				<object width="800" height="480" type="application/x-shockwave-flash" data="videos/player.swf" flashvars="file=videos/flash.mp4" allowfullscreen="true"
				>
					<param name="movie" value="videos/player.swf" />
					<param name="flashvars" value="file=videos/flash.mp4" />
					<param name="allowfullscreen" value="true" />
					<!--[if gt IE 6]>
					<object width="800" height="480" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B">
						<param name="src" value="videos/flash.mp4" />
						<param name="allowfullscreen" value="true" /><!
						[endif]-->
						<!--[if gt IE 6]><!-->
							<object width="480" height="375" type="video/quicktime" data="videos/iPhone.m4v"
 							>
								<param name="src" value="videos/iPhone.m4v" />         
						<!--<![endif]-->
						<h3>Video: Lombok Demo</h3>
						<p>
							<strong>No video playback capabilities detected.</strong>
							Why not download it instead?<br />
							<a href="videos/lombok.mov">MPEG4 / H.264 (Windows / Mac)</a> |
							<a href="videos/lombok.ogv">Ogg Theora &amp; Vorbis ".ogv" (Linux)</a>
						</p><p>
							To play the video in the webpage, please do one of the following:
						</p><ul>
							<li>Upgrade to <a href="http://getfirefox.com/">Firefox v3.5</a>,
								or <a href="http://apple.com/safari">Safari v4</a></li>
								<li>Install <a href="http://get.adobe.com/flashplayer/">Adobe Flash</a></li>
								<li>Install <a href="http://apple.com/quicktime/download/">QuickTime</a></li>
							</ul>
						<!--[if gt IE 6]><!--></object><!--<![endif]-->
					<!--[if gt IE 6]></object><![endif]-->
				</object>
			</video>
		</div>
		<div class="endBar">
			<a href="slideshow.html">I don't want to see a video - show me a slideshow instead!</a>
		</div>
		<div class="footer">
			<a href="credits.html" class="creditsLink">credits</a> | Copyright &copy; 2009 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT licence</a>.
		</div>
	</div>
</body></html>