~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
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
92
93
94
95
96
97
98
99
<html>
<head>
<link rel="stylesheet" type="text/css" href="/css/main.css">

<link rel="stylesheet" type="text/css" href="css/discover.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>
</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><a href="/index.html">Home</a></li> 
		<li class="selected"><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 id="discover">
				<br />
				<img src="/images/discover/title.png" alt="elementary is..." />
				<br />
				<br />
				<div>
					<div id="simple">
						<img src="/images/discover/simple.png" alt="Simple" />
						<p style="clear: both;">How many clicks does it take to get where you want to go? With elementary OS there will be fewer. We believe that it should be easy to find your destination and just as easy to get there.</p>
					</div>

					<div id="safe">
						<img src="images/discover/safe.png" alt="Safe" />
						<p>elementary OS is built on Linux, one of the safest platforms out there. The Register reports that, "92% of [Users] have never experienced a virus, Trojan, or other malware infection on Linux." <a class="more" href="http://www.theregister.co.uk/2004/10/22/security_report_windows_vs_linux/">Learn More -</a></p>
					</div>

					<div id="fast">
						<img src="images/discover/fast.png" alt="Fast" />
						<p>We're constantly working to speed up everything, from the time it takes to get to the login screen to the time it takes to get your email. You shouldn't have to walk away and make coffee before you can get to work.</p>
					</div>
				</div>
				<br />
				<div>
					<div id="clear">
						<img src="images/discover/clear.png" alt="Clear" />
						<p>/opt? /bin? /sys? dll files? What is all that? Do you even need it? We'll keep things like that hidden so that it won't interrupt you. You have more important things to do than worry about confusing system files and folders.</p>
					</div>

					<div id="clean">
						<img src="images/discover/clean.png" alt="Clean" />
						<p>
						"That's something I can stand looking at for 8 hours." Admit it, you use your computer a lot, and looking at it shouldn't require sunglasses to see through all the gloss just so you can clean up a messy looking desktop.
						</p>
					</div>

					<div id="concise">
						<img src="images/discover/concise.png" alt="Concise" />
						<p>
						Does the average person use 16 different text editors? No. With elementary OS there is a single tool that does its job very well. No more wondering which application you should use and how to get rid of the other 15.
						</p>
					</div>
				</div>
				<br/>
				<div id="free">
					<img src="images/discover/free.png" alt="Free" />
					<p>
					elementary OS is 100% completely and legally free of charge. We are a non-profit group of individuals who just want to make computing better and easier.
					</p>
				</div>
				<div id="open">
					<img src="images/discover/open.png" alt="Open" />
					<p>
					Every snippet of code is open for review, revision, and use by anyone. That means elementary OS is constantly being improved by millions worldwide.
					</p>
				</div>
				<br/>
			</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>