add verbiage

This commit is contained in:
Yanick Champoux 2024-02-01 10:48:49 -05:00
parent 075b83e0bf
commit 9247955d06

View File

@ -6,11 +6,19 @@
<a href="https://boardgamegeek.com">Board Game Geek</a>.</p>
<p>If you want to be added to the list of sellers, you can send me a
<a target="_blank" href="https://boardgamegeek.com/geekmail/compose?touser=yenzie"> <i>BGG mail</i></a>.
<a target="_blank"
href="https://boardgamegeek.com/geekmail/compose?touser=yenzie"> BGG
mail</a>. All I need is your BGG username, and I'll be able to gather
all your games tagged <em>For Trade</em>. If there is a price mentioned in
the <em>Trading Notes</em> of the game (that is, any number prefixed with
a <em>$</em>), it'll be assumed to be the asking price.</p>
<p> Have questions, suggestions, anything else?
Discussion of this service happens in the <a
href='https://boardgamegeek.com/thread/3238117/auto-generating-ottawa-specific-saletrade-page'>Ottawa Guild</a>.</p>
<header >
<Search {handler} />
</header>
@ -61,6 +69,7 @@
// TODO hide games I'm not interested in
// TODO add cart
// TODO prettify via beercss
// TODO use https://github.com/dasDaniel/svelte-table#readme
import { DataHandler, Search } from '@vincjo/datatables'
export let data;
@ -79,6 +88,8 @@
}
p {
font-size: var(--font-size-10);
max-width: 60em;
text-align: justify;
}
a {
color: var(--primary);