Improve wording on download page & button

This commit is contained in:
davegson 2022-10-17 16:35:02 +02:00
parent af2bdae8e1
commit c19558469e
2 changed files with 15 additions and 15 deletions

View file

@ -4,20 +4,20 @@
<label class="download-os download-os-windows" for="windows-{{ include.unique_id }}">Windows (.exe)</label>
<input checked="" id="windows-{{ include.unique_id }}" type="radio" class="download-os" name="os-{{ include.unique_id }}">
<div class="download-os-actions">
<a class="button-left" href="{{ site.download_windows_url }}">Download for</a>
<a class="button-left" href="{{ site.download_windows_url }}">Free Download</a>
<button class="button-right">Windows</button>
</div>
<label class="download-os download-os-ubuntu" for="ubuntu-{{ include.unique_id }}">Debian/Ubuntu (.deb)</label>
<input id="ubuntu-{{ include.unique_id }}" type="radio" class="download-os" name="os-{{ include.unique_id }}">
<div class="download-os-actions">
<a class="button-left" href="{{ site.download_linux_deb_url }}">Download for</a>
<a class="button-left" href="{{ site.download_linux_deb_url }}">Free Download</a>
<button class="button-right">Ubuntu</button>
</div>
<label class="download-os download-os-fedora" for="fedora-{{ include.unique_id }}">Fedora (.rpm)</label>
<input id="fedora-{{ include.unique_id }}" type="radio" class="download-os" name="os-{{ include.unique_id }}">
<div class="download-os-actions">
<a class="button-left" href="{{ site.download_linux_rpm_url }}">Download for</a>
<a class="button-left" href="{{ site.download_linux_rpm_url }}">Free Download</a>
<button class="button-right">Fedora</button>
</div>
<div class="download-os-menu"></div>
</div>
</div>