Add global layout and homepage
This commit is contained in:
parent
8af402a9e2
commit
168400fab0
33 changed files with 612 additions and 158 deletions
11
resources/views/includes/header.blade.php
Normal file
11
resources/views/includes/header.blade.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<nav>
|
||||
<div>
|
||||
<a href="//git.diskfloppy.me/">git</a> |
|
||||
<a href="/projects/">projects</a> |
|
||||
<a href="https://github.com/floppydisk05?tab=repositories">repos</a> |
|
||||
<a href="/calculators/">calculators</a> |
|
||||
<a href="/computers/">computers</a> |
|
||||
<a href="/bookmarks/">bookmarks</a> |
|
||||
<a href="/guestbook/">guestbook</a>
|
||||
</div>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue