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

Title: Missing href Attribute in <a> Tag for Project Card->{aprenda-go-com-testes} #416

Open
nikhilchary129 opened this issue Aug 11, 2024 · 4 comments · May be fixed by #432
Open

Title: Missing href Attribute in <a> Tag for Project Card->{aprenda-go-com-testes} #416

nikhilchary129 opened this issue Aug 11, 2024 · 4 comments · May be fixed by #432

Comments

@nikhilchary129
Copy link

🐞 Problem

The <a> tag in the project card component is missing an href attribute. This omission prevents the card from functioning as a clickable link, thus not directing users to the intended project URL.

image

image

current code

<a class="Card-Real-Link" target="blank">
  <div class="Card-Header">
    <img class="Project-Logo" alt="the framework or language that the project is built upon" src="https://github.com/larien/aprenda-go-com-testes/blob/main/.gitbook/assets/red-green-blue-gophers-smaller.png">
    <p class="Card-Title">aprenda-go-com-testes</p>
  </div>
  <div class="Card-Body">
    <div class="Card-Tag">
      <div><p>go</p></div>
    </div>
    <div class="Card-Description">
      <p>learn easily and quickly</p>
    </div>
  </div>
  <div class="Card-Link">Go to Project</div>
</a>

🎯 Goal

The goal is to add the href attribute to the <a> tag so that the project card properly links to the project's URL. This enhancement will make the card functional, allowing users to navigate to the project by clicking on it. It is essential for improving user experience and ensuring that the card performs its intended purpose.

💡 Possible Solutions

  1. Add the href Attribute: Include the href attribute in the <a> tag with the appropriate project URL.

    <a class="Card-Real-Link" href="https://github.com/larien/aprenda-go-com-testes" target="_blank">

    Ensure the target attribute is correctly set to _blank to open the link in a new tab.

  2. Update Documentation: Verify that any related documentation or references are updated to reflect the change.

📋 Steps to Solve the Problem

  1. Comment below about what you've started working on.
  2. Add the href attribute to the <a> tag in the code.
  3. Commit your changes with a clear message.
  4. Push your changes to the repository.
  5. Submit a pull request and add this comment: Addresses #<put issue number here>.
  6. Ask for a review in the comments section of the pull request.
  7. Celebrate your contribution to this project! 🎉
@BRP-08
Copy link

BRP-08 commented Sep 2, 2024

Hey @nikhilchary129 if this issue is unassigned I would like to work on it

@nikhilchary129
Copy link
Author

sure go ahead
@BRP-08

@HimalayaSingh3
Copy link

Hello! I'd like to work on this issue!

@Joby-John
Copy link

Hi, if this is still open I'd like to resolve it

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

Successfully merging a pull request may close this issue.

4 participants