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

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

Responsive Portfolio Website Using HTML , CSS and JavaScript
https://github.com/pawantech12/portfolio-website

aos-animation bootstrap css css3 html javascript portfolio responsive-portfolio-website

Last synced: about 2 months ago
JSON representation

Responsive Portfolio Website Using HTML , CSS and JavaScript

Awesome Lists containing this project

README

        



![GitHub repo size](https://img.shields.io/github/repo-size/pawantech12/portfolio-website)
![GitHub stars](https://img.shields.io/github/stars/pawantech12/portfolio-website?style=social)
![GitHub forks](https://img.shields.io/github/forks/pawantech12/portfolio-website?style=social)


Responsive Portfolio Website

Responsive Portfolio Website using HTML, CSS, and JavaScript.

➥ Live Demo


### Desktop Preview

https://github.com/pawantech12/portfolio-website/assets/118673866/0322c419-a173-4aa9-a360-b09bd7bd24aa

### Prerequisites

Before you begin, ensure you have met the following requirements:

* You Should Know Basic or Intermediate of HTML ,CSS and JavaScript
* This website is developed by bootstrap 5 copy below code :
```

```

* JQuery CDN LInk :
```

```

* Bootstrap Icon :
```

```

### AOS Animation Library Installation

### Basic
Add Styles in `` :
```css

```
Add script right before closing `` tag, and initialize AOS :
```js

AOS.init();

```

### Using package managers

Install `aos` package:
* `yarn add aos@next`
* or `npm install --save aos@next`

Import script, styles and initialize AOS:
```js
import AOS from 'aos';
import 'aos/dist/aos.css'; // You can also use for styles
// ..
AOS.init();
```

In order to make it work you'll have to make sure your build process has configured styles loader, and bundles it all correctly.
If you're using [Parcel](https://parceljs.org/) however, it will work out of the box as provided.

### How to use it ?
1. Initialize AOS :
```js
// initializing AOS library
AOS.init({
duration: 1000,
offset: 50,
});
```

2. Set animation using `data-aos` attribute:
```


```

* For More Guidence Click on AOS Animation

### Project Contain

* Sticky Responsive Navigation Bar
* Hero Section
* Expertise section
* Skill Section with Progress Animation
* Working Portfolio Section
* Testimonial Section
* Blog Section
* Contact Section
* Footer Section
* Fully Responsive for all devices

### Font Family

* I have Used Google Fonts - Josefin Sans
```

```

### Run Locally

To run **Personal Portfolio** locally, run this command on your git bash:

Linux and macOS:

```bash
sudo git clone https://github.com/pawantech12/portfolio-website.git
```

Windows:

```bash
git clone https://github.com/pawantech12/portfolio-website.git
```

### Contact

If you want to contact with me you can reach me at [Instagram](https://www.instagram.com/codewithpawan/).

### License

This project is **Free To Use** and does not contains any license.