Clone of Barbados Workshop 2024.
Download the CSV from here. Run the following command:
python3 scripts/load_participant.py \
--input_file data/participant.csv \
--output_file participant.htmlThis script checks whether an image exists in assets/participants for each participant.
Each image should use the naming scheme {first_name}_{last_name}.* where first_name and last_name are all lowercase (and correspond to a record in the CSV).
Last names consisting of multiple words are delimited by -.
GitHub pages points to the main branch. Any new commits to this branch will trigger a deployment.