mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
update
This commit is contained in:
parent
bffbd010b4
commit
300e2594e5
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue