mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
add link to source
This commit is contained in:
parent
055750f3b7
commit
c51a1f0a36
2 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,8 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
|
|||
| meetup | `w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - | |
|
||||
| meetup | `w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - | |
|
||||
|
||||
[Source file](./events/events.yaml)
|
||||
|
||||
## Events maintaners
|
||||
|
||||
- Tree ([@burningtree](https://github.com/burningtree))
|
||||
|
|
|
@ -29,6 +29,8 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
|
|||
| <%= event.type %> | `<%= event.id %>` | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> |
|
||||
<% }) %>
|
||||
|
||||
[Source file](./events/events.yaml)
|
||||
|
||||
## Events maintaners
|
||||
|
||||
- Tree ([@burningtree](https://github.com/burningtree))
|
||||
|
|
Loading…
Reference in a new issue