Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple single page portfolio which is easy to edit and easy to deploy (On Github pages and Netlify)
Simple-Portfolio is an open-source, single-page HTML portfolio template built with Tailwind CSS and Particles.js that lets developers showcase their skills, projects, and contact details with minimal editing effort. It takes your personal content — a profile photo, skill names and proficiency percentages, project links, and social media URLs — and turns it into a modern, animated website with hero, About, Skills, Projects, Tools, and contact sections. The template is maintained by CyberBoyAyush on GitHub and is designed to be edited directly in the index.html file with no complex build steps.
Simple-Portfolio is a free, open-source single-page portfolio template written in plain HTML, CSS, and JavaScript, with Tailwind CSS for responsive styling. You edit one file, index.html, and your changes produce a complete portfolio page that can be hosted on GitHub Pages or Netlify. Its core function is to provide a pre-built, animated personal portfolio that developers can customize and deploy in minutes, and it includes sections for hero, About Me, Skills, Projects, Tools I Use, and a Formspree-powered contact form.
https://formspree.io/f/your-form-id) to start receiving submissions.username.github.io.Clone the repository with git clone https://github.com/CyberBoyAyush/Simple-Portfolio.git, open index.html, and replace the placeholder content: swap profile.png for your own photo, update the <h1> heading and typing-effect paragraph, set skill names and their width percentages, edit each project card's links and tags, and replace your-form-id in the Formspree form action. Commit the changes and push to your repo, then enable GitHub Pages or connect Netlify to deploy the live site.
Yes. The template is open source and hosted on GitHub; you can fork, modify, and deploy it for free. The only third-party account you may need is a free Formspree account to receive contact-form submissions.
No build step. Everything is edited directly in index.html, and the page runs as plain static HTML, CSS, and JavaScript. This means you can deploy the folder as-is to any static host without a bundler or command-line build.
The hero section uses Particles.js for background particles and a typing effect for the title, along with CSS-based floating bubbles, smooth scrolling, and hover transitions. These all run client-side without a JavaScript framework.
The README explains both routes: on GitHub Pages, go to Settings > Pages and select the master (or main) branch with the / (root) folder; on Netlify, use the one-click Deploy button provided in the README. Both services offer free static hosting.
