Skip to content

Commit

Permalink
chore: add farcaster event (#72)
Browse files Browse the repository at this point in the history
* chore: add farcaster event

* Fix Farcaster location

---------

Co-authored-by: Kaan Uzdoğan <[email protected]>
  • Loading branch information
davidfurlong and kuzdogan authored May 14, 2024
1 parent 237f00f commit 93e9517
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 0 deletions.
113 changes: 113 additions & 0 deletions data/24/events/farcaster/index.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
# # the name of your event
name = "Farcaster Berlin Cozy Corner"

# # shortest possible name (without year)
shortname = "Farcaster"

# # type of the event
# # available types (you can choose more):
# # * meetup
# # * conference
# # * hackathon
# # * expo
# # * party
# # * other
types = ["meetup"]

# # status of the event
# # available types:
# # * idea
# # * planning
# # * published
status = "published"

# # the name of the group organizing the event
org = "Community"

# # the github handle of the directly responsible individual for this event
# # (this person will coordinate with #bbw24 organizers)
dri = "davidfurlong"

# # A point of contact (responsible person)
poc = "David Furlong"

# # the start date of the event
date = "2024-05-22"

# # how many days the event lasts (1 - N)
days = 1

# # the event times (shows up in the event card)
times = "19:00-23:00"

# # Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress
# venues = ["Holzmarkt, Holzmarktstraße 25, 10243 Berlin"]

# # the event venue name
venueName = "Holzmarkt"

# # link to the venue on open street maps
venueUrl = "https://www.openstreetmap.org/node/4815202826#map=19/52.51150/13.42673"

# # the event venue address
venueAddress = "Holzmarktstraße 25, 10243 Berlin"

# # the languages in which the event will take place (you can choose more)
languages = ["english"]

# # the max number of attendees of the event
attendees = 100

# # blockchains that the event deals with
# # if it is an interchain event, then leave blank
# chains = ["example"]

# # tags for the event, will show up as labels.
# # pick 1-4
tags = ["farcaster"]

# # A logo attachment
logo = "logo.png"

# # a description of the event.
description = """
​Come hang out with fellow Farcasters for some sunset drinks near the dappcon venue
"""

[registration]
# # type of registration
# # Possible values:
# # * tickets
# # * invites
# # * signup
type = "signup"

# # price of the ticket
# price = "100 EUR"

# # link to the registration or ticket purchase page
link = "https://lu.ma/aw24djrb"

# # 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://example.org/"

# # twitter account
# twitter = "https://twitter.com/ExampleConf"

# # public telegram group
# telegram = "https://t.me/example"

# # docs
# #docs = "https://example.org/docs"
Binary file added data/24/events/farcaster/logo-150px.op.webp
Binary file not shown.
Binary file added data/24/events/farcaster/logo-300px.op.webp
Binary file not shown.
Binary file added data/24/events/farcaster/logo-500px.op.webp
Binary file not shown.
Binary file added data/24/events/farcaster/logo.op.webp.webp
Binary file not shown.
Binary file added data/24/events/farcaster/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93e9517

Please sign in to comment.