CatsInTech / GitHub-ReadMe

This is a React Project where you can customise your GitHub ReadMe with all the available cool things.
http://githubreadme.co/
MIT License
52 stars 90 forks source link

Bug: Fix social media link clickability in footer #8

Open bhartik021 opened 1 year ago

bhartik021 commented 1 year ago

This commit addresses the bug reported in Issue [GSSoC'23]. Previously, the social media links in the footer were not clickable, rendering them non-functional. The issue has been resolved by implementing a fix that enables users to click on the social media links and be redirected to the respective social media profiles.

The bug was caused by missing anchor tags or incorrect HTML attributes in the footer section of the website. Upon investigation, it was found that the necessary anchor tags were not present or the href attributes were incorrect, resulting in the links being unclickable.

To fix this, the HTML markup in the footer has been modified to include proper anchor tags with correct href attributes. Additionally, relevant CSS styles have been adjusted to ensure the links are visually distinguishable and appear clickable to users.

This fix has been thoroughly tested on different devices and browsers to ensure cross-compatibility. Users should now be able to easily access and navigate to the social media profiles linked in the website footer.

Please review and merge this commit to resolve the bug and restore the functionality of the social media links in the footer.

screencapture-githubreadme-co-project-details-html-2023-05-27-12_33_49

bhartik021 commented 1 year ago

@praveenscience please assign this issue to me under gssoc'23

praveenscience commented 1 year ago

Amazing @bhartik021, this is yours! 💪🏻

Why did you mention GSSoC 23? I specifically asked folks not to mention it right?