Switching to icon font for icons, svg for app icons, and webp for previews. Also fixing a few typos and adding alt for per app images.

This commit is contained in:
Adsooi 2021-07-17 00:40:11 +02:00
parent ee5426c177
commit c53f9faf33
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
37 changed files with 635 additions and 26 deletions

View file

@ -11,9 +11,13 @@ Older software can be found at my [legacy website](https://download.ad5001.eu).
<br><br>
<div class="grid">
<div>
<a role="button" class="primary" href="#appslist"><img src="/icons/lookup.svg" class="icon-as-text" alt=""/>Check them out</a>&nbsp;
<a role="button" class="primary" href="#appslist">
<i class="icon-lookup icon-as-text" alt=""></i>Check them out
</a>&nbsp;
</div>
<div>
<a role="button" class="primary" href="https://download.ad5001.eu/en"><img src="/icons/open-external.svg" class="icon-as-text" alt=""/>Legacy website</a>
<a role="button" class="primary" href="https://download.ad5001.eu/en">
<i class="icon-open-external icon-as-text" alt=""></i>Legacy website
</a>
</div>
</div>