This is a portfolio website for my dad, featuring all his work from the over 30 years he spent in journalism. The site features an intuitive user interface for searching through a large volume of work.
The site can be found at: https://roestories.com/.
- Netlify: the site is hosted by netlify
- W3 Schools: The page linked here was referenced to make the slideshow on the homepage
- Unused file finder: Because there are so many files to manage, I created a tool for finding unused files in this repository by recursively searching folders and checking which files link to each other. The code for this is titled 'check_for_unused_files.py' in this repository and has been open sourced in a separate repository linked here with further information.