aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/navigation.blade.php
blob: dda02bd9cad487d269bec55f32fc153eb168fe14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
</a><br>
<a href="//git.diskfloppy.me/">
    <img class="pixel navbar-icon" src="{{ asset('images/icons/nav/repo.png') }}" width="16" height="16">Git
</a><br>
<a href="/pub/">
	<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/pubfiles.png') }}" width="16" height="16">Public Files
</a><br>
<a href="/computers/">
	<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/computers.png') }}" width="16" height="16">Computers
</a><br>
<a href="/calculators/">
	<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/calculators.png') }}" width="16" height="16">Calculators
</a><br>
<a href="/bookmarks/">
	<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/bookmarks.png') }}" width="16" height="16">Bookmarks
</a><br>
<a href="/guestbook/">
	<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/guestbook.png') }}" width="16" height="16">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
</a><br>
<a href="/music/">
	<img class="pixel navbar-icon" src="{{ asset('images/icons/nav/music.png') }}" width="16" height="16">Music
</a><br>
</div>