Create Team Section in About
Closed this issue · 0 comments
gavindizon commented
Task Summary
using, the branch feat-about-team
populate the team section using the data from team members data from Notion.
Steps
- Create
getTeam.js
atpages/api
- this is where you will be retrieving the Notion data. - Call the getTeam endpoint at
pages/about.js
and pass it as a propleads
in theTeam
component.
<Team leads={data}/>
- Style the
Team.js
atsections/About/
according to the screenshot below or you may refer to our Figma. (For mobile, 2 persons each row) - Populate all the remaining members at Notion and use a default image (or pm them with consent to use their facebook pfps) if they haven't provided any image yet.
Sample Screenshot
Other Notes
- You may refer to
pages/api/getMembershipEmails.js
for retrieving Notion data. - For now, do not include the social links yet.