This commit is contained in:
tree 2022-12-23 03:21:38 +01:00
revize 937f3dacd5
3 změnil soubory, kde provedl 59 přidání a 0 odebrání

1
.gitignore vendorováno Normal file
Zobrazit soubor

@ -0,0 +1 @@
.DS_Store

5
README.md Normal file
Zobrazit soubor

@ -0,0 +1,5 @@
# Prague Blockchain Week 2023 (PBW23)
A decentralized conference hosted by UTXO Foundation. We are using this github repository and website to coordinate event listings.
https://its-not-published-yet

53
events/ethprague.toml Normal file
Zobrazit soubor

@ -0,0 +1,53 @@
# the name of your event
name = "ETHPrague 2023"
# 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 website of the event
# make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc.
website = "https://ethprague.com/"
# 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)
venueName = "[Paralelní Polis & La Fabrika](https://goo.gl/maps/rVo6JRN59aodx5Pj7)"
# the event venue address (will show up on a map -- TODO)
venueAddress = "Dělnická 475/43, 170 00 Praha 7"
# the max number of attendees of the event
attendees = ""
# 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
tags = ["Hackathon", "Ethereum", "Solarpunk"]
# a color, to group key events visually. use sparingly
# color=""
# A small logomark for the corner of the event
logomark = "/logomarks/coinfeedslm.png"
# a description of the event.
# will show up when the user clicks the event card.
description = """
"""