diff --git a/src/base.css b/src/base.css new file mode 100644 index 0000000..a71bb08 --- /dev/null +++ b/src/base.css @@ -0,0 +1,16 @@ +* { + margin: 0; +} + +body { + background-image: url($lib/assets/img/bg.webp); + background-size: 256px; + + color: #fefefe; + + +} + +.window { + border: solid 2px rgba(222,222,108,1); +} \ No newline at end of file diff --git a/src/lib/assets/img/bg.webp b/src/lib/assets/img/bg.webp new file mode 100644 index 0000000..e3214ce Binary files /dev/null and b/src/lib/assets/img/bg.webp differ diff --git a/src/lib/assets/img/star.gif b/src/lib/assets/img/star.gif new file mode 100644 index 0000000..7b73090 Binary files /dev/null and b/src/lib/assets/img/star.gif differ diff --git a/src/lib/components/banners.svelte b/src/lib/components/banners.svelte new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/components/billboard.svelte b/src/lib/components/billboard.svelte new file mode 100644 index 0000000..56a3211 --- /dev/null +++ b/src/lib/components/billboard.svelte @@ -0,0 +1,25 @@ + + +
+
+ +

meowwww

+ +
+
+ + \ No newline at end of file diff --git a/src/lib/components/blinkies.svelte b/src/lib/components/blinkies.svelte new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/components/nav.svelte b/src/lib/components/nav.svelte new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/components/title.svelte b/src/lib/components/title.svelte new file mode 100644 index 0000000..f10c173 --- /dev/null +++ b/src/lib/components/title.svelte @@ -0,0 +1,9 @@ +

welcome to...

+

BANII.CAFE

+ + \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 44c8aec..2789e65 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,5 +1,7 @@ diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index cc88df0..41a1dce 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,2 +1,10 @@ -

Welcome to SvelteKit

-

Visit svelte.dev/docs/kit to read the documentation

+ + +
+ + <Billboard/> +</header> +