inland-empire-software-development / landing

Landing page for IESD
MIT License
4 stars 2 forks source link

UI Fix - Events section #5

Open johnathantng opened 5 years ago

johnathantng commented 5 years ago

The events section is a bit cluttered.

lloan commented 5 years ago

I agree. Since we're using Bootstrap, we should stick to the components provided by BootStrap.

Here is a link to the card component -> https://getbootstrap.com/docs/4.3/components/card/

We could use this for each event that is pulled from the Meetup.com API.

Building off your first point, we could have a horizontal carousel, slides from right to left, showing the latest event first. OR we could have the first row be the latest events and have a -show more- link below that row, centered. Once the user clicks it, another row is 'lazy loaded' - providing the user with more information about past events.