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
- Fork this repository
- Create
index_pt.htmlwith Portuguese translation - Enable GitHub Pages in repository settings
- 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
- Go to repository Settings → Pages
- Select Deploy from a branch
- Choose main branch and / (root) folder
- 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.