Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahsankhan26/personal-portfolio

Portfolio website made using HTML, CSS, JS and Bootstrap.
https://github.com/ahsankhan26/personal-portfolio

bootstrap css html javascript portfolio portfolio-website

Last synced: 18 days ago
JSON representation

Portfolio website made using HTML, CSS, JS and Bootstrap.

Awesome Lists containing this project

README

        

# Personal Portfolio

Static website made with HTML, CSS, JS and Bootstrap

## Table of Contents

- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [Customization](#customization)

## Demo
[Demo](https://ahsankhan26.github.io/personal-portfolio)

## Installation

1. **Clone the repository:**
```bash
git clone https://github.com/ahsankhan26/personal-portfolio.git
```
2. **Navigate to the project directory:**
```bash
cd personal-portfolio
```

## Usage
Open the `index.html` file in your browser to view the site:
```bash
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.