Greg studied Art and Design here in York followed by Photography in Harrogate. His interest in print work developed about 10 years ago and he splits the emphasis of printmaking 50/50 across both mediums. Gregs work is predominantly reduction lino and silk screen prints, however he also will be displaying a few oil paintings on site too.
Venue 95
Second Floor, 56 Goodramgate, York, YO1 7LF
Access
Alleyway between Indian Restaurant and ’56 Gate shop’
There are steps within the venue Assistance dogs are welcome.
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/