This assignment was carried out to showcase my understanding/skills, projects and contact information in a clean, organized manner, and a visually appealing layout by building a simple, responsive, accessible, and SEO-friendly portfolio webpage using only raw HTML5 and CSS.
- Semantic HTML: Properly structured with meaningful elements
- No Dependencies: Pure HTML/CSS
- Fully Responsive: Works on all device sizes from mobile to desktop
- Clean and beginner-friendly CSS
- Organized code with comments and best practices
- No external libraries or frameworks used #File Structure
portfolio/
├── index.html # Main HTML file
├── styles.css # Main CSS file
└── README.md # Documentation
- Header – Developer name and brief title
- Navigation – Links to page sections (About, Projects, Skills, Contact)
- About – Personal introduction paragraph
- Projects – highlighted work done
- Skills – Key technical abilities
- Contact – GitHub account
- Footer – Copyright information
- Clone or download the HTML file
- Open the file in any modern browser
- Edit content to reflect your own profile
- Optionally, split the CSS into an external file for scalability
The portfolio is tested and it works on:
- Chrome (latest)
- Edge (latest)
- Firefox (latest)
This project is open and available for anyone to use. Attribution is appreciated but not required.