mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
update
This commit is contained in:
parent
48e5fc34c7
commit
df962c8fb0
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
|
|||
| meetup | `por1`* | 2024/May | 🇵🇹 Porto | 3 | [ETHPorto](https://ethporto.org/) | - | |
|
||||
| meetup | `ber1` | 2024/May | 🇩🇪 Berlin | 3 | ETHBerlin | Tree | |
|
||||
| summit | `s3` | 2024/Jun | 🇨🇿 Prague | 16 | ETHPrague | Tree (+3) | |
|
||||
| hackathon | `h1` | **2024-06-19** -<br/>2024-06-26 (7) | 🇸🇮 Bled | 10 | W3PN Hackathon | Tree (+3) | |
|
||||
| hackathon | `h1` | **2024-06-19**-<br/>**2024-06-26** | 🇸🇮 Bled | 10 | W3PN Hackathon | Tree (+3) | |
|
||||
| meetup | `lju1` | 2024/Jun | 🇸🇮 Ljubljana | 5 | W3PN Hackathon | Tree (+3) | |
|
||||
| meetup | `bcn2`* | 2024/Jul | 🇪🇸 Barcelona | 3 | ETHBarcelona (?) | - | |
|
||||
| meetup | `bru1` | 2024/Jul | 🇧🇪 Brussels | 3 | [EthCC](https://www.ethcc.io/) | Mykola (+1) | |
|
||||
|
|
|
@ -27,7 +27,7 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
|
|||
| type | # id | date | location | 🎰 | coincidence | dri | links |
|
||||
| --- | --- | --- | --- | --- | --- | --- | --- |
|
||||
<% it.events.forEach(function(event, i){ %>
|
||||
| <%= event.type %> | `<%= event.id.replace("w3pm-", "").replace(/^w3p/, '') %>`<% if (event.optional) { %>*<% } %> | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : event.date %><% if (event.days && event.days > 1) { %> -<br/><%= it.dateFns.format(it.dateFns.addDays(new Date(event.date), event.days), 'yyyy-MM-dd') %> (<%= event.days %>)<% } %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.slots || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %><% if (event.helpers && event.helpers.length > 0) { %> (+<%= event.helpers.length%>)<% } %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> |
|
||||
| <%= event.type %> | `<%= event.id.replace("w3pm-", "").replace(/^w3p/, '') %>`<% if (event.optional) { %>*<% } %> | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : event.date %><% if (event.days && event.days > 1) { %>-<br/>**<%= it.dateFns.format(it.dateFns.addDays(new Date(event.date), event.days), 'yyyy-MM-dd') %>**<% } %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.slots || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %><% if (event.helpers && event.helpers.length > 0) { %> (+<%= event.helpers.length%>)<% } %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> |
|
||||
<% }) %>
|
||||
|
||||
`*` - Optional event (can be cancelled due to lack of interest)
|
||||
|
|
Loading…
Reference in a new issue