mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 17:09:19 +02:00
added coming soonish to based and status
This commit is contained in:
parent
aca7865c42
commit
f1741d9051
2 changed files with 21 additions and 0 deletions
|
@ -2,11 +2,14 @@
|
||||||
import NavBar from "../../components/NavBar.svelte";
|
import NavBar from "../../components/NavBar.svelte";
|
||||||
import Footer from "../../components/Footer.svelte";
|
import Footer from "../../components/Footer.svelte";
|
||||||
import ParallaxBg from "../../components/ParallaxBg.svelte";
|
import ParallaxBg from "../../components/ParallaxBg.svelte";
|
||||||
|
import Padding from "../../components/padding.svelte";
|
||||||
</script>
|
</script>
|
||||||
<ParallaxBg>
|
<ParallaxBg>
|
||||||
<NavBar />
|
<NavBar />
|
||||||
<title>For the Based</title>
|
<title>For the Based</title>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<Padding />
|
||||||
|
<h1>Coming Soonish</h1>
|
||||||
<div class="terminal_user">
|
<div class="terminal_user">
|
||||||
<span class="terminal_user__name__text">based</span>
|
<span class="terminal_user__name__text">based</span>
|
||||||
<span class="terminal_user__at__text">@</span>
|
<span class="terminal_user__at__text">@</span>
|
||||||
|
@ -25,4 +28,7 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import '+page.css';
|
@import '+page.css';
|
||||||
|
.terminal_user {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
15
src/routes/status/+page.svelte
Normal file
15
src/routes/status/+page.svelte
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<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";
|
||||||
|
</script>
|
||||||
|
<ParallaxBg>
|
||||||
|
<title>Status</title>
|
||||||
|
<div class="container">
|
||||||
|
<Padding />
|
||||||
|
<NavBar />
|
||||||
|
<h1>Coming Soonish</h1>
|
||||||
|
</div>
|
||||||
|
<Footer />
|
||||||
|
</ParallaxBg>
|
Loading…
Add table
Add a link
Reference in a new issue