Closed scorpiontornado closed 10 months ago
Also, get pictures for 2023 first year representatives
If anyone would like to make a pull request for this issue - please feel free. It can be addressed pretty quickly if you'd like to.
Might do it tmr, do you know where pics for the 1st year reps come from? Do I just dm them? @theawesomew
Making naming consistent depending on space available - "team", "the team", and "meet the team" (removing "our team").
Aks specifically asked me to remove sub-pages because it makes the UI more cluttered and less accessible (you have to search through the user interface for things rather than them being immediately obvious). So, we'll stick to the 'no sub menus' gig because we're never going to have so many pages that we can't just do that :)
@theawesomew how's the vertical centring of the subcom portfolio names/icons going?
Would probably be easy once we're using Reactstrap properly
Was really easy to centre them actually, just had to move d-flex align-items-center
from the subcom list col
to the parent row
(https://stackoverflow.com/a/42252877)
<div className="col-sm-8">
within the parent "row" div)