Live preview: https://ivanperez9.github.io/
This is a static website, displaying information about myself, my projects, and ways to contact me. This website was built with plain HTML/CSS and some Javascript.
Feel free to fork this repository to make your own portfolio, and if you liked the repo, kindly support it by giving it a star ⭐!
- Multi-Page Layout (Support i18n)
- Styled with Bootstrap and Css with easy to customize
- Support dark and light theme
- Responsive look
Colors | Hex |
---|---|
Red | #f0575f |
Light Red | #facfd1 |
Light Blue | #A8DADC |
Dark Blue | #023047 |
Black | #000000 |
Just clone or Fork the repo and open index.html. However it would be a much better option to run a local http python server.
You can run one with: python3 -m http.server 1337
And then go to: http://localhost:1337/index.html