WORK IN PROGRESS: This site provides the user with groups of bank holidays for residents of the United Kingdom. The events are separated by location (England & Wales, Scotland, and Northern Ireland respectively) and filtered so that only future bank holidays will be displayed on the page.
The site is built using the 11ty static site generator and employs languages such as Markdown, JavaScript, and HTML. Styling elements are handled using the Bootstrap framework, with smaller sections modified using CSS.
The webpage is hosted using CloudFlare, and takes advantage of CloudFlare Workers to handle tasks such as the importing of JSON data from an external API, and displaying that content dynamically to the user based on their location within the UK (or defaulting to England & Wales if accessing the site from outside the UK).
The site should not require further maintenance, assuming that the GOV.uk API is updated with future bank holiday dates, the webpage and its workers will continue to filter and display them indefinitely.