Personal Portfolio

August 6, 2024 ยท View on GitHub

Static website made with HTML, CSS, JS and Bootstrap

Table of Contents

Demo

Demo

Installation

  1. Clone the repository:
    git clone https://github.com/ahsankhan26/personal-portfolio.git
    
  2. 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

  1. HTML: Update the content in the index.html file to reflect your personal information, projects, and contact details.
  2. CSS: Modify the styles in the style.css file to change the look and feel of your website.
  3. JavaScript: Add interactivity or functionality in the main.js file as needed.