This repository contains the source code for my personal portfolio website, a modern showcase of my experience, projects, and skills in the fields of Artificial Intelligence and Computer Vision.
- Modern design with gradients and visual effects
- Interactive animations inspired by neural networks
- AI-themed particle effects that respond to cursor movement
- Sections for experience, achievements, projects, personal information, and contact
- Fully responsive design for all devices
- Visual effects related to AI and computer vision
- HTML5
- CSS3 (with variables, animations, and transformations)
- Modern JavaScript
- Google Fonts for typography
- Particles.js for particle effects
- Font Awesome for icons
- Optimized WebP images for faster loading
portfolio/
│
├── index.html # Main site structure
├── assets/
│ ├── css/
│ │ └── styles.css # Visual styles and responsive design
│ ├── js/
│ │ └── main.js # Interactive functionality
│ └── img/ # Optimized images and favicon
└── README.md # Documentation
- Clone this repository:
git clone https://github.com/manuamest/portfolio.git- Navigate to the project directory:
cd portfolio- Open the
index.htmlfile in your favorite web browser
You can also use a local server for a better experience:
# With Python
python -m http.server
# With Node.js (requires http-server)
npm install -g http-server
http-serverThe site is fully adapted for different screen sizes:
- Desktop
- Tablets
- Mobile devices
- Project images are lazy-loaded and served as WebP.
- The hero image is preloaded because it is part of the first viewport.
- Images were optimized while keeping the original icon set and particle background.
If you'd like to contact me, you can do so through:
- Email: amestoymanu@gmail.com
- GitHub: manuamest
- LinkedIn: José Manuel Amestoy López
This project is available as open source under the terms of the MIT License.