Jan-Fcloud / hacktoberfest-2023-participants

⭐ Take part in Hacktoberfest 2023 by adding yourself to this website and by contributing your own web projects and updates ⭐
https://jan-fcloud.github.io/hacktoberfest-2023-participants/
MIT License
6 stars 10 forks source link

Layout changer from "full" to "compact" #4

Closed Jan-Fcloud closed 9 months ago

Jan-Fcloud commented 9 months ago

Preparations

I have prepared a button which changes the "layout-type" attribute under the element with the id "contributors" from "full" to "compact".

contributors.html (html):

contributors.html (javascript):

main.css (css):

Idea

The idea is to make a toggleable layout switcher so instead of the cards for the participants being full width, we would make the width smaller so more cards can fit in one row and optionally also either hide or change the look of the information about the developer.

Virtual4087 commented 9 months ago

Can you assign this to me?

Virtual4087 commented 9 months ago

Should the default layout be full or compact?

Jan-Fcloud commented 9 months ago

Issue implemented by @Virtual4087

Thank you for participating, happy Hacktoberfest!