-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (71 loc) · 3.19 KB
/
Copy pathindex.html
File metadata and controls
71 lines (71 loc) · 3.19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>RonOS | Redefining Computing.</title>
<meta name="description" content="RonOS is a lightweight OS for all kind of Users, but espacially for the newbies. It combines the power of Ubuntu and comes within a modified Xfce-Version called Peach.">
<meta name="keywords" content="Peach, Beach, Windows Alternative, MacOS Alternative, Faster, Stronger, Braver, Xfce, Hulk, Ubuntu, ubuntu, OS, RonOS, Free, Open Source, Linux, Linux Mint, elementaryOS, Twitter, Facebook, Google, Github, lightweight, nice theme, hackable, smart, fast, Windows alternative, MacOS alternative">
<script src="js/main.js"></script>
</head>
<body>
<section id="welcome">
<div class="opaque">
<div class="title">
<p><i class="fa fa-linux" aria-hidden="true"></i> RonOS</p>
</div>
<div class="content">
<h1>Redefining Computing...</h1>
<p>...for Everybody!</p>
</div>
<a href="#about" class="arrow_down"></a>
</div>
</section>
<section id="about">
<div class="opaque">
<div class="content">
<h1>Innovative Design.</h1>
<p>Our innovative Design replaces complexity with simplicity, by using<br/>
new concepts like Rolling-Release or simple Mouse gestures!<br/><br/>
Start today and say goodbye to complexity!</p>
</div>
<a href="#download" class="arrow_down"></a>
</div>
</section>
<section id="download">
<div class="opaque">
<nav>
<ul>
<li><a href="#download">Download</a></li>
<li><a href="#about">About</a></li>
<li><a href="#welcome">Welcome</a></li>
</ul>
</nav>
<div class="content">
<h1>Downloads</h1>
<p>Become independent today and get the latest version of RonOS!</p>
<a class="button" href="#">Download .iso</a>
<a class="button" href="#">MD5-Checksum</a>
<a class="button" href="#">License</a>
</div>
<a href="#footer" class="arrow_down"></a>
</div>
</section>
<section id="footer">
<div class="opaque">
<a href="#welcome" class="arrow_up"></a>
<div class="content">
<h1>Any futher Questions?</h1>
<p><a class="button" href="http://ronos.org/">Visit RonOS.org now!</a></p>
</div>
<div class="copyright">
<p>Published under GNUv3. <a class="link" href="https://github.com/RonOSLinux/ronoslinux.github.io">Fork me on GitHub!</a><br/>
Written by Robin Krause.</p>
</div>
</div>
</section>
</body>
</html>