Skip to content

Commit a8b0005

Browse files
committed
fix descrition
1 parent e9082bf commit a8b0005

1 file changed

Lines changed: 22 additions & 8 deletions

File tree

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
name = "c-base"
2-
eventTypes = ["conference", "meetup"]
3-
capacity = 100
4-
address = "Rungestraße 20, 10179 Berlin"
5-
mapUrl = "https://nominatim.openstreetmap.org/ui/search.html?q=Rungestra%C3%9Fe+20+10179+Berlin"
1+
# name of the venue
2+
name = "Blockspäti"
3+
4+
# type of the event
5+
eventTypes = ["meetup", "party", "other"]
6+
7+
# max number of attendees
8+
capacity = 500
9+
10+
# Street address
11+
address = "Görlitzer Str. 52, 10997 Berlin"
12+
13+
# OSM/Google Maps URL
14+
mapUrl = "https://maps.app.goo.gl/x36xxzA55zPLSfmFA"
15+
16+
# Venue Description
617
description = '''
7-
c-base space station is a hacker space.
18+
A two- floor authentic Berlin spati in the heart of Kreuzberg.
819
'''
9-
photo = "logo.webp"
1020

21+
# Venue Photo or Logo
22+
photo = "logo.png"
23+
24+
# Venue Link
1125
[links]
12-
web = "https://c-base.org"
26+
web = "https://lu.ma/joinwebzero"

0 commit comments

Comments
 (0)