prague-blockchain-week/data/23/events/ethprague.toml

71 řádky
1.6 KiB
TOML
Surový Normální zobrazení Historie

2022-12-23 03:21:38 +01:00
# the name of your event
name = "ETHPrague 2023"
2023-01-23 02:27:35 +01:00
shortname = "ETHPrague"
2023-01-23 14:04:15 +01:00
types = ["hackathon", "conference"]
status = "planning"
2022-12-23 03:21:38 +01:00
# the name of the group organizing the event
org = "Paralelní Polis"
# the github handle of the directly responsible individual for this event
# (this person will coordinate with devent organizers)
dri = ""
# the start date of the event
date = "2023-06-09"
# how many days the event lasts (1 - N)
days = 3
# the event times (shows up in the event card)
times = "09:00 - 20:00"
# the event venue name (will show up on the event card - TODO)
2023-01-23 02:27:35 +01:00
venueName = "Paralelní Polis & La Fabrika"
venueUrl = "https://goo.gl/maps/rVo6JRN59aodx5Pj7"
2022-12-23 03:21:38 +01:00
# the event venue address (will show up on a map -- TODO)
venueAddress = "Dělnická 475/43, 170 00 Praha 7"
2023-01-23 14:04:15 +01:00
languages = ["english"]
2022-12-23 03:21:38 +01:00
# the max number of attendees of the event
2023-01-23 14:04:15 +01:00
attendees = "600"
chains = ["ethereum"]
2022-12-23 03:21:38 +01:00
# these is unsued:
# tickets = ""
# the "difficulty" of the event -- one of:
# ["Beginner", "Intermediate", "Advanced", "All Welcome"]
difficulty = "All Welcome"
# tags for the event, will show up as labels.
# pick 1-4
2023-01-23 14:36:10 +01:00
tags = ["solarpunk"]
2022-12-23 03:21:38 +01:00
2023-01-23 14:25:24 +01:00
union = "gm-events"
2022-12-23 03:21:38 +01:00
# a color, to group key events visually. use sparingly
# color=""
# A small logomark for the corner of the event
2023-01-23 14:25:24 +01:00
logomark = "./logo.png"
2022-12-23 03:21:38 +01:00
# a description of the event.
# will show up when the user clicks the event card.
description = """
"""
2023-01-23 02:27:35 +01:00
[links]
# the website of the event
# make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc.
web = "https://ethprague.com/"
2023-01-23 14:04:15 +01:00
# twitter link
twitter = "https://twitter.com/EthPrague"
2023-01-23 02:27:35 +01:00