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

Tyler Ren's card #3754

Closed

Conversation

rentianle2023
Copy link

Added my card inforamtion to index.html

Copy link
Collaborator

@CandidDeer CandidDeer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the following issues: target should remain "_blank", whereas the links need to be stated in href="". thx.

@CandidDeer CandidDeer self-assigned this May 14, 2024
@CandidDeer CandidDeer added the changes requested Contributor is requested to make the required changes label May 14, 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I highlighted what has been said in the previous comment.

<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="#" target="https://stackoverflow.com/" title="Stack Overflow">Stack Overflow</a>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="#" target="https://stackoverflow.com/" title="Stack Overflow">Stack Overflow</a>
<a href="https://stackoverflow.com/" target="_blank" title="Stack Overflow">Stack Overflow</a>

<a href="#" target="https://stackoverflow.com/" title="Stack Overflow">Stack Overflow</a>
</li>
<li>
<a href="#" target="https://leetcode.com/" title="Leetcode">Leetcode</a>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="#" target="https://leetcode.com/" title="Leetcode">Leetcode</a>
<a href="https://leetcode.com/" target="_blank" title="Leetcode">Leetcode</a>

<a href="#" target="https://leetcode.com/" title="Leetcode">Leetcode</a>
</li>
<li>
<a href="#" target="https://www.freecodecamp.org/" title="freeCodeCamp">freeCodeCamp</a>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="#" target="https://www.freecodecamp.org/" title="freeCodeCamp">freeCodeCamp</a>
<a href="https://www.freecodecamp.org/" target="_blank" title="freeCodeCamp">freeCodeCamp</a>

Copy link

This PR is stale because it has been 1 days with no activity. Update PR or this will be closed in 4 days.

@github-actions github-actions bot added the Stale label May 16, 2024
Copy link

This PR was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes requested Contributor is requested to make the required changes Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants