Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions content/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@
---

<div class="text-center">
<h2>Discover our latest and greatest</h2>
<h1>React<span class="text-ros">OS</span> {{< reactos-version >}}</h1>
</div>

<div class="text-center">
<a id="bootcd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="btn btn-primary">Download Release Image</div></a>
<h2>Discover our latest release</h2>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<h2>Discover our latest release</h2>
<h2>Discover our latest release!</h2>

🤔

@oleg-dubinskiy oleg-dubinskiy Aug 29, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO an exclamation mark seems to be not necessary here.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just suggesting adding one, to add a happy tone to it

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, from other side your argument sounds reasonable, so we can use it still.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The headline font looks a bit too big, maybe use <h3> instead.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dunno; here it looks almost the same font as that of the button.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but in the "before" state the text looked a bit smaller, dunno why.

Before:
image

After:
image

<a id="bootcd" class="modalbtn" href="https://sourceforge.net/projects/reactos/files/latest/download"><div class="btn btn-primary">Download ReactOS {{< reactos-version >}}</div></a>
</div>

<h2>What does this offer?</h2>
Expand All @@ -32,7 +28,7 @@ <h2>What do I do with this?</h2>
<p><a href="/wiki">ReactOS Wiki</a> is an ideal source of information, it will help you setup ReactOS in your desired environment. <a href="https://reactos.org/wiki/Installing_ReactOS">"Installing ReactOS"</a> page should help you get started.</p>

<h2>Additional downloads</h2>
<p><a href="https://downloads.sourceforge.net/reactos/ReactOS-{{< reactos-download-version >}}-src.zip">Source code for ReactOS {{< reactos-version >}}</a></p>
<p><a href="https://downloads.sourceforge.net/reactos/ReactOS-{{< reactos-version >}}-src.zip">Source code for ReactOS {{< reactos-version >}}</a></p>
Comment thread
cbialorucki marked this conversation as resolved.
<p><a href="https://fosstorrents.com/distributions/reactos/">ReactOS Torrent downloads via FOSS Torrents</a></p>

<h2>Nightly builds</h2>
Expand Down

This file was deleted.