Static website made with HTML, CSS, JS and Bootstrap
- Clone the repository:
git clone https://github.com/ahsankhan26/personal-portfolio.git
- Navigate to the project directory:
cd personal-portfolio
Open the index.html
file in your browser to view the site:
open index.html
- HTML: Update the content in the
index.html
file to reflect your personal information, projects, and contact details. - CSS: Modify the styles in the
style.css
file to change the look and feel of your website. - JavaScript: Add interactivity or functionality in the
main.js
file as needed.