Description
In the features overview section on the landing page, the third feature card ("Starter Code Included") renders its paragraph description ("Download a working template...") and the accompanying button link ("Get starter code") twice. This is a duplicate markup issue that stretches the card's height, making the features section grid uneven.
Current Behavior
Description paragraph and action link are repeated twice inside the "Starter Code Included" card.
Proposed Solution
- Open
src/templates/index.html.
- Locate the div with class
feature-card--purple (around lines 866-880).
- Delete the duplicated
<p> and <a> elements so the card only contains one copy of the description and CTA.
Implementation Guidance
- Modify
src/templates/index.html (lines 874-880).
Acceptance Criteria
Contributor Guidelines
Interested in working on this issue?
- Comment
/assign to request assignment.
- Wait until the issue shows you as the assignee.
- Create a new branch for your changes.
- Submit a Pull Request referencing this issue.
Please do not begin working on an issue already assigned to another contributor unless a maintainer confirms it is available.
Description
In the features overview section on the landing page, the third feature card ("Starter Code Included") renders its paragraph description ("Download a working template...") and the accompanying button link ("Get starter code") twice. This is a duplicate markup issue that stretches the card's height, making the features section grid uneven.
Current Behavior
Description paragraph and action link are repeated twice inside the "Starter Code Included" card.
Proposed Solution
src/templates/index.html.feature-card--purple(around lines 866-880).<p>and<a>elements so the card only contains one copy of the description and CTA.Implementation Guidance
src/templates/index.html(lines 874-880).Acceptance Criteria
Contributor Guidelines
Interested in working on this issue?
/assignto request assignment.Please do not begin working on an issue already assigned to another contributor unless a maintainer confirms it is available.