Mark Armistice Day with a powerful and moving evening that brings history vividly to life through the authentic voices of those who were there. Combining spoken word, live music and film, this unique performance shares the real-life experiences of D-Day veteran Ken Smith, celebrating courage, resilience and humanity. Presented in the intimate surroundings of medieval Bedern Hall, the evening offers an opportunity to pause, reflect and remember the generation whose sacrifices helped shape the world we live in today.
Proceeds from the event will support the ongoing preservation of Bedern Hall.
/**
* 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
*/