- display header image + background colour

- display level + level image
- display card showcase on index page
- add appropriate colour to deck tables
- add number of collected cards to deck tables
- add colour marker in card name text
- add event names to log
- add link to service links
- move some data to variables file
This commit is contained in:
mez 2024-10-30 00:26:04 +00:00
parent c967d1ea89
commit df32c9558e
12 changed files with 351 additions and 19 deletions

View file

@ -1,3 +1,3 @@
import datetime
log = [{"date":datetime.datetime(Y,M,D),"url":"link to comment","received":["card01","card02"]}]
log = [{"event":"event name","date":datetime.datetime(Y,M,D),"url":"link to comment","received":["card01","card02"]}]