rpitv / glimpse

Monorepo for the RPI TV Glimpse project
MIT License
3 stars 1 forks source link

About page #21

Open robere2 opened 1 year ago

robere2 commented 1 year ago

The about page is where people can go to learn more about the club, it's history, and current membership.

Here is a potential mockup.

About-Page-Mockup-3

The video can be the intro video currently posted on the RPI TV YouTube channel, or something else if something better is created.

I experimented with a few different designs for the membership section, but this was the best I came up with. Profiles will eventually be clickable to open the member's profile, however that's not something which needs to be done for this issue.

Ideally, each member component and the spacing between them will be scaled such that there's always 1,2,3,6, or 12 profiles per row. Currently, our leadership team typically consists of 6 people, but this could change in the future, so being able to easily change the multiple of profiles per row would be a nice addition.

robere2 commented 1 year ago

API currently doesn't have a profile picture field for the Person type. We could just pick their first image, but I think it'd be best to get an actual profile picture field, and just don't add profile pictures for now, in my opinion.

robere2 commented 4 months ago

Being worked on bilaterally through the fix-issue-21 and person branches