Please use this template to suggest a new event or update an existing event for the BBW website! You can also directly submit your event as a pull request to this repository. This will speed up things significantly!
# the name of your event
name = "SheFi & Starknet Foundation Women's Brunch"
# shortest possible name (without year)
shortname = "SheFi & Starknet Foundation Women's Brunch"
# type of the event
# available types (you can choose more):
# * meetup
# * conference
# * hackathon
# * expo
# * party
# * other
types = ["other"]
# status of the event
# available types:
# * idea
# * planning
# * published
status = "published"
# the name of the group organizing the event
org = "Starknet Foundation"
# the github handle of the directly responsible individual for this event
# (this person will coordinate with #bbw24 organizers)
dri = "teamgurkha"
# A point of contact (responsible person)
poc = "Gurk & Amy"
# the start date of the event
date = "2024-05-23"
# how many days the event lasts (1 - N)
days = 1
# the event times (shows up in the event card)
times = "11:00 - 13:00"
# Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress
# venues = ["gabriel-loci"]
# the event venue name
venueName = "Atelier Rooftop"
# link to the venue on google maps
venueUrl = "https://www.google.com/maps/search/ api=1&query=Atelier%20Rooftop&query_place_id=ChIJF3UEMixOqEcR5C8SS0jK-o0"
# the event venue address
venueAddress = "Prinzenstraße 84.1, 10969 Berlin, Germany"
# the languages in which the event will take place (you can choose more)
languages = ["english"]
# the max number of attendees of the event
attendees = 50
# blockchains that the event deals with
# if it is an interchain event, then leave blank
chains = ["Ethereum", "Starknet"]
# tags for the event, will show up as labels.
# pick 1-4
tags = ["STARKS", "ZK", "L3"]
# A logo attachment
logo = "logo.png"
# a description of the event.
description = """
Lorem ipsum ...
"""
[cfp]
# link to call for participation
link = "https://lu.ma/g011j9qi"
[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://lu.ma/g011j9qi"
# 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://lu.ma/g011j9qi"
# twitter account
twitter = "https://twitter.com/starknetevents"
# public matrix channel
matrix = " "
# public telegram group
telegram = " "
# docs
#docs = "https://book.starknet.io/"
# discord
discord = "https://discord.gg/K4BwQVbm"
Please use this template to suggest a new event or update an existing event for the BBW website! You can also directly submit your event as a pull request to this repository. This will speed up things significantly!