mirror of
https://github.com/safing/web
synced 2026-05-01 21:10:40 +00:00
Improve wording on download page & button
This commit is contained in:
parent
af2bdae8e1
commit
c19558469e
2 changed files with 15 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue