Assignment
Built a digital portfolio that showcases about you and your projects. The portfolio should be visually appealing and easy to navigate. It should include:
- A homepage that introduces you, your education, your work experience, and your skills.
- A work page that showcases your projects.
- A contact page that allows visitors to contact you.
- Topic: Digital Portfolio Website
- Tech Stack: (frameworks allowed)
- HTML
- CSS
- JavaScript
Deployment (Free)
Section titled “Deployment (Free)”- GitHub Pages
(Recommended) - Vercel
- Netlify
Submission
Section titled “Submission”- All files should be linked relative (e.g.,
<a href="./contact.html">). - The should be your desired file and folder structure:
/│── index.html│── work.html│── blog.html (optional) │── post.html│── contact.html│── /css│ │── main.css│ │── work.css│ │── contact.css│── /js│ │── main.js│ │── contact.js│── /img |── logo.png │── (all image assets)