Personal Portfolio Website Microproject
Personal Portfolio Website Microproject
A Project Report On
Submitted by:
1. Jay Chavan
2. Soham Patil
3. Yash Kapse
4. Sumedh Ghumkar
Certificate
This is to certify that the following students of the Fifth Semester Diploma in Computer Engineering
of Sant Gajanan Maharaj Rural Polytechnic, Mahagaon, have successfully completed the
Microproject
titled "Personal Portfolio Website" under the guidance of Ms. Rohini Patil, during the academic year
Team Members:
1. Jay Chavan
2. Soham Patil
3. Yash Kapse
4. Sumedh Ghumkar
Table of Contents
1. Rationale
3. Literature Review
4. Proposed Methodology
5. Action Plan
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION, MUMBAI
6. Resources Required
7. Source Code
1. Rationale
A personal portfolio website is essential for showcasing skills, projects, and achievements in a
professional manner. This project enables students to learn and apply web development concepts
like HTML, CSS, and responsive design, equipping them with skills relevant to industry needs.
1. Develop and structure responsive web pages using HTML and CSS.
3. Literature Review
This project is inspired by industry-standard personal portfolios. It leverages HTML and CSS to
create dynamic and interactive websites, with tutorials from W3Schools and MDN Web Docs guiding
4. Proposed Methodology
1. Planning: Define sections like Home, About, Skills, Projects, and Contact.
5. Action Plan
|------|-----------------------------------|---------------------|
7. Source Code
HTML Code:
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
</head>
<body>
...
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION, MUMBAI
</body>
</html>
CSS Code:
body {
header {
background-color: #333;
color: white;