personal-portfolio
personal-portfolio copied to clipboard
Portfolio website made using HTML, CSS, JS and Bootstrap.
Personal Portfolio
Static website made with HTML, CSS, JS and Bootstrap
Table of Contents
- Demo
- Installation
- Usage
- Customization
Demo
Installation
- Clone the repository:
git clone https://github.com/ahsankhan26/personal-portfolio.git - Navigate to the project directory:
cd personal-portfolio
Usage
Open the index.html file in your browser to view the site:
open index.html
Customization
- HTML: Update the content in the
index.htmlfile to reflect your personal information, projects, and contact details. - CSS: Modify the styles in the
style.cssfile to change the look and feel of your website. - JavaScript: Add interactivity or functionality in the
main.jsfile as needed.