Make a mentor page that is linked to the backend that conforms to the mockup created (in the website shared folder)
Feature Branch: dev/mentor-page (linked)
1) Create seed data (hardcoded or in the seed data for the database)
2) Create a Mentor time card (where there are two mentors per hour, and there names are on them
2a) Ensure that the time cards are interactable, so that when people click on the name, info about the mentor can appear (use buttons or spans or divs for each mentor name)
3) Create default side card (contains all the mentors with names under what major they are in)
4) Create a mentor card, with each card holding info about the mentor (classes taken, times in the whole week, picture, etc.)
5) Create mentor calendar, with the dates at the top, as well as a filter feature, and populate it with all the mentors time cards that you have made.
Description
Make a mentor page that is linked to the backend that conforms to the mockup created (in the website shared folder) Feature Branch: dev/mentor-page (linked)