Hackerspace2023 / HackerSpace

Hackerspace: Our Coding Community Website. 🚀
https://hackerspace2023.github.io/HackerSpace/
MIT License
7 stars 19 forks source link

Members Section Updated #30

Closed youtanimstar closed 10 months ago

youtanimstar commented 10 months ago

Members Section #31

I have updated the members section by adding the names under the member's photo

Screenshot from 2023-10-12 16-43-54

and I also make them dynamic so that we can add any member easily by adding the member details to the data.js file

Screenshot from 2023-10-12 16-37-14

here I have created the data.js file in the data folder so that we can easily add any member's data to the website. in the members.js file, I have fetched the data stored in the data.js file and added the required HTML to the members section dynamically. Here is the final output

Screenshot from 2023-10-12 16-38-40

ShekharHans commented 10 months ago

Good job. :)