From 9fdd3ae20c1cb7bdc51e49cdcd8278680b74a685 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sun, 4 Feb 2024 17:08:21 -0500 Subject: [PATCH] add top menu and about page --- src/routes/+layout.svelte | 10 +++++ src/routes/+page.svelte | 45 +++++----------------- src/routes/about/+page.svelte | 70 +++++++++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 36 deletions(-) create mode 100644 src/routes/about/+page.svelte diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index ede0142..f4203f6 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -9,3 +9,13 @@ import 'beercss/dist/cdn/beer.min.css'; //import beercss from "./dist/cdn/beer.min.js"; + + diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index adfa39e..24f1a45 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,33 +1,13 @@ +
+ +
+
-

Ottawa board games for sale and to trade

- -

- This is a list of games for sale or trade of people living in the Ottawa - region, taken from their profiles on - Board Game Geek. -

- -

- If you want to be added to the list of sellers, you can send me a - - BGG mail. All I need is your BGG username, and I'll be able to gather all your - games tagged For Trade. If there is a price mentioned in the - Trading Notes - of the game (that is, any number prefixed with a $), it'll be - assumed to be the asking price. -

- -

- Have questions, suggestions, anything else? Discussion of this service - happens in the Ottawa Guild. -

- {#await data.games}
@@ -57,13 +37,6 @@