From 47c415dfad8dff3775ca5690125816028024d1ed Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Sat, 8 Oct 2022 22:12:35 -0400 Subject: [PATCH] Home page sketch --- src/app.css | 1 + src/lib/components/GameListed.svelte | 7 +++++++ src/lib/components/UserListed.svelte | 6 ++++++ src/routes/(app)/+error.svelte | 4 ++-- src/routes/(app)/+layout.svelte | 27 +++++---------------------- src/routes/(app)/+page.svelte | 27 ++++++++++++++++++++++++++- src/routes/(app)/asset/+server.js | 4 +--- static/img/banner_ad.png | Bin 0 -> 99476 bytes 8 files changed, 48 insertions(+), 28 deletions(-) create mode 100644 src/lib/components/UserListed.svelte create mode 100644 static/img/banner_ad.png diff --git a/src/app.css b/src/app.css index ddbe267..ecd4bac 100644 --- a/src/app.css +++ b/src/app.css @@ -7,6 +7,7 @@ body { @apply text-black; padding: 0; margin: 0; + font-family: Helvetica; } .scrolling-background { diff --git a/src/lib/components/GameListed.svelte b/src/lib/components/GameListed.svelte index e69de29..ec2e982 100644 --- a/src/lib/components/GameListed.svelte +++ b/src/lib/components/GameListed.svelte @@ -0,0 +1,7 @@ +
+ + +

Killing row simulator

+

0 Players Online

+
+
diff --git a/src/lib/components/UserListed.svelte b/src/lib/components/UserListed.svelte new file mode 100644 index 0000000..2666b6a --- /dev/null +++ b/src/lib/components/UserListed.svelte @@ -0,0 +1,6 @@ +
+ + +

Rowblox

+
+
diff --git a/src/routes/(app)/+error.svelte b/src/routes/(app)/+error.svelte index 35547c4..44475dc 100644 --- a/src/routes/(app)/+error.svelte +++ b/src/routes/(app)/+error.svelte @@ -10,7 +10,7 @@

Please try again later, or report this incident to a Rowblox developer if it persists.

- Go Back - Go Home + Go Back + Go Home
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index 3fceb11..604d637 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -6,13 +6,7 @@ Games Catalog Forums - + @@ -21,23 +15,12 @@