Made header a link and added basic photos page
This commit is contained in:
@@ -4,7 +4,7 @@ import Footer from "./footer.astro"
|
|||||||
---
|
---
|
||||||
|
|
||||||
<div class="w-[32%] py-14 h-screen text-center flex flex-col">
|
<div class="w-[32%] py-14 h-screen text-center flex flex-col">
|
||||||
<p class="text-4xl">breadone dot net</p>
|
<a href="/" class="text-4xl">breadone dot net</a>
|
||||||
<Navbar/>
|
<Navbar/>
|
||||||
<!-- Lil spacer -->
|
<!-- Lil spacer -->
|
||||||
<div class="mt-8"/>
|
<div class="mt-8"/>
|
||||||
|
|||||||
17
web/src/pages/photos/index.astro
Normal file
17
web/src/pages/photos/index.astro
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
import Base from "src/layout/Base.astro"
|
||||||
|
import Sidebar from "src/components/sidebar.astro"
|
||||||
|
---
|
||||||
|
|
||||||
|
<Base>
|
||||||
|
<div class="flex flex-row">
|
||||||
|
<Sidebar>
|
||||||
|
<p class="text-2xl">Photography :)</p>
|
||||||
|
Chuck me an email if you'd like a print of these, I'll see what I can do
|
||||||
|
</Sidebar>
|
||||||
|
|
||||||
|
<div class="content-panel">
|
||||||
|
PHOTOSSSSSSSSS
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</Base>
|
||||||
Reference in New Issue
Block a user