-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path_index.html
More file actions
54 lines (49 loc) · 1.56 KB
/
_index.html
File metadata and controls
54 lines (49 loc) · 1.56 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
+++
title = "Front Page"
css = [
"/css/gh-fork-ribbon.css",
]
scripts = [
"/js/front.js",
"/js/home.js",
]
+++
<section id="intro" class="row bar no-mb">
<div class="col-sm-offset-1 col-sm-5">
<h1>Welcome to ReactOS</h1>
<p class="lead">
Imagine running your favorite Windows applications and drivers in an open-source environment you can trust.<br>
That's the mission of ReactOS!
</p>
<div>
<div style="display: inline-block; vertical-align: top; margin-right: 50px">
<h4>Development</h4>
<ul>
<li><a href="/getbuilds">ReactOS Builds</a></li>
<li><a href="/wiki/File_Bugs">Report a Bug</a></li>
<li><a href="/testman">Testman</a></li>
<li><a href="/wiki">Wiki</a></li>
</ul>
</div>
<div style="display: inline-block; vertical-align: top">
<h4>Get in touch</h4>
<ul>
<li><a href="https://chat.reactos.org">Chat</a></li>
<li><a href="/forum">Forum</a></li>
<li><a href="/mailing-lists">Mailing Lists</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-5 text-center">
<a href="/gallery" class="screenshot">
<img class="img-responsive" src="/sites/default/files/Mizu-Desktop.png" alt="ReactOS in action">
</a>
<a href="/gallery">view more screenshots</a>
<div class="buttons">
<a href="/download" class="btn btn-success"><i class="fa fa-download"></i> Download ReactOS {{< reactos-version >}}</a> or
<a href="/donate" class="btn btn-success">Donate</a>
</div>
<div>For the latest features and bugfixes, try our <a href="/getbuilds">nightly builds</a>.</div>
</div>
</section>
