add ethberlin 5 meetup

This commit is contained in:
tree🌴 2023-10-11 22:22:30 +02:00
parent c9ffb8f806
commit 7664da02d1
3 changed files with 13 additions and 6 deletions

View File

@ -35,8 +35,9 @@ Calendar with all events and links:
| # id | date | location | 👥 | coincidence | dri | | # id | date | location | 👥 | coincidence | dri |
| --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- | --- |
| [#1](https://lu.ma/web3privacynow_rome) → `w3pm-rom-1` | 2023-10-05 | 🇮🇹 Rome | 139 | [ETHRome](https://ethrome.org/) | PG | | [#1](https://lu.ma/web3privacynow_rome) → `w3pm-rom-1` | 2023-10-05 | 🇮🇹 Rome | 139 | [ETHRome](https://ethrome.org/) | PG |
| #2`w3pm-ist-1` | 2023/Nov | 🇹🇷 Istanbul | - | [Devconnect Istanbul](https://devconnect.org/) | TBD | | #2`w3pm-ist-1` | 2023/Nov | 🇹🇷 Istanbul | - | [Devconnect Istanbul](https://devconnect.org/) | - |
| #3`w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | TBD | | #3`w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - |
| #4`w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - |
## Events maintaners ## Events maintaners

View File

@ -29,7 +29,7 @@ Calendar with all events and links:
| # id | date | location | 👥 | coincidence | dri | | # id | date | location | 👥 | coincidence | dri |
| --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- | --- |
<% it.events.summits.forEach(function(event, i){ %> <% it.events.summits.forEach(function(event, i){ %>
| <% if (event.links?.web) { %>[#<%= i+1 %>](<%= event.links.web %>)<% } else { %>#<%= i+1%><% } %> → <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id %>`<% } %> | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead %> | | <% if (event.links?.web) { %>[#<%= i+1 %>](<%= event.links.web %>)<% } else { %>#<%= i+1%><% } %> → <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id %>`<% } %> | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> |
<% }) %> <% }) %>
### Meetups ### Meetups
@ -37,7 +37,7 @@ Calendar with all events and links:
| # id | date | location | 👥 | coincidence | dri | | # id | date | location | 👥 | coincidence | dri |
| --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- | --- |
<% it.events.meetups.forEach(function(event, i){ %> <% it.events.meetups.forEach(function(event, i){ %>
| <% if (event.links?.web) { %>[#<%= i+1 %>](<%= event.links.web %>)<% } else { %>#<%= i+1%><% } %> → <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id %>`<% } %> | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead %> | | <% if (event.links?.web) { %>[#<%= i+1 %>](<%= event.links.web %>)<% } else { %>#<%= i+1%><% } %> → <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id %>`<% } %> | <%= event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> |
<% }) %> <% }) %>
## Events maintaners ## Events maintaners

View File

@ -13,11 +13,17 @@
city: Istanbul city: Istanbul
country: tr country: tr
coincidence: "[Devconnect Istanbul](https://devconnect.org/)" coincidence: "[Devconnect Istanbul](https://devconnect.org/)"
lead: TBD
- id: w3pm-ams-1 - id: w3pm-ams-1
date: "2024/May" date: "2024/May"
city: Amsterdam city: Amsterdam
country: nl country: nl
# ETHDam 2024 - May 10-12 2024
coincidence: "[ETHDam 2024](https://www.ethdam.com/)" coincidence: "[ETHDam 2024](https://www.ethdam.com/)"
lead: TBD
- id: w3pm-ber-1
date: "2024/May"
city: Berlin
country: de
# ETHBerlin 5 - May 24-26, 2024
coincidence: "ETHBerlin 5"