Minimalist personal website showcasing AI research and engineering work.
- Pure HTML/CSS/JavaScript
- Self-hosted infrastructure
- Formspree for contact form
# Clone repository
git clone https://github.com/fedeparg/fpardo-web.git
cd fpardo-web
# Serve locally
python3 -m http.server 8000
# or
npx serve
# Open http://localhost:8000fpardo-web/
├── index.html # Main page
├── style.css # Styles
├── script.js # Interactions
├── assets/
│ ├── perfil.jpg
│ └── cv_federico_pardo.pdf
└── README.md
Personal project.
Live Site: https://fpardo.net
Contact: federico.pardog@gmail.com