Skip to content

Commit

Permalink
Add Celo Gather
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 5, 2024
1 parent 14ddd14 commit c671a04
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/24/chains/celo/index.toml
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"
Binary file added data/24/chains/celo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/24/events/celo/celo-gather.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 111 additions & 0 deletions data/24/events/celo/index.toml
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"
12 changes: 12 additions & 0 deletions data/24/places/spielfeld/index.toml
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/"
Binary file added data/24/places/spielfeld/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions utils/schema/1/event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ properties:
type: string
enum:
- bitcoin
- celo
- ethereum
- cosmos
- polkadot
Expand Down

0 comments on commit c671a04

Please sign in to comment.