A simple personal portfolio website built to showcase projects, skills, and personal information.
This repository contains a static portfolio site made with HTML and CSS. It is lightweight, easy to edit, and ready to host on platforms like GitHub Pages, Netlify, or Vercel.
.
├── docs/
│ ├── index.html
│ ├── css/
│ │ ├── fanta.css
│ │ └── styles.css
│ └── public/
└── Readme.md
- Clone this repository.
- Open the project folder.
- Open
docs/index.htmlin your browser.
Update the following files to personalize the portfolio:
docs/index.html: main content (name, about section, projects, contact)docs/css/styles.css: main stylingdocs/css/fanta.css: additional or alternate stylesdocs/public/: images and static assets
To deploy quickly, you can use:
- GitHub Pages (recommended for static portfolios)
- Netlify
- Vercel
Use the docs/ folder as the publish directory when hosting.
This project is for personal use. You can adapt it for your own portfolio.