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

https://github.com/a7bari/portfolio_template

portfolio Template, ready to use
https://github.com/a7bari/portfolio_template

Last synced: 3 months ago
JSON representation

portfolio Template, ready to use

Awesome Lists containing this project

README

          

# Portfolio

## A simple portfolio template

**To view the demo:** [click here](https://ahbari-m.github.io/Portfolio_template/)

![pc](./demo/portfolio.gif)

## mobile vesion

![mobile](./demo/portfolio-mobile.gif)

## Features

- Modern UI Design + Reveal Animations
- One Page Layout
- Styled with Custom CSS
- Fully Responsive
- Valid HTML5 & CSS3

## How To Use

From your command line :

```
# Clone the repository
$ git clone https://github.com/Ahbari-M/Portfolio_template.git

# Move into the repository
$ cd portfolio

# Remove the current origin repository
$ git remote remove origin
```

After that, you can modify the portfolio as you like.

# Template Instructions:

**Go to `/source/index.html` and put your information, there are 5 sections:**

## 0- logo

- in ` `tag, add your logo inside `

`

## 1- HOME section

- put your custom portfolio `title`.
- Put your Social Media URL on each href attribute of the `` tags.
- On `` tag, fill the src property with your profile picture path, your picture must be located inside `source/src/img/` folder.

```html








```

## 2- ABOUT section

- On `` tag, fill the src property with your profile picture path, your picture must be located inside `source/src/img/` folder.
- put your `description` on `

` tag.
- On last `` tag, include your CV (.pdf) path on href property, your resume CV must be located inside `/source/img/` folder..

```html


ABOUT ME




```

## 3- PROJECTS section

- Each project lives inside a `div template` like :
- each project has `title, description and img`
- the image must be located inside `/source/img/` folder..

**Note :** you can add as many projects as you want as long as you respect the template below.

```html




first project title



Lorem ipsum dolor sit amet consectetur adipisicing elit. Iste autem velit cumque dignissimos voluptate, sit ipsum atque totam cum doloribus similique, eos libero, natus vero molestias minima nesciunt laborum excepturi minus fuga debitis veritatis dolore iure asperiores? Non dignissimos neque laboriosam est nulla iusto reiciendis fuga maxime, nisi molestiae beatae error! Sequi consectetur vitae necessitatibus ipsum minus molestias mollitia nisi, eos harum unde cumque! Ducimus maxime dicta nisi minima sequi.







```

## 4- SERVICES section

- add icon, title and description for your services

**Note :** you can add as many cards as you want.

```html


SERVICES




first service title


Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque modi ipsum cupiditate? In, temporibus dicta quia quae accusantium minus omnis!







sec service title


Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque modi ipsum cupiditate? In, temporibus dicta quia quae accusantium minus omnis!





third service title


Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque modi ipsum cupiditate? In, temporibus dicta quia quae accusantium minus omnis!




```

## 5- footer

- add content in `

` tag.
- Put your Social Media URL on each href attribute of the `` tags.
- You can delete or add as many`
` tags your want.

```html

Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem est repellat at eaque architecto similique numquam cupiditate!



© copyright 2022 Mohammed AHBARI





```

## image license

the image is taken from : [pexels](https://www.pexels.com/photo/looking-up-woman-wearing-blue-v-neck-top-1674752/)

[license](https://www.pexels.com/license/)