Skip to content

Commit

Permalink
Add spanish circle and dickens society
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 30, 2024
1 parent e771dd6 commit ad2cebd
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 13 deletions.
38 changes: 38 additions & 0 deletions data/groups/bristol-spanish-circle/details.json
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"
}
}
]
}
44 changes: 44 additions & 0 deletions data/groups/dickens-society/details.json
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."
}
}
]
}
4 changes: 4 additions & 0 deletions documentation/groups-to-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The following is a list of groups still to be added to the site. These groups ar

Board game social group - https://www.meetup.com/board-game-social/

https://www.socialheroesadventureclub.co.uk/ - requires adding support for "Monthly recurring membership cost", like the Dickens Society requires an annual membership fee display...

Review the groups listed in the following Local Voice magazine archive: https://issuu.com/keynshamvoice/

Women's Craft workshops at the Arnolfini, free, fridays 11am to 1pm

Writing meetup group - https://www.meetup.com/bristol-writing-meetup-group/
Expand Down
7 changes: 7 additions & 0 deletions src/components/GroupCard/GroupCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ const GroupLink = ({ link }: GroupLinkProps) => {
</>
);
default:
if (link.text) {
return (
<>
{link.text} <ExternalIcon />
</>
);
}
return (
<>
Go to the groups website <ExternalIcon />
Expand Down
42 changes: 29 additions & 13 deletions src/pages/more-resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,6 @@ export default function More() {
</Link>
</p>

<h2>The Bristol Index</h2>
<p>
Not recently updated, but some clubs listed are active and still
meeting.
</p>
<p>
<Link
url="https://www.bristolindex.co.uk/community-clubs.php"
external
>
Visit the Bristol Index
</Link>
</p>
<h2>University Student Union Groups</h2>
<p>
Students at the various universities in Bristol have access to a
Expand All @@ -132,6 +119,35 @@ export default function More() {
UoB Student Union Groups
</Link>
</p>
<h2>Local magazine advertisments</h2>
<p>
A range of groups are advertised in local magazines for
different areas of Bristol -{' '}
<Link url="https://issuu.com/keynshamvoice" external>
view an archive of Bristol Voice magazines here
</Link>
. Navigate to the &apos;What&apos;s On&apos; section to view
the group listings for that month.
</p>
<p>
If you find an exceptional social group you think would be a
great fit for this website, please{' '}
<Link url="/add-a-group">recommend it here!</Link>
</p>

<h2>The Bristol Index</h2>
<p>
Not recently updated, but some clubs listed are active and still
meeting.
</p>
<p>
<Link
url="https://www.bristolindex.co.uk/community-clubs.php"
external
>
Visit the Bristol Index
</Link>
</p>

<h2 id="community-groups">Community Groups</h2>
<p>
Expand Down

0 comments on commit ad2cebd

Please sign in to comment.