forked from prgblockweek/prague-blockchain-week
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
131 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name = "Celo" | ||
symbol = "CELO" | ||
logo = "logo.png" | ||
|
||
[links] | ||
web = "https://celo.org/" | ||
twitter = "https://twitter.com/Celo" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
# the name of your event | ||
name = "Celo Gather 2024" | ||
|
||
# shortest possible name (without year) | ||
shortname = "Celo Gather" | ||
|
||
# type of the event | ||
# available types (you can choose more): | ||
# * meetup | ||
# * conference | ||
# * hackathon | ||
# * expo | ||
# * party | ||
# * other | ||
types = ["conference"] | ||
|
||
# status of the event | ||
# available types: | ||
# * idea | ||
# * planning | ||
# * published | ||
status = "published" | ||
|
||
# the name of the group organizing the event | ||
org = "Celo Europe" | ||
|
||
# the github handle of the directly responsible individual for this event | ||
# (this person will coordinate with #bbw24 organizers) | ||
dri = "scryptoisback" | ||
|
||
# A point of contact (responsible person) | ||
poc = "Niko da Costa Gomez" | ||
|
||
# the start date of the event | ||
date = "2024-05-24" | ||
|
||
# how many days the event lasts (1 - N) | ||
days = 1 | ||
|
||
# the event times (shows up in the event card) | ||
times = "10:00-17:00" | ||
|
||
# Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress | ||
venues = ["spielfeld"] | ||
|
||
# the languages in which the event will take place (you can choose more) | ||
languages = ["english"] | ||
|
||
# the max number of attendees of the event | ||
attendees = 600 | ||
|
||
# blockchains that the event deals with | ||
# if it is an interchain event, then leave blank | ||
chains = ["celo"] | ||
|
||
# tags for the event, will show up as labels. | ||
# pick 1-4 | ||
tags = ["community", "governance", "Celo", "Optimism"] | ||
|
||
# A logo attachment | ||
logo = "celo-gather.png" | ||
|
||
# a description of the event. | ||
description = """ | ||
Celo Gather 2024 is a one-day conference organized by Celo Europe, bringing together stakeholders from the Celo community to foster collaboration, share insights, and explore the future of the Celo ecosystem. | ||
Date: May 24th, 2024 | ||
Location: Selina Berlin Mitte Rooftop, Rungestraße 20, 10179 Berlin | ||
Join us for a day of thought-provoking discussions, presentations, and networking opportunities focused on topics such as governance, decentralized finance (DeFi), real-world assets (RWA), and community building. | ||
For more information and to secure your spot, visit our website: [Celo Gather](https://www.celodao.eu/gather). | ||
""" | ||
|
||
[registration] | ||
# type of registration | ||
# Possible values: | ||
# * tickets | ||
# * invites | ||
# * signup | ||
type = "signup" | ||
|
||
# price of the ticket | ||
price = "0 EUR" | ||
|
||
# link to the registration or ticket purchase page | ||
link = "https://www.celodao.eu/gather" | ||
|
||
# custom action button label | ||
#button = "Buy tickets!" | ||
|
||
# status of registrations | ||
# Possible values: | ||
# * available | ||
# * sold-out | ||
# * closed | ||
status = "available" | ||
|
||
[links] | ||
# the website of the event | ||
# make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc. | ||
web = "https://www.celodao.eu/gather" | ||
|
||
# twitter account | ||
twitter = "https://twitter.com/CeloEurope" | ||
|
||
# public telegram group | ||
# telegram = "https://t.me/example" | ||
|
||
# docs | ||
#docs = "https://example.org/docs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name = "Spielfeld" | ||
eventTypes = ["conference", "meetup"] | ||
capacity = 100 | ||
address = "Skalitzer Straße 85/86, 10997 Berlin" | ||
mapUrl = "https://nominatim.openstreetmap.org/ui/search.html?q=Skalitzer+Stra%C3%9Fe+85%2F86%2C+10997+Berlin" | ||
description = ''' | ||
Spielfeld is a coworking space and event venue for entrepreneurs, startups and corporates. | ||
''' | ||
photo = "logo.png" | ||
|
||
[links] | ||
web = "https://www.spielfeld.com/" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,6 +95,7 @@ properties: | |
type: string | ||
enum: | ||
- bitcoin | ||
- celo | ||
- ethereum | ||
- cosmos | ||
- polkadot | ||
|