CyberCellGu / CyberCell

🧑‍💻Open source Community Website for Cybersecurity Enthusiasts.
https://cybercell.netlify.app/
8 stars 27 forks source link

FIx UI Bugs and make responsive #18

Open MSami625 opened 1 year ago

vishnu552 commented 1 year ago

in website's navbar we should use react router ,you are using anchor tag for navigate from one page to another .this will make website reload every time when you click on navlinks. if you want use react-router ,you can assign me.i would like to resolve this issue.

MSami625 commented 1 year ago

Ok , for the games and hacktivists nav links you can use Link component but for other nav links use id's as everything is present on landing page. So if you click on them it will scroll to its respective section e.g about us section

MSami625 commented 1 year ago

i am creating another issue you can start work there.

HariKrishna-28 commented 1 year ago

Hi there. I would like to contribute, are there any specific components that needs working??