-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add spanish circle and dickens society
- Loading branch information
1 parent
e771dd6
commit ad2cebd
Showing
5 changed files
with
122 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "Bristol Spanish Circle", | ||
"slug": "bristol-spanish-circle", | ||
"description": "We've been promoting the Spanish language and Latin culture in Bristol since 1984. The Bristol Spanish Circle holds a varied program of talks, musical events and social evenings throughout the year.", | ||
"details": "Events include talks, presentations, music, magic and special events like the Christmas quiz and raffle. Most events are in Spanish, with some in English. After the main event, drinks and tapas are served during social time.", | ||
"tags": ["language", "culture"], | ||
"links": [ | ||
{ | ||
"type": "Website", | ||
"url": "https://www.spanishcirclebristol.com/" | ||
} | ||
], | ||
"events": [ | ||
{ | ||
"name": "Monthly Spanish Circle Event", | ||
"time": { | ||
"frequency": "Monthly", | ||
"weekday": "Friday", | ||
"start": "Jan 1, 1970 19:30", | ||
"end": "Jan 1, 1970 22:00", | ||
"details": "Usually held on the last Friday of the month. Main feature starts at 8pm." | ||
}, | ||
"location": { | ||
"address": "St Peter's Church Hall, The Drive, Henleaze, Bristol, BS9 4LD", | ||
"latitude": "51.485843", | ||
"longitude": "-2.607107", | ||
"googleMapsLink": "https://maps.app.goo.gl/iZNgbxb6GLg5Bbo18" | ||
}, | ||
"cost": { | ||
"sessionPrice": 5, | ||
"details": "£30 for annual subscription, half price for students - more details on the website." | ||
}, | ||
"booking": { | ||
"required": "Not required" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "Dickens Society", | ||
"slug": "dickens-society", | ||
"description": "Talks, costumed readings, book club and social events focused on the works of Charles Dickens. An annual membership fee of £20 provides access to all events.", | ||
"tags": ["books", "literature"], | ||
"links": [ | ||
{ | ||
"type": "Website", | ||
"url": "http://www.dickens-society.org.uk" | ||
}, | ||
{ | ||
"type": "Other", | ||
"url": "http://www.dickens-society.org.uk/meetings-programme.html", | ||
"text": "View the meeting programme" | ||
} | ||
], | ||
"events": [ | ||
{ | ||
"name": "Monday evening events", | ||
"time": { | ||
"frequency": "Monthly meetings on Monday evenings", | ||
"weekday": "Monday", | ||
"start": "Jan 1, 1970 19:00", | ||
"end": "Jan 1, 1970 22:00", | ||
"details": "Please check the website for specific meeting dates." | ||
}, | ||
"location": { | ||
"address": "Leonard Hall, Henleaze URC, Waterford Road, Bristol BS9 4BT", | ||
"latitude": "51.486407", | ||
"longitude": "-2.610420", | ||
"googleMapsLink": "https://maps.app.goo.gl/gai7bh6PViRY18Sd9" | ||
}, | ||
"booking": { | ||
"required": "Required", | ||
"details": "First become a member via the membership page on the website before attending." | ||
}, | ||
"cost": { | ||
"sessionPrice": 0, | ||
"annualPrice": 20, | ||
"details": "There is no cost for attending individual sessions, but there is an annual membership fee of £20 to join the group." | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters