Skip to content
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

Bug Report: Non-clickable and Improperly Styled Links on Contact Page #284

Open
akshay0611 opened this issue Nov 16, 2024 · 0 comments · May be fixed by #285
Open

Bug Report: Non-clickable and Improperly Styled Links on Contact Page #284

akshay0611 opened this issue Nov 16, 2024 · 0 comments · May be fixed by #285
Labels
bug Something isn't working gssoc-ext

Comments

@akshay0611
Copy link

Describe the bug
The email and phone number on the Contact page are displayed as plain text, making them non-clickable and reducing usability. Additionally, when converted to links (mailto: and tel:), they default to the browser's blue link styling, which is inconsistent with the rest of the design.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Contact Us page.
  2. Look for the Email and Phone details.
  3. Notice that they are not clickable.
  4. If converted to clickable links, they appear blue with underlines, clashing with the design.

Expected Behavior

  1. The email should be a clickable link using mailto: to open the default email client.
  2. The phone number should be a clickable link using tel: to open the dialer.
  3. The links should inherit the existing text styling (color: #555) and avoid browser-default blue link styling or underline.

Screenshots Before
Email and phone displayed as plain text (not clickable):
Screenshot 2024-11-16 at 10 13 47 AM

Screenshots After Fix
Clickable links styled to match the page design:

After

Check List

  • [] I am contributing under GSSoC-ext
  • [] I am contributing under Hacktoberfest
  • [✅] I follow contribution guidelines

Additional Context
This issue impacts both usability (non-clickable links) and UI consistency (default blue styling of links). Fixing this ensures a seamless user experience and aligns the Contact page with the project's design language.

@akshay0611 akshay0611 added bug Something isn't working gssoc-ext labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gssoc-ext
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant