mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 17:09:19 +02:00
code refactor
This commit is contained in:
parent
c10e75ac36
commit
d63ed25e1a
13 changed files with 386 additions and 405 deletions
|
@ -1,9 +1,10 @@
|
|||
<script>
|
||||
import Footer from "../../components/Footer.svelte";
|
||||
import NavBar from "../../components/NavBar.svelte";
|
||||
import ParallaxBg from "../../components/ParallaxBg.svelte";
|
||||
import Padding from "../../components/padding.svelte";
|
||||
import NavBar from "../../components/NavBar.svelte";
|
||||
import ParallaxBg from "../../components/ParallaxBg.svelte";
|
||||
import Padding from "../../components/padding.svelte";
|
||||
</script>
|
||||
|
||||
<ParallaxBg>
|
||||
<title>Status</title>
|
||||
<div class="container">
|
||||
|
@ -12,4 +13,4 @@ import Padding from "../../components/padding.svelte";
|
|||
<h1>Coming Soonish</h1>
|
||||
</div>
|
||||
<Footer />
|
||||
</ParallaxBg>
|
||||
</ParallaxBg>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue