mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Update meetups
This commit is contained in:
@@ -471,8 +471,8 @@
|
|||||||
"state": ["Liechtenstein"]
|
"state": ["Liechtenstein"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Bitcoin Südtirol",
|
"name": "Einundzwanzig Südtirol",
|
||||||
"url": "https://t.me/+oY31oocjZ0ViZGFk",
|
"url": "https://t.me/Einundzwanzig_Suedtirol",
|
||||||
"top": 88,
|
"top": 88,
|
||||||
"left": 51,
|
"left": 51,
|
||||||
"country": "IT",
|
"country": "IT",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ block vars
|
|||||||
- const title = 'Bitcoin-Meetups'
|
- const title = 'Bitcoin-Meetups'
|
||||||
- const description = 'Eine Liste von Bitcoin-Meetups und Einundzwanzig-Treffen im D/A/CH-Raum.'
|
- const description = 'Eine Liste von Bitcoin-Meetups und Einundzwanzig-Treffen im D/A/CH-Raum.'
|
||||||
- const cardImage = '/img/card/meetups.png'
|
- const cardImage = '/img/card/meetups.png'
|
||||||
- const filterOfficial = (list, official) => list.filter(meetup => meetup.name.startsWith('Einundzwanzig') === official)
|
- const filterOfficial = (list, official) => list.filter(meetup => (meetup.name.startsWith('Einundzwanzig') || meetup.name.startsWith('Einezwänzg')) === official)
|
||||||
- const filterUnmapped = (list) => list.filter(meetup => !meetup.top || !meetup.left)
|
- const filterUnmapped = (list) => list.filter(meetup => !meetup.top || !meetup.left)
|
||||||
- const style = m => m.top && m.left ? `top:${m.top}%;left:${m.left}%;` : null
|
- const style = m => m.top && m.left ? `top:${m.top}%;left:${m.left}%;` : null
|
||||||
- const clss = m => m.top && m.left ? null : 'unmapped'
|
- const clss = m => m.top && m.left ? null : 'unmapped'
|
||||||
|
|||||||
Reference in New Issue
Block a user