Prerequisites
All you need is a web browser and optionally a local development server for a better experience.No installation or build process required! This is a pure static website that runs directly in the browser.
Quick Setup
Clone the Repository
Open your terminal and clone the repository:Or download the ZIP file from GitHub and extract it to your preferred location.
Open in Browser
You have several options to view the portfolio:
- Direct File
- VS Code Live Server
- Python Server
- Node.js
Simply double-click
index.html to open it in your default browser.Explore the Portfolio
Navigate through all sections to see the features:
- Home - Animated SVG character and particle effects
- Skills - Toggle between circular and bar chart views
- Projects - Expand project cards to see details
- Contact - Try the contact form validation
Project Structure
Here’s a quick overview of what’s in the project:Key Features to Try
Particle Background
Animated particles that bounce around the hero section
Interactive SVG
The face follows your mouse movements
Drawing Canvas
Draw your greeting on the interactive canvas
Skills Toggle
Switch between circular and bar chart views
Common Customizations
Here are the most common things you’ll want to customize:| What to Change | File | Line(s) |
|---|---|---|
| Your name | index.html | 29, 68 |
| Profile description | index.html | 71-72 |
| Skills and percentages | index.html | 122-190 |
| Projects | index.html | 256-404 |
| Social media links | index.html | 470-489 |
| Primary color | css/estilos.css | 11 |
For detailed customization instructions, see the Customization Guide.
Testing Your Changes
After making edits, verify everything works:Navigation
Navigation
Animations
Animations
- Particle background animates
- SVG face responds to mouse
- Canvas drawing works
- Skill circles animate on load
- Project cards expand/collapse
Forms
Forms
- Contact form shows validation errors
- Success message displays after submission
- All form fields are accessible
Responsive Design
Responsive Design
- Desktop view (1920px+)
- Tablet view (768px - 1024px)
- Mobile view (320px - 767px)
- All content readable and accessible
Next Steps
Detailed Setup
Learn about configuration options and troubleshooting
Customize Content
Update your information, projects, and skills
Modify Styles
Change colors, fonts, and visual design
Deploy Online
Publish your portfolio to the web
Need Help?
Portfolio won't load
Portfolio won't load
Make sure you’re using a local server instead of opening the file directly. Some browsers restrict features when files are opened using the
file:// protocol.Animations not working
Animations not working
Check your browser console (F12) for JavaScript errors. Ensure all files are in the correct locations relative to
index.html.Styles look broken
Styles look broken
Verify that:
css/estilos.cssis in the correct location- The Tailwind CSS CDN link is working (internet connection required)
- No browser extensions are blocking CSS