Skip to content

Bug: Fix social media link clickability in footer #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bhartik021 opened this issue May 27, 2023 · 2 comments
Open

Bug: Fix social media link clickability in footer #8

bhartik021 opened this issue May 27, 2023 · 2 comments
Assignees

Comments

@bhartik021
Copy link

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
Copy link
Author

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

@praveenscience
Copy link
Member

Amazing @bhartik021, this is yours! 💪🏻

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

@praveenscience praveenscience changed the title [GSSoC'23] BUG: Fix social media link clickability in footer Bug: Fix social media link clickability in footer May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants