A personal portfolio website showcasing my work, projects, and contact info. Built with HTML, CSS, and JavaScript.
| File / Folder | Description |
|---|---|
main.html |
The home / landing page of the portfolio. |
about.html |
About me section/page. |
projects.html |
Showcase of projects with images and descriptions. |
contact.html |
Contact section or page with form or contact details. |
blogs.html |
Blog section/page for portfolio articles or posts. |
*.css |
Stylesheets for each page (main.css, about.css, projects.css, blogs.css, etc.). |
*.js |
JavaScript files for interactive behavior on respective pages (including blogs.js). |
blogs.css |
Stylesheet for the blog section/page. |
blogs.js |
JavaScript for interactivity on the blog section/page. |
Images (.png, .jpg, .webp) |
Portfolio images, personal photo, header backgrounds, icons etc. |
- HTML5
- CSS3
- JavaScript (vanilla)
- Responsive layout / visuals with images
- Clean and modern design.
- Separate pages: Home, About, Projects, Contact, Blog.
- Use of visual media (images, backgrounds) to make portfolio more engaging.
- Interactive behaviors possibly via JS (e.g. menu toggles, smooth scrolling, etc.).
- Clone the repository:
git clone https://github.com/ProfASEM/MyProtofolio.git