mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
Add meetups
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
& img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
& ul {
|
||||
|
||||
@@ -3,7 +3,7 @@ extends /template.pug
|
||||
block vars
|
||||
- const title = 'Meetups'
|
||||
- const description = 'Eine Liste von Bitcoin-Meetups und Einundzwanzig-Treffen im D/A/CH-Raum.'
|
||||
- const filterOfficial = (list, official) => list.filter(meetup => meetup.name.startsWith('Einundzwanzig Meetup ') === official)
|
||||
- const filterOfficial = (list, official) => list.filter(meetup => meetup.name.startsWith('Einundzwanzig') === official)
|
||||
- let j = 0
|
||||
|
||||
block main
|
||||
@@ -24,7 +24,7 @@ block main
|
||||
li.official(style=`top:${m.top}%;left:${m.left}%;`)
|
||||
a(href=m.url target="_blank" rel="nofollow noopener")
|
||||
.dot(style=`animation-delay:${((j*2000) + random(3000))}ms;animation-duration:${meetups.length*2}s;`)
|
||||
= m.name.replace('Einundzwanzig Meetup ', '')
|
||||
= m.name.replace('Einundzwanzig ', '')
|
||||
- j++
|
||||
|
||||
h2 Weitere Meetups
|
||||
|
||||
Reference in New Issue
Block a user