A beautiful minimal and accessible portfolio template for Developers. Give it a star 🌟 if you find it useful.
To View the live site click here →
You'll need Git to be installed on your computer. ```
$ git clone https://github.com/nisarhassan12/portfolio-template ```
If you don't have Git installed or you don't like using the terminal then you can download the zip and extract that and open the extracted folder in the code editor of your your choice.
Go to
index.htmland fill your information.
In all of the places where you're supposed to fill your information you'll find HTML comments. As shown below just replace what is already in the opening and closing tags below the comment with your information.
Each div with class
work__boxrepresents a project, replace the contents of the all the tags with the information of your projects.
Portfolio Template
A free Open Source Portfolio for anyone to use for free.
- HTML
- SCSS
- JavaScript
- Parcel
<div class="work__links"> <a href="https://github.com/nisarhassan12/portfolio-template/blob/master/#" class="link__text"> Visit Site <span>→</span> </a> <a href="https://github.com/nisarhassan12/portfolio" target="_blank"> <img src="https://github.com/nisarhassan12/portfolio-template/raw/master/./images/github.svg" class="work__code" alt="GitHub"> </a> </div> </div> <div class="work__image-box"> <img src="https://github.com/nisarhassan12/portfolio-template/raw/master/./images/project-1.png" class="work__image" alt="Project 1"> </div>
For changing the screenshot: - first place the image in
images/folder and then in HTML replace the name in
srcwith the name of your image.
Place the logos of the clients and companies that you have worked with in
images/directory and then replace the name in
srcwith the name of your logos accordingly.
Make sure that you don't have whitespace on either side of the logos.
images/directory and then change the name in the src with your image name.
About Me
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos id nostrum illo harum blanditiis, tenetur eum suscipit cupiditate in vel, ex quam quidem quos mollitia labore aut sunt eius ratione molestiae fuga veniam facere similique voluptate.
My Resume<div class="about__photo-container"> <!-- Add a nice photo of yourself --> <img class="about__photo" src="https://github.com/nisarhassan12/portfolio-template/raw/master/./images/syed-ali-hussnain.jpg" alt=""> </div> </div> </div>
hrefanchor property and the text also.
Get in Touch
Are you looking for a fast-performing and user-friendly website to represent your product or business? or looking for any kind of consultation? or want to ask questions? or have some advice for me or just want to say "Hi 👋" in any case feel free to Let me know. I will do my best to respond back. 😊 The quickest way to reach out to me is via an email.
[email protected]
hrefattribute values to your profile URLs for all anchors.
footer__github-buttons.