ufssd / ufssd-website

Source for https://ufssd.org
MIT License
2 stars 1 forks source link

(Spike) Investigate adding an image carousel to the Landing page #19

Closed WillBAnders closed 6 months ago

WillBAnders commented 8 months ago

An image carousel is a standard approach for displaying multiple images (similar to a slideshow). Bootstrap's carousel is a decent example; there are many other variants online.

We want to use an image carousel for displaying SSD photos on the landing page, allowing us to showcase multiple pictures in a compact form.

Requirements

JavierM333 commented 8 months ago

Created HTML file that contains the code for the image carousel and added CSS styling to homeModule. It hasn't been implemented into the website, still need to figure out how to do that

Brian-Magnuson commented 8 months ago

Making a suggestion here since it seems the last commit made on this was 1 week ago:

This is the carousel I use for my own website. It's a react component you can download from npm. It also has its own demo: https://www.npmjs.com/package/react-responsive-carousel http://react-responsive-carousel.js.org/ image

WillBAnders commented 6 months ago

Resolved by Brian's research. See #31.