bgg-ottawa-sell-club/src/routes/about/+page.svelte

62 lines
1.7 KiB
Svelte

<article>
<p>
<code>bgg.babyl.ca</code> is an aggregation of board games for sale or
trade of people living in the Ottawa region, taken from their profiles
on
<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">
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>
<p class="send-off">
Enjoy!<br /> <a href="https://boardgamegeek.com/user/yenzie">`/anick</a>
</p>
</article>
<script>
</script>
<style>
.send-off {
margin-top: 3em;
}
p {
font-size: var(--font-size-10);
max-width: 60em;
text-align: justify;
margin-left: 3em;
margin-right: 3em;
}
a {
color: var(--primary);
text-decoration: underline;
}
@media screen and (max-width: 730px) {
p {
font-size: inherit;
margin-left: 1em;
margin-right: 1em;
}
}
</style>