Skip to content

rin071/rin071.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

License: MIT

Let's Git It 2026 – Personal Portfolio Template

Super simple one-page portfolio using plain HTML + CSS. Perfect for GitHub Pages 🚀

Quick Setup Guide (5 steps)

Step 1: Create Your Hosting Repo

  1. Go to GitHub and create a New Repository
  2. Name it exactly: your-username.github.io
    (replace your-username with your actual GitHub username)
  3. Set visibility to Public
  4. Click Create repository

Step 2: Clone the Template

  1. Go to https://github.com/fossmec/LetsGitIt2026

  2. Clone the repo to your computer:

    git clone https://github.com/fossmec/LetsGitIt2026.git
  3. Enter the folder:

    cd LetsGitIt2026

Step 3: Edit & Personalize

  1. Open index.html in VS Code (or any editor)
  2. Replace:
    • Your name
    • Bio / tagline
    • Social links / email / portfolio links
    • Optional: profile picture path
  3. Save the file

Step 4: Push to Your Hosting Repo

  1. Change the remote URL to point to your personal .github.io repo:
    git remote set-url origin https://github.com/your-username/your-username.github.io.git
  2. Stage, commit and push:
    git add index.html
    git commit -m "Initial portfolio launch"
    git push -u origin main

Step 5: Go Live 🎉

Your personal site should now be live!


Made with ❤️ for #LetsGitIt2026
Original template: fossmec/LetsGitIt2026

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages