-
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.
Merge pull request #8 from jhancock532/local-legends-cold-water-brunel
Add three more local groups to the site
- Loading branch information
Showing
3 changed files
with
76 additions
and
0 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,9 @@ | ||
{ | ||
"name": "Brunel Walking Group", | ||
"slug": "brunel-walking-group", | ||
"description": "Brunel Walking Group is for young(ish) people in the Bristol & Bath area who love getting outside on the weekend, enjoying our fantastic countryside and meeting like-minded people. Our focus is on walking (obviously!) but we also put on lots of social events, including regular pub nights.", | ||
"details": "", | ||
"tags": ["walking", "hiking"], | ||
"type": "Ad-hoc", | ||
"url": "https://brunelwalking.org.uk/" | ||
} |
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,34 @@ | ||
{ | ||
"name": "Ice Breakers Bristol", | ||
"slug": "ice-breakers-bristol", | ||
"description": "A growing community of men embracing cold water therapy and new conversation. ALL men welcome.", | ||
"details": "", | ||
"tags": ["cold water therapy"], | ||
"events": [ | ||
{ | ||
"name": "Sunday Morning", | ||
"time": { | ||
"frequency": "Weekly", | ||
"weekday": "Sunday", | ||
"start": "Jan 1, 1970 08:00", | ||
"end": "Jan 1, 1970 10:00", | ||
"details": "Runs every Sunday morning." | ||
}, | ||
"location": { | ||
"address": "Conham River Park, 53 Conham Hill, Hanham, BS15 3AW", | ||
"latitude": "51.445933", | ||
"longitude": "-2.535832", | ||
"googleMapsLink": "https://maps.app.goo.gl/kyHL3w8xbkuPJint7" | ||
}, | ||
"cost": { | ||
"sessionPrice": 0.00, | ||
"details": "Free to join." | ||
}, | ||
"booking": { | ||
"required": false | ||
}, | ||
"gender": "Men", | ||
"url": "https://www.icebreakers.uk/" | ||
} | ||
] | ||
} |
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,33 @@ | ||
{ | ||
"name": "Local Legends Run Club", | ||
"slug": "local-legends-run-club", | ||
"description": "A friendly, social run club meeting every Wednesday for a 5k run (rain or shine) and finishing with some great chats over drinks. All levels of runners are welcome. Feel free to join our WhatsApp group for more details and updates, linked below.", | ||
"details": "", | ||
"tags": ["running", "pubs"], | ||
"events": [ | ||
{ | ||
"name": "Wednesday Evening", | ||
"time": { | ||
"frequency": "Weekly", | ||
"weekday": "Wednesday", | ||
"start": "Jan 1, 1970 18:15", | ||
"end": "Jan 1, 1970 20:00", | ||
"details": "Runs every Wednesday evening." | ||
}, | ||
"location": { | ||
"address": "Local. 11-13 North St, Bedminster, BS3 1EN", | ||
"latitude": "51.441324", | ||
"longitude": "-2.602277", | ||
"googleMapsLink": "https://maps.app.goo.gl/rHKkPb8a9weccprn8" | ||
}, | ||
"cost": { | ||
"sessionPrice": 0.00, | ||
"details": "Free to join." | ||
}, | ||
"booking": { | ||
"required": false | ||
}, | ||
"url": "https://chat.whatsapp.com/KDnBv98pJFyGV1UXZkKzoC" | ||
} | ||
] | ||
} |