Skip to content

ui: remove duplicate text and links inside the 'Starter Code Included' feature card #1383

Description

@komalharshita

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

  1. Open src/templates/index.html.
  2. Locate the div with class feature-card--purple (around lines 866-880).
  3. 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

  • Paragraph text and "Get starter code" link are rendered exactly once within the card.
  • The features section cards maintain uniform height and spacing in the grid.

Contributor Guidelines

Interested in working on this issue?

  1. Comment /assign to request assignment.
  2. Wait until the issue shows you as the assignee.
  3. Create a new branch for your changes.
  4. 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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions