Skip to main content

Quick Start Guide

Get your portfolio live in just a few minutes. This guide will walk you through the essential steps to customize the template with your information.
1

Download the Template

Download or clone the portfolio template to your local machine:
2

Open in Browser

Navigate to the template folder and open index.html in your web browser:
You should see the template with demo content.
3

Customize Your Information

Open index.html in your favorite text editor and start personalizing!

Essential Customizations

1. Update Your Profile

Replace the profile information in the sidebar (appears twice - desktop sidebar and mobile offcanvas):
What to update:
  • Replace images/sin.png with your profile photo path
  • Update the name in <h2> tags
  • Change the tagline in <p> tags
  • Update social media links with your profiles

2. Update Hero Section

Customize your main introduction (index.html:144-158):
Update the <h1> with your full name and the paragraphs with your professional title and bio.

3. Update Page Title and Meta Tags

Change the browser tab title and SEO information (index.html:5-27):

4. Add Your Profile Image

Replace the profile image:
1

Add your photo

Place your profile photo in the images/ folder (e.g., images/profile.jpg)
2

Update image paths

Search for images/sin.png in index.html and replace with your image path
3

Optimize the image

Recommended: Square image, at least 300x300px, under 200KB for fast loading

5. Update Contact Information

Update your contact details in the Personal Info section (index.html:180-186):
And in the contact section (index.html:444-460):

6. Configure WhatsApp Contact Form

The template includes a contact form that sends messages directly to WhatsApp. Update the phone number (index.html:559):
Make sure to include your country code without the + symbol. For example: 573229520608 for Colombia.

Quick Customization Checklist

Use this checklist to ensure you’ve updated all the essential information:
  • Profile image in sidebar and offcanvas
  • Your name in hero section
  • Professional title and bio
  • Page title and meta descriptions
  • Social media links (GitHub, LinkedIn, WhatsApp, Email)
  • Contact information (phone, email, location)
  • WhatsApp number in contact form script
  • About section bio
  • Favicon in images/favicon/ folder

Preview Your Changes

After making changes:
  1. Save index.html
  2. Refresh your browser (or use Cmd/Ctrl + Shift + R for hard refresh)
  3. Test all links and the contact form
  4. Check mobile responsiveness using browser DevTools
Use your browser’s DevTools (F12) to toggle device toolbar and preview how your portfolio looks on different screen sizes.

Next Steps

Once you’ve completed these basic customizations:

Add Your Projects

Replace demo projects with your actual work

Customize Colors

Change the color scheme to match your brand

Add Experience

Update work history and education

Deploy Online

Publish your portfolio to the web
For more detailed customization options, check out the Installation Guide for the complete file structure breakdown.