mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 17:09:19 +02:00
added about page
This commit is contained in:
parent
e6ea33f61b
commit
7c2152b413
1 changed files with 20 additions and 0 deletions
20
src/routes/about/+page.svelte
Normal file
20
src/routes/about/+page.svelte
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<script>
|
||||||
|
import Footer from "../../components/Footer.svelte";
|
||||||
|
import NavBar from "../../components/NavBar.svelte";
|
||||||
|
import ParallaxBg from "../../components/ParallaxBg.svelte";
|
||||||
|
</script>
|
||||||
|
<ParallaxBg>
|
||||||
|
<title>About</title>
|
||||||
|
<div class="container">
|
||||||
|
<!-- please god dont send me to hell for doing this -->
|
||||||
|
<h1> </h1>
|
||||||
|
<h1> </h1>
|
||||||
|
<NavBar />
|
||||||
|
<h1>About</h1>
|
||||||
|
<p><br>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<Footer />
|
||||||
|
</ParallaxBg>
|
Loading…
Add table
Add a link
Reference in a new issue