This commit is contained in:
tree 2023-04-24 21:29:26 +02:00
rodič b2917d2c8d
revize a5427a266d
8 změnil soubory, kde provedl 11 přidání a 9 odebrání

Zobrazit soubor

@ -9,7 +9,7 @@ poc = ""
date = "2023-06-05"
days = 1
times = "19:00-23:00"
venueName = "TBD"
venueName = "TBA"
languages = ["english"]
attendees = 100
tags = ["Founders"]

Zobrazit soubor

@ -11,14 +11,16 @@ export async function data(tools) {
const out = { speakers: [] };
for (const el of $("div.brxe-dmokxq.brxe-div").toArray()) {
const name = $("h3", el).text()
const name = $("h3", el).text();
const item = {
id: tools.formatId(name),
name,
caption: $("a.brxe-text-basic", el).text(),
twitter: $('a[href^="https://twitter.com"]', el).attr("href")?.replace("https://twitter.com/", ""),
twitter: $('a[href^="https://twitter.com"]', el).attr("href")?.replace(
"https://twitter.com/",
"",
),
photoUrl: $("img.brxe-image", el).attr("data-src"),
};
@ -29,4 +31,4 @@ export async function data(tools) {
}
return out;
}
}

Zobrazit soubor

@ -14,7 +14,7 @@ const peopleMapper = {
"Sahil Sen": { country: "in" },
"Steffen Kux": { country: "de" },
"Michal Převrátil": { country: "cz" },
"Jan": { id: "jan-jaczkal", country: "cz" }
"Jan": { id: "jan-jaczkal", country: "cz" },
};
export async function data($) {

Zobrazit soubor

@ -9,10 +9,10 @@ poc = "[tree](https://t.me/treecz)"
date = "2023-06-02"
times = "18:00-02:00"
days = 1
venues = ["gabriel-loci"]
venueName = "TBA"
languages = ["english", "czech", "slovak"]
attendees = 1000
#tags = ["lunarpunk"]
#description = '''
#'''
logo = "logo.png"
logo = "logo.webp"

Binární soubor nebyl zobrazen.

Před

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

Za

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

Binární soubor nebyl zobrazen.

Před

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

binární
data/23/events/pbw-opening/logo.webp Normal file

Binární soubor nebyl zobrazen.

Za

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

Zobrazit soubor

@ -9,7 +9,7 @@ poc = ""
date = "2023-06-08"
days = 1
times = "18:00-21:00"
venueName = "TBD"
venueName = "TBA"
#venueAddress = ""
#venueUrl = "https://goo.gl/maps/xxxxx"
languages = ["english"]