summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2024-02-04 00:52:15 +0000
committerFrankie B <git@diskfloppy.me>2024-02-04 00:52:15 +0000
commit5cadd66a30a3878d4341cf5c61cc862160862019 (patch)
treebab860278d2b0f1b95c4fcfcd0a3ea9aa6fa067a
parent8dfb9cc9c6321160218da224ee96b6b2db310ec8 (diff)
Update footer buttons
-rw-r--r--public/images/buttons/evaluatedWAVE.pngbin0 -> 1483 bytes
-rw-r--r--resources/views/includes/footer.blade.php8
2 files changed, 4 insertions, 4 deletions
diff --git a/public/images/buttons/evaluatedWAVE.png b/public/images/buttons/evaluatedWAVE.png
new file mode 100644
index 0000000..a9d3bb9
--- /dev/null
+++ b/public/images/buttons/evaluatedWAVE.png
Binary files differ
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">&nbsp;
- </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>&nbsp;
+ <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>&nbsp;
<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!">