Closed SatapasT closed 1 month ago
I've kept the footer component (the one that has MLH code of conduct on) inside the footer component, and the website "footer" I rather ambiguously just named "end" 😂 Should we just get rid of the old footer and replace it with this one?
Yes, probably, but that's an easy fix down the line
I have some unpushed commits for this branch - @SatapasT basically the carousel component is good, but it's too inflexible to be its own component. Since the images are hardcoded, it should be called 'GalleryCarousel' or something. For it to just be 'Carousel', it should be possible to 'slot in' images on a per-instance basis
The way that's usually done in React is by passing in children components - you can see an example once I've pushed commits
Cheers, I'll take a look when its pushed
Pull request for the Gallary, Guilds and Footer components