mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
added alpha page
This commit is contained in:
parent
9ad1083cd9
commit
e674294b1b
1 changed files with 17 additions and 0 deletions
17
src/routes/alpha/+page.svelte
Normal file
17
src/routes/alpha/+page.svelte
Normal file
|
@ -0,0 +1,17 @@
|
|||
<script>
|
||||
import NavBar from "../../components/NavBar.svelte";
|
||||
import Footer from "../../components/Footer.svelte";
|
||||
import ParallaxBg from "../../components/ParallaxBg.svelte";
|
||||
import Padding from "../../components/padding.svelte";
|
||||
</script>
|
||||
|
||||
<ParallaxBg>
|
||||
<NavBar />
|
||||
<title>Alpha</title>
|
||||
<div class="container">
|
||||
<Padding />
|
||||
<h1>There currently is no Alpha.</h1>
|
||||
<p>Can't believe I actually managed to release this website in under a year.</p>
|
||||
</div>
|
||||
<Footer />
|
||||
</ParallaxBg>
|
Loading…
Add table
Add a link
Reference in a new issue