uclaacm / website

The official (award-winning) website for ACM at UCLA, the largest tech community on campus!
https://acm.cs.ucla.edu
Mozilla Public License 2.0
18 stars 20 forks source link

Update dev people section #687

Closed SamuelChua closed 1 month ago

SamuelChua commented 1 month ago

Overview

Addressed #685 "Feature request: Automate updating the people section on dev page"

By using the officer-parser.mjs script in scripts, it fetches the officer's data from this spreadsheet and populate it in the dev team's page under dev.js automatically. OfficerCard.js was edited to update the input fields compared to the old data/dev.js

Changed image size from 300x300 to 220x220 due to new photo requirements and centralize photo vertically and horizontally as shown below

image image image

Changes

components/OfficerCard.js

styles/components/OfficerCard.module.scss

pages/dev.js