mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
add ethberlin 5 meetup
This commit is contained in:
parent
c9ffb8f806
commit
7664da02d1
3 changed files with 13 additions and 6 deletions
|
@ -35,8 +35,9 @@ Calendar with all events and links:
|
|||
| # id | date | location | 👥 | coincidence | dri |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| [#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 |
|
||||
| #3 → `w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | 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/) | - |
|
||||
| #4 → `w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - |
|
||||
|
||||
## Events maintaners
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ Calendar with all events and links:
|
|||
| # id | date | location | 👥 | coincidence | dri |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
<% 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
|
||||
|
@ -37,7 +37,7 @@ Calendar with all events and links:
|
|||
| # id | date | location | 👥 | coincidence | dri |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
<% 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
|
||||
|
|
|
@ -13,11 +13,17 @@
|
|||
city: Istanbul
|
||||
country: tr
|
||||
coincidence: "[Devconnect Istanbul](https://devconnect.org/)"
|
||||
lead: TBD
|
||||
|
||||
- id: w3pm-ams-1
|
||||
date: "2024/May"
|
||||
city: Amsterdam
|
||||
country: nl
|
||||
# ETHDam 2024 - May 10-12 2024
|
||||
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"
|
Loading…
Reference in a new issue