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

https://github.com/jitendragangwar123/portfolio-website

This is my portfolio-website.
https://github.com/jitendragangwar123/portfolio-website

bootstrap css html

Last synced: about 2 months ago
JSON representation

This is my portfolio-website.

Awesome Lists containing this project

README

          

# UI-Project-Portfolio
This is my portfolio web page.
## Files

| Filename | Description |
| -------- | ------------ |
| `index.html` | This file contains the main html code |
| `styles.css` | This file is used for styling the web page |
| `README.md` | This file contains all the files details |
| `index.js` | This is the javascript file for the web page |
| `assets` | This file contains all the images |

```Shell
git init
git add .
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/jitendragangwar123/Portfolio-Website.git
git push -u origin main
```