ethprague sync countries

This commit is contained in:
tree 2023-03-25 00:46:06 +01:00
rodič e900c15d00
revize 58e4669e42
2 změnil soubory, kde provedl 15 přidání a 8 odebrání

Zobrazit soubor

@ -1,12 +1,12 @@
const peopleMapper = {
"dcbuilder-eth": { country: "cz" },
"luc-computer": { country: "nl" },
"ferit-tuncer": { country: "pt" },
"puncar": { country: "us" },
"miao-zhicheng": { country: "ee" },
"cryptowanderer": { country: "za" },
//"daniel-lumi": { country: "" },
"nicolas-manea": { country: "gb" }
"dcbuilder.eth": { country: "cz" },
"luc.computer": { country: "nl" },
"Ferit Tunçer": { country: "pt" },
"Puncar": { country: "us" },
"Miao ZhiCheng": { country: "ee" },
"Cryptowanderer": { country: "za" },
//"Daniel Lumi": { country: "" },
"Nicolas Manea": { country: "gb" }
};
export async function data($) {

Zobrazit soubor

@ -6,6 +6,7 @@
"twitter": "DCbuild3r",
"caption": "Worldcoin",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/5ckzIji6kfbucbd3qqoL2Z/06e8a00ef6ffb5e2cc09b70d38633185/r-mqtMjszyRcqDbIsDI0E.jpeg",
"country": "cz",
"photo": "photos/speakers/dcbuilder-eth.jpeg"
},
{
@ -14,6 +15,7 @@
"twitter": "lucemansnl",
"caption": "ens.eth / v3xlabs.eth",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/2BG9dvrm9trs9BmOapUkBS/638df3c9a163d8dfb3d8ed7ab2f63502/react_live_1_by_1_1_PaNo1Cn.png",
"country": "nl",
"photo": "photos/speakers/luc-computer.png"
},
{
@ -22,6 +24,7 @@
"twitter": "0xferit",
"caption": "Prove Us Wrong",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/6YFxhGfXMDNtlx1Kqfqflc/e49fa727bc3ae58e7b914486891bee1c/ferit_bgTransparent_0Bqkvbp.png",
"country": "pt",
"photo": "photos/speakers/ferit-tuncer.png"
},
{
@ -30,6 +33,7 @@
"twitter": "Puncar_DeFi",
"caption": "Peerwork.xyz",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/7IqmiO7YkGntiVjdwM9lBw/cedbb36bdead5e4cc8cf11da150157ba/Puncar_PFP_wn7dq1c.jpg",
"country": "us",
"photo": "photos/speakers/puncar.jpg"
},
{
@ -38,6 +42,7 @@
"twitter": "https://www.lensfrens.xyz/hellwolf.lens",
"caption": "Superfluid",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/JxxN1mJuM0Ds75UgI2Lbg/0c66ab5093d7b3b0df33fc6941f71739/miao-2023-sketch-plus-urbit_3XLDkFK.png",
"country": "ee",
"photo": "photos/speakers/miao-zhicheng.png"
},
{
@ -46,6 +51,7 @@
"twitter": "cryptowanderer",
"caption": "Kernel.community",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/7n5BBm4XWdNxIG6PA2MQx/b6eb58e7c6c1988cd84e63d2cb6f60b7/name_redacted_as_a_zen_master_with_a_sprouting_seed_in_the_style_of_a_japanese__82PYqJ4.jpeg",
"country": "za",
"photo": "photos/speakers/cryptowanderer.jpeg"
},
{
@ -62,6 +68,7 @@
"twitter": "NicolasManea",
"caption": "Cardiff University",
"photoUrl": "https://images.ctfassets.net/6j1me6tz5h39/5HPNj2nmhLXDVv7o1CQ8Tf/9b3591c31b32f241e74ec510d5462543/Profile_E3Z8U9O.jpg",
"country": "gb",
"photo": "photos/speakers/nicolas-manea.jpg"
}
]