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:
parent
ee5426c177
commit
c53f9faf33
37 changed files with 635 additions and 26 deletions
|
@ -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>
|
||||
<a role="button" class="primary" href="#appslist">
|
||||
<i class="icon-lookup icon-as-text" alt=""></i>Check them out
|
||||
</a>
|
||||
</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue