mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
simplify readme table
This commit is contained in:
parent
431c688a2e
commit
55003ece03
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ Calendar with all events and links:
|
||||||
|
|
||||||
| # id | date | location | 👥 | coincidence | dri | links |
|
| # id | date | location | 👥 | coincidence | dri | links |
|
||||||
| --- | --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- | --- |
|
||||||
| #1 → [`w3ps1`](https://github.com/web3privacy/w3ps1) | 2023-06-05 | 🇨🇿 Prague | 180 | [PBW](https://prgblockweek.com/) w/ [ETHPrague](https://ethprague.com/) | Tree | [web](https://prague.web3privacy.info/), [git](https://github.com/web3privacy/w3ps1) |
|
| #1 → `w3ps1` | 2023-06-05 | 🇨🇿 Prague | 180 | [PBW](https://prgblockweek.com/) w/ [ETHPrague](https://ethprague.com/) | Tree | [web](https://prague.web3privacy.info/), [git](https://github.com/web3privacy/w3ps1) |
|
||||||
|
|
||||||
### Meetups
|
### Meetups
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ Calendar with all events and links:
|
||||||
| # id | date | location | 👥 | coincidence | dri | links |
|
| # id | date | location | 👥 | coincidence | dri | links |
|
||||||
| --- | --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- | --- |
|
||||||
<% it.events.summits.forEach(function(event, i){ %>
|
<% it.events.summits.forEach(function(event, i){ %>
|
||||||
| #<%= i+1%> → <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= event.id %>`<% } %> | <%= 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(", ")) || "" %> |
|
| #<%= i+1%> → `<%= event.id %>` | <%= 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(", ")) || "" %> |
|
||||||
<% }) %>
|
<% }) %>
|
||||||
|
|
||||||
### Meetups
|
### Meetups
|
||||||
|
|
Loading…
Reference in a new issue