Add speaker countries: defiprague & gateway

This commit is contained in:
tree 2023-02-13 20:12:09 +01:00
rodič a3b43ef776
revize ec7d6dd1de
4 změnil soubory, kde provedl 22 přidání a 2 odebrání

Zobrazit soubor

@ -3,7 +3,11 @@ export async function data(tools) {
const out = { speakers: [] };
const peopleMapper = {
//'Dušan Matuška': { country: 'sk' }
'Federico Kunze Küllmer': { country: 'de' },
'Sunny Aggarwal': { country: 'tw' },
'Zaki Manian': { country: 'us' },
'Sergey Gorbunov': { country: 'us' },
'Dean Tribble': { country: 'us' },
}
for (const el of $("#speakers div.w-full.relative").toArray()) {

Zobrazit soubor

@ -6,6 +6,7 @@
"photoUrl": "https://ik.imagekit.io/treevio/tr:w-500/https://s3.eu-central-1.wasabisys.com/rbf-gateway/rbf-gateway/speakersc-list-4sxkyx-image.png?version=1675855162482",
"caption": "Osmosis Co-Founder",
"twitter": "sunnya97",
"country": "tw",
"photo": "photos/speakers/sunny-aggarwal.png"
},
{
@ -14,6 +15,7 @@
"photoUrl": "https://ik.imagekit.io/treevio/tr:w-500/https://s3.eu-central-1.wasabisys.com/rbf-gateway/rbf-gateway/speakersc-list-aj7n-q-image.png?version=1675855162482",
"caption": "Sommelier Co-Founder",
"twitter": "zmanian",
"country": "us",
"photo": "photos/speakers/zaki-manian.png"
},
{
@ -22,6 +24,7 @@
"photoUrl": "https://ik.imagekit.io/treevio/tr:w-500/https://s3.eu-central-1.wasabisys.com/rbf-gateway/rbf-gateway/speakersc-list-rckxid-image.png?version=1675855162482",
"caption": "Axelar Co-Founder",
"twitter": "sergey_nog",
"country": "us",
"photo": "photos/speakers/sergey-gorbunov.png"
},
{
@ -30,6 +33,7 @@
"photoUrl": "https://ik.imagekit.io/treevio/tr:w-500/https://s3.eu-central-1.wasabisys.com/rbf-gateway/rbf-gateway/speakersc-list-hu9osm-image.png?version=1675855162482",
"caption": "Agoric Co-Founder",
"twitter": "deantribble",
"country": "us",
"photo": "photos/speakers/dean-tribble.png"
},
{
@ -38,6 +42,7 @@
"photoUrl": "https://ik.imagekit.io/treevio/tr:w-500/https://s3.eu-central-1.wasabisys.com/rbf-gateway/rbf-gateway/speakersc-list-najlp1-image.png?version=1675855162482",
"caption": "Evmos Co-Founder",
"twitter": "fekunze",
"country": "de",
"photo": "photos/speakers/federico-kunze-kullmer.png"
}
]

Zobrazit soubor

@ -1,7 +1,12 @@
const peopleMapper = {
"Radek Svarz": { country: "cz" },
"Naim Ashhab": { country: "cz" },
"Marc Zeller": { twitter: "lemiscate" }
"Marc Zeller": { country: "fr", twitter: "lemiscate" },
"Sasha Tanase": { country: "ro" },
"Rosco Kalis": { country: "nl" },
"Will Harborne": { country: "gb" },
"Anna George": { country: "pt" },
"Julien Bouteloup": { country: "ch" }
};
export async function data($) {

Zobrazit soubor

@ -15,6 +15,7 @@
"twitter": "sasha_tanase",
"caption": "web3UX",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/2G0x2iQJtCP7aBfdDY1yJ0/0a70687805c116a6400309de5cae5f8f/sasha.jpg",
"country": "ro",
"photo": "photos/speakers/sasha-tanase.jpg"
},
{
@ -23,6 +24,7 @@
"twitter": "lemiscate",
"caption": "AAVE",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/3LrJr2y42JL5NO7XcqP7xn/355bf0464ed6a98604089fe57c068959/MarcZeller.jpeg",
"country": "fr",
"photo": "photos/speakers/marc-zeller.jpeg"
},
{
@ -31,6 +33,7 @@
"twitter": "RoscoKalis ",
"caption": "Revoke Cash",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/5wjHrhpbYShTSv34Rp4vca/1882ecd12c4f5526e0422002f58f4a4c/photo_2023-02-06_11.42.28.jpeg",
"country": "nl",
"photo": "photos/speakers/rosco-kalis.jpeg"
},
{
@ -39,6 +42,7 @@
"twitter": "will_harborne",
"caption": "Rhino Fi",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/7lHwPf9tIk1Y3anuGcVhrA/eba6131507e769002ae96efcb83406ba/photo_2023-02-06_11.25.04.jpeg",
"country": "gb",
"photo": "photos/speakers/will-harborne.jpeg"
},
{
@ -47,6 +51,7 @@
"twitter": "AnnaMSGeorge",
"caption": "CoWSwap",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/7sNztyNmT7QSd43ml0FStd/0e382e06be6176f1edaa8613dfc82cd4/V__st__i__ek.JPG",
"country": "pt",
"photo": "photos/speakers/anna-george.JPG"
},
{
@ -64,6 +69,7 @@
"twitter": "bneiluj",
"caption": "Stake Capital Group ",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/2iBMPVY6qhcs1D4v4DpW73/98cda1ae2e55679820172b03cf8179ea/julien.jpeg",
"country": "ch",
"photo": "photos/speakers/julien-bouteloup.jpeg"
}
]