diff --git a/data/24/chains/celo/index.toml b/data/24/chains/celo/index.toml new file mode 100644 index 00000000..2086c647 --- /dev/null +++ b/data/24/chains/celo/index.toml @@ -0,0 +1,7 @@ +name = "Celo" +symbol = "CELO" +logo = "logo.png" + +[links] +web = "https://celo.org/" +twitter = "https://twitter.com/Celo" diff --git a/data/24/chains/celo/logo.png b/data/24/chains/celo/logo.png new file mode 100644 index 00000000..f668908c Binary files /dev/null and b/data/24/chains/celo/logo.png differ diff --git a/data/24/events/celo/celo-gather.png b/data/24/events/celo/celo-gather.png new file mode 100644 index 00000000..cc447290 Binary files /dev/null and b/data/24/events/celo/celo-gather.png differ diff --git a/data/24/events/celo/index.toml b/data/24/events/celo/index.toml new file mode 100644 index 00000000..3a1a7843 --- /dev/null +++ b/data/24/events/celo/index.toml @@ -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" diff --git a/data/24/places/spielfeld/index.toml b/data/24/places/spielfeld/index.toml new file mode 100644 index 00000000..a4d95022 --- /dev/null +++ b/data/24/places/spielfeld/index.toml @@ -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/" diff --git a/data/24/places/spielfeld/logo.png b/data/24/places/spielfeld/logo.png new file mode 100644 index 00000000..4ac7212f Binary files /dev/null and b/data/24/places/spielfeld/logo.png differ diff --git a/utils/schema/1/event.yaml b/utils/schema/1/event.yaml index 9cbe23f0..1554585c 100644 --- a/utils/schema/1/event.yaml +++ b/utils/schema/1/event.yaml @@ -95,6 +95,7 @@ properties: type: string enum: - bitcoin + - celo - ethereum - cosmos - polkadot