mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Use bootstrap alerts to highlight important information
This commit is contained in:
parent
ca1b40546e
commit
892463bdf6
2 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@ menu: Downloads
|
|||
permalink: /downloads/
|
||||
categories: []
|
||||
comments: []
|
||||
tags: []
|
||||
tags: [uses_alerts]
|
||||
---
|
||||
{% assign latest_release = site.github.releases | where:"prerelease",false | where:"draft",false | first %}
|
||||
<div class="two-col left-box">
|
||||
|
@ -31,8 +31,9 @@ tags: []
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p class="pull-right">
|
||||
In most cases, the latest stable version will be the best choice for you: it has been thoroughly tested and is already used by myriads of people around the world. However, if you are looking for the latest unstable version, need an older version or the ZIP distribution, you will find everything you need in the <a href="/version-history/" title="Download other versions of Greenshot">version history</a>.
|
||||
|
||||
<p class="alert alert-info">
|
||||
<i class="fa fa-info-circle"></i> In most cases, the latest stable version will be the best choice for you: it has been thoroughly tested by the community and is already used by myriads of people around the world. However, if you are looking for the latest unstable version, need an older version or the ZIP distribution, you will find everything you need in the <a href="/version-history/" title="Download other versions of Greenshot">version history</a>.
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
@ -5,13 +5,15 @@ permalink: /version-history/
|
|||
categories: []
|
||||
tags: []
|
||||
comments: []
|
||||
tags: [uses_alerts]
|
||||
---
|
||||
Do you want to have a look into the source code?
|
||||
Do you need an unstable or previous release?
|
||||
Do you prefer an installer-less ZIP or the PortableApps distribution?
|
||||
You'll find everything below.
|
||||
|
||||
**Please note:** Unstable versions are not thoroughly tested and might include faulty behavior or experimental features. If you do not like surprises you should rather [download the latest stable version](/downloads/).
|
||||
<i class="fa fa-exclamation-triangle"></i> **Please note:** Unstable versions are not thoroughly tested and might include faulty behavior or experimental features. If you do not like surprises you should rather [download the latest stable version](/downloads/).
|
||||
{:.alert.alert-warning}
|
||||
|
||||
{% for release in site.github.releases %}
|
||||
**{{ release.name }}**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue