Update registration info

This commit is contained in:
tree 2023-01-27 08:58:52 +01:00
rodič cbec3e5896
revize 4f56396820
10 změnil soubory, kde provedl 64 přidání a 1 odebrání

Zobrazit soubor

@ -16,6 +16,12 @@ languages = ["english"]
#tags = []
logo = "logo.jpg"
[registration]
type = "invites"
link = "https://cs.braiins.com/bitcoin-mining-conference-2023#join"
button = "Join #BMC2023"
status = "available"
[links]
web = "https://btcminingconf.com/"
twitter = "https://twitter.com/BTCMiningConf"

Zobrazit soubor

@ -19,6 +19,12 @@ BTC Prague, coming June 8th to 10th 2023, is going to be the biggest bitcoin-onl
'''
logo = "logo.jpg"
[registration]
type = "tickets"
price = ">9 EUR"
link = "https://www.btcprague.com/#tickets"
status = "available"
[links]
web = "https://www.btcprague.com/"
twitter = "https://twitter.com/BtcPrague"
twitter = "https://twitter.com/BtcPrague"

Zobrazit soubor

@ -16,6 +16,9 @@ attendees = 300
#tags = []
logo = "logo.jpg"
[registration]
type = "tickets"
[links]
#web = ""
twitter = "https://twitter.com/DotsamaPrague"

Zobrazit soubor

@ -20,6 +20,9 @@ logo = "logo.jpg"
description = """
"""
[registration]
type = "invites"
[links]
web = "https://ethprague.com/"
twitter = "https://twitter.com/EthPrague"

Zobrazit soubor

@ -19,6 +19,9 @@ Gateway to Cosmos is the one-stop-shop conference for all Cosmos Network evangel
'''
logo = "logo.jpg"
[registration]
type = "tickets"
[links]
web = "https://gateway.events/"
twitter = "https://twitter.com/Gateway_Conf"

Zobrazit soubor

@ -16,6 +16,9 @@ attendees = 300
#tags = []
logo = "logo.jpg"
[registration]
type = "tickets"
[links]
web = "https://ibcprague.carrd.co/"
twitter = "https://twitter.com/IBCPrague"

Zobrazit soubor

@ -16,6 +16,11 @@ attendees = 1000
#tags = []
logo = "logo.jpg"
[registration]
type = "tickets"
price = ">222 EUR"
link = "https://tickets.paralelnipolis.cz/dtp/PDFS23/"
[links]
web = "https://praguedefisummit.com/"
twitter = "https://twitter.com/PragueDefi"

Zobrazit soubor

@ -19,6 +19,9 @@ A one-day lunarpunk-style conference focused on privacy. The conference originat
'''
logo = "logo.jpg"
[registration]
type = "tickets"
[links]
#web = ""
twitter = "https://twitter.com/PrivacyETHconf"

Zobrazit soubor

@ -19,6 +19,12 @@ Open community conference focused on cryptocurrencies and blockchain for a wide
'''
logo = "logo.jpg"
[registration]
type = "tickets"
#price = ""
#link = ""
#status = "available"
[links]
web = "https://utxo.cz/"
docs = "https://docs.utxo.cz/udalosti/23"

Zobrazit soubor

@ -104,6 +104,31 @@ properties:
description:
type: string
__markdown: true
registration:
type: object
additionalProperties: false
required:
- type
properties:
type:
type: string
enum:
- tickets
- invites
- signup
price:
type: string
link:
type: string
format: uri
button:
type: string
status:
type: string
enum:
- available
- sold-out
- closed
links:
type: object
additionalProperties: