-
Notifications
You must be signed in to change notification settings - Fork 49
[CONTENT][SHORTCODES] Update version number template and improve download button #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
e526084
47bd421
e32dec0
ea9c759
d805c3e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The headline font looks a bit too big, maybe use
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| <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> | ||
|
|
@@ -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> | ||
|
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> | ||
|
|
||
This file was deleted.


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.