Sync gateway, add countries

This commit is contained in:
tree 2023-03-15 15:26:33 +01:00
rodič c5dec46c2e
revize 20fce020dc
5 změnil soubory, kde provedl 18 přidání a 6 odebrání

Zobrazit soubor

@ -8,6 +8,7 @@ export async function data(tools) {
'Zaki Manian': { country: 'us' },
'Sergey Gorbunov': { country: 'us' },
'Dean Tribble': { country: 'us' },
'Sean Braithwaite': { country: 'de' }
}
for (const el of $("#speakers div.w-full.relative").toArray()) {

Zobrazit soubor

@ -3,7 +3,7 @@
{
"id": "sunny-aggarwal",
"name": "Sunny Aggarwal",
"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",
"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=1678778429946",
"caption": "Osmosis Co-Founder",
"twitter": "sunnya97",
"country": "tw",
@ -12,7 +12,7 @@
{
"id": "zaki-manian",
"name": "Zaki Manian",
"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",
"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=1678778429946",
"caption": "Sommelier Co-Founder",
"twitter": "zmanian",
"country": "us",
@ -21,7 +21,7 @@
{
"id": "sergey-gorbunov",
"name": "Sergey Gorbunov",
"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",
"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=1678778429946",
"caption": "Axelar Co-Founder",
"twitter": "sergey_nog",
"country": "us",
@ -30,7 +30,7 @@
{
"id": "dean-tribble",
"name": "Dean Tribble",
"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",
"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=1678778429946",
"caption": "Agoric Co-Founder",
"twitter": "deantribble",
"country": "us",
@ -39,11 +39,20 @@
{
"id": "federico-kunze-kullmer",
"name": "Federico Kunze Küllmer",
"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",
"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=1678778429946",
"caption": "Evmos Co-Founder",
"twitter": "fekunze",
"country": "de",
"photo": "photos/speakers/federico-kunze-kullmer.png"
},
{
"id": "sean-braithwaite",
"name": "Sean Braithwaite",
"photoUrl": "https://ik.imagekit.io/treevio/tr:w-500/https://s3.eu-central-1.wasabisys.com/rbf-gateway/rbf-gateway/speakersc-list-ml-os3-image.png?version=1678778429946",
"caption": "Co-Founder & CEO Mekatek",
"twitter": "brapse",
"country": "de",
"photo": "photos/speakers/sean-braithwaite.png"
}
]
}

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 64 KiB

Zobrazit soubor

@ -6,7 +6,8 @@ const peopleMapper = {
"Rosco Kalis": { country: "nl" },
"Will Harborne": { country: "gb" },
"Anna George": { country: "pt" },
"Julien Bouteloup": { country: "ch" }
"Julien Bouteloup": { country: "ch" },
"Stanislav Šimek": { country: "cz" }
};
export async function data($) {

Zobrazit soubor

@ -15,6 +15,7 @@
"twitter": "Stan_Simek",
"caption": "BADOKH",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/6BJjdgSTjR32La8WrdC9S3/047214513234227a6f91a667dff54ed1/8259775487b6747_dee460985be8272737fead6d15425b3b_600_FRDEnA6.jpg",
"country": "cz",
"photo": "photos/speakers/stanislav-simek.jpg"
},
{