GitHub - jmuconto/resume: Professional CV

1 min read Original article ↗

Interactive CV

A modern, interactive curriculum vitae with smooth animations and multi-language support.

Features

  • Interactive expandable sections
  • Multi-language toggle (EN/PT)
  • Print-optimized layout
  • Responsive design
  • Copy-to-clipboard contact info

Setup

  1. Fork this repository
  2. Create index_pt.html with Portuguese translation
  3. Enable GitHub Pages in repository settings
  4. Visit https://yourusername.github.io/repository-name

Files

├── index.html     # English version
├── index_pt.html  # Portuguese version (create this)
└── README.md      # This file

Customization

Edit index.html:

  • Update personal information in header section
  • Modify experience, projects, and skills sections
  • Customize colors in CSS variables

GitHub Pages Deployment

  1. Go to repository SettingsPages
  2. Select Deploy from a branch
  3. Choose main branch and / (root) folder
  4. Click Save

Your CV will be live at: https://yourusername.github.io/repository-name

Dependencies

  • HTMX (loaded from CDN)
  • Google Fonts (Inter)

No build process required - deploy directly to GitHub Pages.