A clean, single-page portfolio website template built with plain HTML and CSS. It includes a hero section, about, skills, projects, and a contact form, all in one responsive layout.
Open index.html in any browser, or deploy the repo with GitHub Pages to get a live link.
- Fixed navigation bar with smooth-scroll links to each section
- Hero section with a call-to-action button
- About section with a short bio
- Skills grid (Frontend, Backend, UI/UX, Tools)
- Projects grid to showcase your work
- Contact form (front-end only, no backend wired up yet)
- Fully responsive layout using a gradient theme
- HTML5
- CSS3
No frameworks, build tools, or dependencies. It runs directly in the browser.
developer-portfolio/
├── index.html # Page markup and content
├── style.css # Styling and layout
├── LICENSE
└── README.md
- Clone the repo:
git clone https://github.com/vikash-kun/developer-portfolio.git
- Open
index.htmldirectly in your browser, or use a local server (e.g. the VS Code Live Server extension) for auto-reload while editing.
To make this your own portfolio, edit index.html:
- Replace
John Doewith your name in the<title>and hero section - Update the About text with your own bio
- Edit the skills cards to match your actual skill set
- Replace the sample projects with your own, including links to live demos or repos
- Update the social links in the footer (GitHub, LinkedIn, Twitter/X)
- Adjust colors and fonts in
style.cssif you want a different look
- Go to the repo on GitHub, open Settings > Pages.
- Under "Build and deployment", set the source to the
mainbranch and/ (root)folder. - Save, and GitHub will publish the site at
https://vikash-kun.github.io/developer-portfolio/.
This project is licensed under the terms in the LICENSE file.