-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy path_index.html
More file actions
54 lines (49 loc) · 2.42 KB
/
Copy path_index.html
File metadata and controls
54 lines (49 loc) · 2.42 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"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 590 500" width="30px" height="30px"><!--!Font Awesome Free v7.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path fill="#ffffffff" d="M352 96C352 78.3 337.7 64 320 64C302.3 64 288 78.3 288 96L288 306.7L246.6 265.3C234.1 252.8 213.8 252.8 201.3 265.3C188.8 277.8 188.8 298.1 201.3 310.6L297.3 406.6C309.8 419.1 330.1 419.1 342.6 406.6L438.6 310.6C451.1 298.1 451.1 277.8 438.6 265.3C426.1 252.8 405.8 252.8 393.3 265.3L352 306.7L352 96zM160 384C124.7 384 96 412.7 96 448L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 448C544 412.7 515.3 384 480 384L433.1 384L376.5 440.6C345.3 471.8 294.6 471.8 263.4 440.6L206.9 384L160 384zM464 440C477.3 440 488 450.7 488 464C488 477.3 477.3 488 464 488C450.7 488 440 477.3 440 464C440 450.7 450.7 440 464 440z"/></svg> 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>