diff options
author | floppydiskette <git@diskfloppy.me> | 2024-08-08 15:41:44 +0100 |
---|---|---|
committer | floppydiskette <git@diskfloppy.me> | 2024-08-08 15:41:44 +0100 |
commit | d61a2d01094981b16cab53def2897495c3b7d5e3 (patch) | |
tree | bec350007601f763f9b2661ab570eef1e2fc5c77 /resources | |
parent | 80cbe94dc0bef990e79c122909ac03c908639f09 (diff) |
Accessibility stuff 2
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/components/navigation.blade.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/resources/views/components/navigation.blade.php b/resources/views/components/navigation.blade.php index dda02bd..6c99e8c 100644 --- a/resources/views/components/navigation.blade.php +++ b/resources/views/components/navigation.blade.php @@ -1,30 +1,30 @@ <p><strong>Navigation:</strong></p> <div class="navlinks"> <a href="/"> - <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/home2.png') }}" width="16" height="16">Home + <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/home2.png') }}" width="16" height="16" alt="">Home </a><br> <a href="//git.diskfloppy.me/"> - <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/repo.png') }}" width="16" height="16">Git + <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/repo.png') }}" width="16" height="16" alt="">Git </a><br> <a href="/pub/"> - <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/pubfiles.png') }}" width="16" height="16">Public Files + <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/pubfiles.png') }}" width="16" height="16" alt="">Public Files </a><br> <a href="/computers/"> - <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/computers.png') }}" width="16" height="16">Computers + <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/computers.png') }}" width="16" height="16" alt="">Computers </a><br> <a href="/calculators/"> - <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/calculators.png') }}" width="16" height="16">Calculators + <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/calculators.png') }}" width="16" height="16" alt="">Calculators </a><br> <a href="/bookmarks/"> - <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/bookmarks.png') }}" width="16" height="16">Bookmarks + <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/bookmarks.png') }}" width="16" height="16" alt="">Bookmarks </a><br> <a href="/guestbook/"> - <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/guestbook.png') }}" width="16" height="16">Guestbook + <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/guestbook.png') }}" width="16" height="16" alt="">Guestbook </a><br> <a href="//weather.diskfloppy.me/"> - <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/weather.png') }}" width="16" height="16">Weather + <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/weather.png') }}" width="16" height="16" alt="">Weather </a><br> <a href="/music/"> - <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/music.png') }}" width="16" height="16">Music + <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/music.png') }}" width="16" height="16" alt="">Music </a><br> </div> |