Your Download is Starting

7

Your download will begin automatically in 7 seconds

What To Do Next

1

Customize Your Template

Once you've downloaded the template, you'll need to customize it with your own information.

How to customize:

  1. Extract the downloaded ZIP file to a folder on your computer
  2. Open the files in a text editor like VS Code, Sublime Text, or even Notepad
  3. Look for the index.html file - this is your main page
  4. Replace placeholder text, images, and content with your own
  5. Modify colors and styles in the CSS files if needed
Tip: Make a backup copy of the original files before making changes.
2

Deploy Using GitHub Pages (Free)

GitHub Pages offers free hosting for static websites directly from your GitHub repository.

How to deploy:

  1. Create a GitHub account if you don't have one
  2. Create a new repository named yourusername.github.io
  3. Upload your customized template files to this repository
  4. Go to repository Settings > Pages
  5. Select the branch to deploy (usually main or master)
  6. Your site will be available at https://yourusername.github.io
Tip: GitHub Pages updates your site automatically when you push changes.
3

Deploy Using Netlify (Free)

Netlify offers free hosting with more features like forms, serverless functions, and HTTPS.

How to deploy:

  1. Create a Netlify account (sign up with GitHub for easier integration)
  2. Click "New site from Git" and select your repository
  3. Configure build settings (usually not needed for simple HTML sites)
  4. Click "Deploy site"
  5. Your site will be live with a Netlify subdomain (example: your-site.netlify.app)
Tip: Netlify allows easy form handling without any backend code.
4

Configure a Custom Domain

Take your portfolio to the next level with a professional custom domain.

Setting up a custom domain:

  1. Purchase a domain from a domain registrar (see recommended providers below)
  2. In GitHub Pages or Netlify, go to the custom domain settings
  3. Enter your domain name and save
  4. Go to your domain registrar and update the DNS settings:
  5. For GitHub Pages: Create A records pointing to GitHub's IP addresses
  6. For Netlify: Either update nameservers or create CNAME record

Recommended Domain Providers:

Namecheap

Affordable pricing with free WhoisGuard protection

Visit Site
Google Domains

Simple interface with privacy protection included

Visit Site
Porkbun

Great pricing with free WHOIS privacy

Visit Site
Tip: Choose a domain name related to your name or profession for better personal branding.