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.
- Host: GitHub
- URL: https://github.com/jitendragangwar123/portfolio-website
- Owner: jitendragangwar123
- Created: 2022-09-12T17:37:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T18:48:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T05:42:44.683Z (over 1 year ago)
- Topics: bootstrap, css, html
- Language: HTML
- Homepage: https://jitendragangwar123.github.io/Portfolio-Website/
- Size: 2.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```