An open-source, user-friendly, responsive, and accessible portfolio template for developers 🚀⚡
Give a star ⭐ if you find it useful. Visit site →
- Fully Mobile responsive.
- Supports light/dark theme.
- Built with a11y in mind.
- Modern design.
- Multiple sections.
- Sleek animations.
- Fast loads.
- SEO-optimized.
Please follow these three steps to make an awe-inspiring portfolio of your own.
If you have Git installed on your computer, you can clone or download the portfolio template by running the following command in your terminal.
git clone https://github.com/rohith-5/portfolio
Alternatively, click on this link to download it.
After you get the template please open it in the code editor of your choice.
You will find a file named index.html
Open it and follow the guidance inscribed within the comments to customize the template.
For example:
<!-- Update with your name -->
<title>Rohith Kurapati's Portfolio</title>
<div class="header-textbox">
<!-- Replace with your name & job title -->
<h1 class="h1">Hi, I'm Rohith Fullstack Developer</h1>
<!-- Add a small introductory paragraph about yourself -->
<p class="header-text">A MERN stack developer with experience in building responsive and user-friendly websites.</p>
</div>
Note: While editing the template, ensure you have updated all href
, img src
, and alt
attributes of links and images.
Watch this youtube video to learn how to deploy your version of the portfolio template to the web.