ATLBitLab / abbot

Abbot (ATL BitLab Bot)
https://atlbitlab.com/abbot
MIT License
2 stars 2 forks source link

Add team page #48

Closed bnonni closed 11 months ago

bnonni commented 11 months ago

We should have a page for our team in the abbot/frontend folder. Add a team page and include team member profile pictures and bios.

Func Requirements

Code Design Suggestions

Then down below in the <main> tag:

{
    members.map(member => <Member {...member} />)
}