Skip to content

Commit 0029657

Browse files
committed
Remove letter-spacing settings and reorganize the menu to make more room. Also add another Donate button :)
1 parent 4b59aae commit 0029657

File tree

3 files changed

+18
-60
lines changed

3 files changed

+18
-60
lines changed

config.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ paginate = 10
4646
name = "Forum"
4747
url = "/forum"
4848
weight = 202
49+
[[menu.main]]
50+
parent = "Community"
51+
name = "Shop"
52+
url = "https://reactos.spreadshirt.net"
53+
weight = 203
4954

5055
[[menu.main]]
5156
name = "Development"
@@ -81,11 +86,6 @@ paginate = 10
8186
url = "/wiki"
8287
weight = 306
8388

84-
[[menu.main]]
85-
name = "Shop"
86-
url = "https://reactos.spreadshirt.net"
87-
weight = 4
88-
8989
[[menu.main]]
9090
name = "Donate"
9191
url = "/donate"

content/_index.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ <h4>Get in touch</h4>
3636
</div>
3737

3838
<div class="col-md-5 text-center">
39-
<p>
40-
<a href="/gallery" class="screenshot"><img src="/sites/default/files/themes.png" alt="ReactOS in action"></a><br>
39+
<div class="screenshot">
40+
<a href="/gallery"><img src="/sites/default/files/themes.png" alt="ReactOS in action"></a><br>
4141
<a href="/gallery">view more screenshots</a>
42-
</p>
42+
</div>
4343

44-
<p>
45-
<a href="/download" class="btn btn-success download">Download ReactOS {{< reactos-version >}}</a>
46-
</p>
44+
<div class="buttons">
45+
<a href="/download" class="btn btn-success"><i class="fa fa-download"></i> Download ReactOS {{< reactos-version >}}</a> or
46+
<a href="/donate" class="btn btn-success">Donate</a>
47+
</div>
4748
</div>
4849
</section>

0 commit comments

Comments
 (0)