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

31 lines
1.4 KiB
PHP
Raw 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="/">
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/home2.png') }}" width="16" height="16">Home
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="//git.diskfloppy.me/">
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/repo.png') }}" width="16" height="16">Git
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/pub/">
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/pubfiles.png') }}" width="16" height="16">Public Files
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/computers/">
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/computers.png') }}" width="16" height="16">Computers
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/calculators/">
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/calculators.png') }}" width="16" height="16">Calculators
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/bookmarks/">
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/bookmarks.png') }}" width="16" height="16">Bookmarks
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/guestbook/">
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/guestbook.png') }}" width="16" height="16">Guestbook
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="//weather.diskfloppy.me/">
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/weather.png') }}" width="16" height="16">Weather
2024-08-08 01:00:44 +00:00
</a><br>
2024-08-08 14:34:32 +00:00
<a href="/music/">
<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/music.png') }}" width="16" height="16">Music
2024-08-08 01:00:44 +00:00
</a><br>
</div>