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.
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.