UTMIST / utmist2

This is version 2 of our website!
https://utmist.vercel.app
Apache License 2.0
0 stars 6 forks source link

Add the Team Page #50

Open awesominat opened 7 months ago

awesominat commented 7 months ago

Recreate the Team page as per the Figma design.

  1. Please create a global folder (in public/) for all team members that involves their names and pictures, making grabbing team members' pictures more efficient and consistent.
  2. Create a department and team member schema.
  3. Create another folder (in all-yaml) for all team members that contains yaml files (with the team member schema) with information such as name, positions, info, profile picture location, etc.
  4. Create a yaml file for each department, including info like their picture location, title, and desc.
  5. Use the same year filter logic present in the projects page
  6. Upon clicking any of the department pages, redirect the user to /departments/DEPT_NAME where DEPT_NAME is the lower case version of the department's name

Keep in mind the mobile implementation of the page.

awesominat commented 5 months ago

@Cali0707