add vr-play-park & xrhythm

This commit is contained in:
tree 2023-04-18 01:51:02 +02:00
rodič aa485cda55
revize 7f9f99ae85
7 změnil soubory, kde provedl 41 přidání a 1 odebrání

Zobrazit soubor

@ -0,0 +1,22 @@
name = "Crypto Portal presents: XRhythm Music Event"
shortname = "XRhythm"
types = ["party"]
status = "planning"
org = "[Crypto Portal](https://twitter.com/CryptoPortalArt)"
dri = ""
poc = ""
date = "2023-06-03"
times = "18:30-02:00"
days = 1
venues = ["vr-play-park"]
languages = ["english", "czech", "slovak"]
attendees = 200
tags = ["nft", "music"]
description = '''
On June 3, Crypto Portal presents XRythm in partnership with Museverse - an exploration into audio-visual experiences, music, and its future in Web3. Join us at VR Play Park for an intriguing panel discussion, cross-reality performances, and afterparty overlooking Wenceslas Square in the heart of Prague.
More info coming soon.
Interested in supporting this event? Contact [derek@cryptoportal.art](mailto:derek@cryptoportal.art)
'''
logo = "logo.webp"

binární
data/23/events/xrhythm/logo.webp Normal file

Binární soubor nebyl zobrazen.

Za

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

Zobrazit soubor

@ -0,0 +1,12 @@
name = "VR Play Park"
eventTypes = ["conference", "hackathon", "meetup", "workshop", "expo"]
capacity = 200
address = "Václavské nám. 22, 110 00 Nové Město, Praha"
mapUrl = "https://goo.gl/maps/PBTRa6SxSkfkZiKv5"
description = '''
The one and only virtual reality theme park in Prague, VR Play Park, is conveniently situated on Wenceslas Square, spanning across a spacious 500 sqm area. With a diverse array of virtual reality attractions, a well-equipped bar, an NFT exhibition, and breathtaking views of Prague's most iconic square, VR Play Park offers a unique portal to the metaverse. This cutting-edge venue has also hosted exciting events such as the Metaverse festival, developers meet-ups, and Web3 panel talks, making it a hub for technology enthusiasts and innovators in Prague.
'''
photo = "photo.webp"
[links]
web = "http://vrplaypark.com"

Binární soubor nebyl zobrazen.

Za

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

Zobrazit soubor

@ -151,7 +151,11 @@ class DeConf_Package {
const m = ef.name.match(/^([\w\d\-]+)(\.toml|)$/);
if (!m) continue;
const ev = new DeConf_Collection(type, m[1]);
await ev.load([...specDir, type, ef.name]);
try {
await ev.load([...specDir, type, ef.name]);
} catch (e) {
throw new Error(`[item=${m[1]}]: ${e}`)
}
arr.push(ev);
}
return arr;

Zobrazit soubor

@ -31,6 +31,7 @@ properties:
- conference
- hackathon
- meetup
- workshop
- expo
- party
- other

Zobrazit soubor

@ -23,6 +23,7 @@ properties:
- conference
- hackathon
- meetup
- workshop
- expo
- party
- other