Skip to content

--- ### Issue 2: Broken Resume Download Link on the Portfolio Page **Title:** ```text bug: "Download RESUME" button is a dead link on the Portfolio page #35

Description

@Adithyakp86

Describe the bug

On the Portfolio page (views/portfolio.ejs), the "Download RESUME" button has a href="#" link. Clicking it does not download a resume or link to any document, causing the page to jump back to the top instead.

To Reproduce

  1. Navigate to the /portfolio page.
  2. Scroll to the bottom of the page.
  3. Click the Download RESUME button.
  4. The page scrolls back to the top and the URL changes to /portfolio#.

Expected behavior

The button should trigger a download of a resume PDF/document, or point to a valid portfolio file.

Proposed Solution

  1. Place a placeholder PDF (e.g. resume-placeholder.pdf) in the /public/ directory.
  2. Update the anchor tag in views/portfolio.ejs to link to it:
    <a href="/resume-placeholder.pdf" class="btn" download>Download RESUME</a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions