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

Duplicated element IDs in training page #50010

Open
sftim opened this issue Mar 5, 2025 · 2 comments · May be fixed by #50014
Open

Duplicated element IDs in training page #50010

sftim opened this issue Mar 5, 2025 · 2 comments · May be fixed by #50014
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. language/en Issues or PRs related to English language priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@sftim
Copy link
Contributor

sftim commented Mar 5, 2025

This is a Bug Report

You should read this if and only if you have not yet worked on an issue for k/website

Problem:

The training page uses the same element ID twice, which is invalid. This was caused by merging #49959.

Proposed Solution:

Change the second <div class="call-to-action" id="cta-certification"> to <div class="call-to-action" id="cta-kubestronaut">

This is a good first issue. Contributors who have already worked on an issue should look elsewhere for ways to help.
If you're new here: this is for you!

🛈 Click on the disclosure triangle or widget (next to “You should read this…”) to read the full issue description.

Page to Update:
https://k8s.io/training/

Additional Information:
/language en
/good-first-issue
/priority backlog
/kind bug
/triage accepted

@sftim sftim added the kind/bug Categorizes issue or PR as related to a bug. label Mar 5, 2025
@k8s-ci-robot

This comment has been minimized.

@k8s-ci-robot k8s-ci-robot added language/en Issues or PRs related to English language good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. priority/backlog Higher priority than priority/awaiting-more-evidence. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Mar 5, 2025
@sftim
Copy link
Contributor Author

sftim commented Mar 5, 2025

Want to get started on this? Head to https://kubernetes.io/docs/contribute/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. language/en Issues or PRs related to English language priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants