Task: Download Resume
Task Description: Implement functionality to download a resume when the resume button in the navbar is clicked.

Detailed Description
Ask ChatGPT
Download Resume
Objective
Implement functionality to download a resume when the resume button in the navbar is clicked.
Why It Matters
A portfolio website should make it easy for visitors to download the owner's resume. This task demonstrates handling file downloads with HTML and JavaScript.
What You Need To Do
- Identify the resume button in the navbar
- Add a resume file to the project (PDF format)
- Implement the download functionality using the
downloadattribute or JavaScript