Recreate the individual department page as per the Figma design.
Please make everything on the page a 'component' from the YAML file that's later parsed and rendered from markdown into HTML with a custom component (an example could include stylizing the H1 into the website's style).
See the individual project page for an existing implementation.
Note that everything, including the team list, description, and other miscellaneous information, can not be hardcoded and must come directly from the YAML.
Reference the team member yamls to grab necessary information, as a previous issue aims to centralize it #50
This allows the website to have multiple, easily configurable team member lists, video embeddings, descriptions, and slides/external documents.
Keep in mind the mobile implementation of the page.
Recreate the individual department page as per the Figma design.
Please make everything on the page a 'component' from the YAML file that's later parsed and rendered from markdown into HTML with a custom component (an example could include stylizing the H1 into the website's style).
See the individual project page for an existing implementation.
Note that everything, including the team list, description, and other miscellaneous information, can not be hardcoded and must come directly from the YAML.
Reference the team member yamls to grab necessary information, as a previous issue aims to centralize it #50
This allows the website to have multiple, easily configurable team member lists, video embeddings, descriptions, and slides/external documents.
Keep in mind the mobile implementation of the page.