Add Solothurn (#80)

* Add Solothurn

* Update meetups

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
cercatrova
2022-05-11 10:34:09 +02:00
committed by GitHub
parent 17b5e053f2
commit 89029ac300
2 changed files with 10 additions and 2 deletions

View File

@@ -265,7 +265,7 @@
}, },
{ {
"name": "Einundzwanzig Heidelberg", "name": "Einundzwanzig Heidelberg",
"url": "https://t.me/+kHpDQ9MPBt03NmNi", "url": "https://t.me/Einundzwanzig_HEIDELBERG",
"top": 60, "top": 60,
"left": 27, "left": 27,
"country": "DE", "country": "DE",
@@ -439,6 +439,14 @@
"country": "CH", "country": "CH",
"state": ["Bern"] "state": ["Bern"]
}, },
{
"name": "Einezwänzg Solothurn",
"url": "https://t.me/+o2gLvxb2SxFhNTI0",
"top": 82,
"left": 16,
"country": "CH",
"state": ["Solothurn"]
},
{ {
"name": "Bitcoin Zürich", "name": "Bitcoin Zürich",
"url": "https://www.meetup.com/de-DE/Bitcoin-Meetup-Switzerland/", "url": "https://www.meetup.com/de-DE/Bitcoin-Meetup-Switzerland/",

View File

@@ -34,7 +34,7 @@ block main
li.official(class=clss(m) style=style(m)) li.official(class=clss(m) style=style(m))
a(href=m.url target="_blank" rel="nofollow noopener") a(href=m.url target="_blank" rel="nofollow noopener")
.dot(style=`animation-delay:${((j*2000) + random(3000))}ms;animation-duration:${meetups.length*2}s;`) .dot(style=`animation-delay:${((j*2000) + random(3000))}ms;animation-duration:${meetups.length*2}s;`)
= m.name.replace('Einundzwanzig ', '') = m.name.replace('Einundzwanzig ', '').replace('Einezwänzg ', '')
if m.members if m.members
= ' ' = ' '
small.members= `(${m.members})` small.members= `(${m.members})`