diskfloppy.me/resources/views/components/navigation.blade.php

31 lines
1.4 KiB
PHP
Raw Permalink Normal View History

2024-08-08 01:00:44 +00:00
<p><strong>Navigation:</strong></p>
<div class="navlinks">
2024-08-08 14:34:32 +00:00
<a href="/">
2024-08-08 14:41:44 +00:00
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/home2.png') }}" width="16" height="16" alt="">Home
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="//git.diskfloppy.me/">
2024-08-08 14:41:44 +00:00
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/repo.png') }}" width="16" height="16" alt="">Git
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/pub/">
2024-08-08 14:41:44 +00:00
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/pubfiles.png') }}" width="16" height="16" alt="">Public Files
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/computers/">
2024-08-08 14:41:44 +00:00
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/computers.png') }}" width="16" height="16" alt="">Computers
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/calculators/">
2024-08-08 14:41:44 +00:00
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/calculators.png') }}" width="16" height="16" alt="">Calculators
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/bookmarks/">
2024-08-08 14:41:44 +00:00
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/bookmarks.png') }}" width="16" height="16" alt="">Bookmarks
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/guestbook/">
2024-08-08 14:41:44 +00:00
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/guestbook.png') }}" width="16" height="16" alt="">Guestbook
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="//weather.diskfloppy.me/">
2024-08-08 14:41:44 +00:00
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/weather.png') }}" width="16" height="16" alt="">Weather
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/music/">
2024-08-08 14:41:44 +00:00
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/music.png') }}" width="16" height="16" alt="">Music
2024-08-08 01:00:44 +00:00
</a><br>
</div>