diff options
author | Frankie B <git@diskfloppy.me> | 2024-02-04 00:52:15 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-02-04 00:52:15 +0000 |
commit | 5cadd66a30a3878d4341cf5c61cc862160862019 (patch) | |
tree | bab860278d2b0f1b95c4fcfcd0a3ea9aa6fa067a /resources | |
parent | 8dfb9cc9c6321160218da224ee96b6b2db310ec8 (diff) |
Update footer buttons
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/includes/footer.blade.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index 11bda8b..b606564 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -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 @@ <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!"> |