forked from elh/elh.gay
added navbar, boilerplate template made
This commit is contained in:
parent
d32f40b611
commit
707aa66b35
6 changed files with 107 additions and 130 deletions
8
src/components/Nav-bar.astro
Normal file
8
src/components/Nav-bar.astro
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
---
|
||||
<div class="nav-links">
|
||||
<a href="/">Home</a>
|
||||
<a href="/about-me">About Me</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="https://youtube.com/watch?v=brwS_ZmVaRc">Caramelldansen</a>
|
||||
</div>
|
||||
8
src/components/header.astro
Normal file
8
src/components/header.astro
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
import Navigation from "../components/Nav-bar.astro"
|
||||
---
|
||||
<header>
|
||||
<nav>
|
||||
<Navigation/>
|
||||
</nav>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue