- Single-page navigation (About, Resume, Portfolio, Media)
- Responsive layout for all screen sizes
- Project showcase with GitHub links
- Embedded media posts (LinkedIn)
- Clean, minimal UI focused on content
- HTML5
- CSS3
- Vanilla JavaScript
.
├── index.html
├── assets/
│ ├── css/
│ ├── js/
│ └── images/
└── README.md
- Git must be installed on your system https://git-scm.com/downloads
git clone https://github.com/tsvlgd/<your-repo-name>.gitNavigate into the project directory:
cd <your-repo-name>Open index.html in your browser:
open index.html(or simply double-click the file)
You can modify:
index.htmlfor content and sectionsassets/css/style.cssfor stylingassets/images/to replace images with your own
No build tools or frameworks are required.
This portfolio is based on the open-source vCard template by codewithsadee.
- Original template repository: https://github.com/codewithsadee/vcard-personal-portfolio
The template has been heavily customized in terms of content, structure, and sections to suit my personal portfolio needs.
This project follows the MIT License, same as the original template.