Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahsankhan26/personal-portfolio
- Owner: ahsankhan26
- Created: 2020-07-14T21:00:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T11:47:03.000Z (3 months ago)
- Last Synced: 2024-10-11T12:12:10.419Z (about 1 month ago)
- Topics: bootstrap, css, html, javascript, portfolio, portfolio-website
- Language: CSS
- Homepage: https://ahsankhan26.github.io/personal-portfolio/
- Size: 3.37 MB
- Stars: 84
- Watchers: 1
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.