Add badge for 38c3

This commit is contained in:
woju 2025-01-02 13:01:30 +01:00
parent bc9a7c56e9
commit c8376fdf34
Signed by: woju
GPG key ID: 81E859ECD7FB4F51
11 changed files with 2 additions and 13 deletions

View file

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View file

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View file

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

View file

@ -1,18 +1,7 @@
url_template = 'https://events.ccc.de/congress/2023/hub/en/me/manage_badges?redeem_token={token}'
url_template = 'https://events.ccc.de/congress/2024/hub/me/manage_badges/redeem/{token}'
badge = [
{ token = 'xxxxxxxxxxxxxxxxxxxx', image = 'programmer-1.png' },
{ token = 'xxxxxxxxxxxxxxxxxxxx', image = 'programmer-2.png' },
{ token = 'xxxxxxxxxxxxxxxxxxxx', image = 'programmer-3.png' },
{ token = 'xxxxxxxxxxxxxxxxxxxx', image = 'programmer-4.png' },
{ token = 'xxxxxxxxxxxxxxxxxxxx', image = 'programmer-5.png' },
{},
{},
{ token = 'xxxxxxxxxxxxxxxxxxxx', image = 'from-5yo-girl.png' },
{ token = 'xxxxxxxxxxxxxxxxxxxx', image = 'rollover.png' },
{ token = 'xxxxxxxxxxxxxxxxxxxx', image = 'robot-pl.png' },
# { image = '', token = '' },
{ token = 'xxxxxxxxxxxxxxxxxxxx', image = '38c3/38c3-badge.png' },
]
# vim: ts=4 sts=4 sw=4 et