A professional portfolio website showcasing my projects and skills as a software engineer.
.
├── assets/
│ ├── css/
│ │ └── styles.css
│ ├── documents/
│ ├── images/
│ │ ├── Profile.jpeg
│ │ └── projects/
│ │ ├── banking.jpg
│ │ ├── hackathon.jpg
│ │ └── thread-pool.jpg
│ └── js/
│ ├── components/
│ └── portfolio.js
├── index.html
├── Project_Page.html
└── README.md
- Responsive design using Bootstrap 5
- Project showcase with details and links
- Clean, modern UI with subtle animations
- Organized file structure for maintainability
- HTML5
- CSS3
- JavaScript
- Bootstrap 5
- Clone this repository
- Open
index.htmlin your browser to view the site locally
To make changes to the site:
- Edit HTML files for structural changes
- Modify
assets/css/styles.cssfor styling - Update JavaScript functionality in
assets/js/portfolio.js - Add new images to the appropriate folders in
assets/images/
Feel free to reach out with any questions or feedback!