From bffbd010b4cfd3fc3ec0606555dc394eee342f80 Mon Sep 17 00:00:00 2001 From: tree Date: Thu, 9 Nov 2023 21:06:14 +0100 Subject: [PATCH] update --- README.md | 2 ++ README.tpl.eta | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 808df63..f36dcd5 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ 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) + [Source file](./events/events.yaml) Note: As you can see, most of the events are in Europe because most of the core team members are from Europe. If you would be willing to help us expand Web3Privacy Now Events to other regions, we would be very happy to do so! Please get in touch, ideally on [Matrix](https://matrix.web3privacy.info/). diff --git a/README.tpl.eta b/README.tpl.eta index 248915a..76337a9 100644 --- a/README.tpl.eta +++ b/README.tpl.eta @@ -30,6 +30,8 @@ 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) + [Source file](./events/events.yaml) Note: As you can see, most of the events are in Europe because most of the core team members are from Europe. If you would be willing to help us expand Web3Privacy Now Events to other regions, we would be very happy to do so! Please get in touch, ideally on [Matrix](https://matrix.web3privacy.info/).