https://github.com/vidit-kushwaha/v1.portfolio
https://github.com/vidit-kushwaha/v1.portfolio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vidit-kushwaha/v1.portfolio
- Owner: Vidit-Kushwaha
- Created: 2023-01-30T14:05:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T07:26:22.000Z (about 2 years ago)
- Last Synced: 2025-04-12T21:59:15.131Z (about 2 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v1.portfolio
This is my first website's repository contains the source code for a simple web page built using HTML, CSS, JavaScript, and the Bootstrap library.
## Demo
You can visit the live website [here](https://portfolio.viditkushwaha.repl.co)
## Features
- Responsive design using Bootstrap
- Custom CSS styles
- Interactive elements with JavaScript## Getting Started
To get started with this project, follow these steps:
1. Clone this repository: `git clone https://github.com/Vidit-Kushwaha/v1.portfolio`
2. Open `index.html` in your favorite web browser.## Dependencies
This project relies on the following dependencies:
- [Bootstrap](https://getbootstrap.com/): A popular CSS framework.
Make sure to include the necessary CSS and JavaScript files in your HTML:
```html
```
## File Structure
```
├── index.html
├── styles.css
├── script.js
└── README.md
```## Contributing
Contributions are welcome! If you have any suggestions, bug fixes, or improvements, please submit a pull request.