- Notifications
You must be signed in to change notification settings - Fork 48
/
Copy path_index.html
54 lines (49 loc) · 1.56 KB
/
_index.html
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",
]
+++
<sectionid="intro" class="row bar no-mb">
<divclass="col-sm-offset-1 col-sm-5">
<h1>Welcome to ReactOS</h1>
<pclass="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>
<divstyle="display: inline-block; vertical-align: top; margin-right: 50px">
<h4>Development</h4>
<ul>
<li><ahref="/getbuilds">ReactOS Builds</a></li>
<li><ahref="/wiki/File_Bugs">Report a Bug</a></li>
<li><ahref="/testman">Testman</a></li>
<li><ahref="/wiki">Wiki</a></li>
</ul>
</div>
<divstyle="display: inline-block; vertical-align: top">
<h4>Get in touch</h4>
<ul>
<li><ahref="https://chat.reactos.org">Chat</a></li>
<li><ahref="/forum">Forum</a></li>
<li><ahref="/mailing-lists">Mailing Lists</a></li>
</ul>
</div>
</div>
</div>
<divclass="col-sm-5 text-center">
<ahref="/gallery" class="screenshot">
<imgclass="img-responsive" src="/sites/default/files/Mizu-Desktop.png" alt="ReactOS in action">
</a>
<ahref="/gallery">view more screenshots</a>
<divclass="buttons">
<ahref="/download" class="btn btn-success"><iclass="fa fa-download"></i> Download ReactOS {{<reactos-version>}}</a> or
<ahref="/donate" class="btn btn-success">Donate</a>
</div>
<div>For the latest features and bugfixes, try our <ahref="/getbuilds">nightly builds</a>.</div>
</div>
</section>