-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
142 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# Portfolio Website Using Bootstrap | ||
|
||
This portfolio website was created to showcase my web development skills and projects while learning and enhancing my expertise in Bootstrap. The site features a clean, responsive design that highlights my work, services, and background. | ||
|
||
## Demo | ||
|
||
<img src="src/imgaes/portfolio_Bootstrap.png" /> | ||
|
||
## Features | ||
|
||
- **Landing Page**: Engaging landing page with a typing text effect. | ||
- **About Section**: A brief introduction about me and my skills. | ||
- **Portfolio Section**: A display of my projects with descriptions and links. | ||
- **Services Section**: An overview of the services I offer. | ||
- **Contact Section**: A user-friendly form for inquiries. | ||
- **Footer**: Essential links and information. | ||
- **Lightbox Integration**: A smooth gallery experience for viewing project images. | ||
- **Fully Responsive**: Optimized for various devices and screen sizes. | ||
|
||
## Technologies Used | ||
|
||
- HTML | ||
- CSS | ||
- Bootstrap | ||
- JavaScript (Lightbox library) | ||
- Fontawsome (installed via npm) | ||
|
||
## Usage | ||
|
||
Feel free to explore the website, download free e-books, and interact with the features. You can also modify the styles and contents as needed to make it your own. | ||
|
||
## Installation | ||
|
||
In order to customize this website, you need to install [Node.js](https://nodejs.org/en/). Then, clone this repository and run: | ||
|
||
1. **Clone the repository :** | ||
|
||
```bash | ||
git clone https://github.com/Harsh-v3/Portfolio_Bootstrap.git | ||
``` | ||
|
||
2. **Navigate to the project directory :** | ||
|
||
```bash | ||
cd Portfolio_Bootstrap | ||
``` | ||
|
||
3. **Install dependencies :** | ||
This will install Bootstrap, Sass and Font Awesome. To build your CSS files from Sass. | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
4. **Run :** | ||
|
||
```bash | ||
npm run compile:sass | ||
``` | ||
|
||
You can add Bootstrap variables to the `bootstrap.scss` file. You can look at the file `node_modules/bootstrap/dist/scss/_variables.scss` for a list of all the variables. Do NOT edit the `variables.scss` file directly, as it will be overwritten when you update Bootstrap. | ||
|
||
To add your own custom styles, use the `styles.scss` file. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! If you have suggestions for improvements or features, please fork the repository and submit a pull request. | ||
|
||
## Acknowledgments | ||
|
||
This website was fully developed by Harsh-v3 during the Bootstrap 5 Learning. I created this project to enhance my understanding of Bootstrap and SASS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters