Welcome to my personal portfolio website! This site showcases my work in Data Science, AI, and software development, featuring my latest projects and blog posts.
π Visit my portfolio
my-portfolio/
βββ assets/
β βββ css/ # Stylesheets (Bootstrap + Custom)
β βββ js/ # JavaScript files
β βββ images/ # Portfolio images
β βββ data/ # JSON data (projects)
βββ index.html # Main landing page
βββ LICENSE
βββ README.md
- Clone the repository: If you want to use this code to deploy your personal page, you can fork this repository and modify it according to your needs.
git clone https://github.com/roglz/my-portfolio.git
cd my-portfolio- Customize your portfolio:
- Update
index.htmlwith your name, bio, and links. - Modify
assets/data/projects.jsonto include your own projects. - Replace images inside
assets/images/. - Update styles in
assets/css/styles.cssif needed.
If you want to use GitHub Pages to deploy this project, consider following the official guide:
π GitHub Pages - Getting Started
This guide will walk you through the necessary steps to publish your site using GitHub Pages./yourusername.github.io/your-repo-name/
- HTML5, CSS3, JavaScript (ES6+)
- Bootstrap 5 (for layout & responsiveness)
- Google Fonts & FontAwesome (icons & typography)
- GitHub Pages (hosting)
- JSON Data Handling (project management)
This project is open-source under the MIT License.
Feel free to contribute, fork, or modify the project! If you like it, consider starring β the repo!