Update footer buttons
This commit is contained in:
parent
8dfb9cc9c6
commit
5cadd66a30
2 changed files with 4 additions and 4 deletions
BIN
public/images/buttons/evaluatedWAVE.png
Normal file
BIN
public/images/buttons/evaluatedWAVE.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -1,9 +1,5 @@
|
|||
<hr>
|
||||
<div class="footer" role="contentinfo">
|
||||
<a href="https://www.debian.org/" class="button">
|
||||
<img src="{{ URL::asset('images/buttons/debian.gif') }}"
|
||||
class="pixel" width="88" height="31" alt="Powered by Debian">
|
||||
</a>
|
||||
<a href="https://dimden.dev/" class="button">
|
||||
<img src="https://dimden.dev/services/images/88x31.gif" width="88" height="31"
|
||||
class="pixel" alt="dimden.dev">
|
||||
|
@ -16,6 +12,10 @@ class="pixel" height="31" alt="Linux NOW!">
|
|||
<img src="{{ URL::asset('images/buttons/vim.gif') }}" width="88" height="31"
|
||||
class="pixel" alt="vim">
|
||||
</a>
|
||||
<a href="https://wave.webaim.org/" class="button">
|
||||
<img src="{{ URL::asset('images/buttons/evaluatedWAVE.png') }}" width="88" height="31"
|
||||
class="pixel" alt="Evaluated to be accessible!">
|
||||
</a>
|
||||
<a href="http://jigsaw.w3.org/css-validator/check/referer" class="button">
|
||||
<img src="{{ URL::asset('images/buttons/vcss-blue.gif') }}" width="88" height="31"
|
||||
class="pixel" alt="Valid CSS!">
|
||||
|
|
Loading…
Reference in a new issue