This commit is contained in:
tree🌴 2023-11-09 21:06:52 +01:00
parent bffbd010b4
commit 300e2594e5
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
| summit | `s3` | 2024/Nov | 🇨🇿 Brno | 16 | ETHBrno 2024 | Tree | |
| meetup | `dc1` | 2024/Q4 | 🏴‍☠️ SE Asia | 5 | [Devcon 7](https://devcon.org/) | - | |
* - Optional event (can be cancelled due to lack of interest)
`*` - Optional event (can be cancelled due to lack of interest)
[Source file](./events/events.yaml)

View File

@ -30,7 +30,7 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
| <%= event.type %> | `<%= event.id.replace("w3pm-", "").replace(/^w3p/, '') %>`<% if (event.optional) { %>*<% } %> | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.slots || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> |
<% }) %>
* - Optional event (can be cancelled due to lack of interest)
`*` - Optional event (can be cancelled due to lack of interest)
[Source file](./events/events.yaml)