Pallavibahekar / portfolio-page

my portfolio landing page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio-page

Hello Everyone, I am Omar Khan and this is my portfolio repository.

To contribute to this repo :

  • Click on the fork button.
  • Then clone this repository on your local device. The command for that is :
    git clone https://github.com/0marKhan/portfolio-page.git
    
  • Now create a new branch using :
    git checkout -b <your-branch-name>
    
  • Edit the code and make required changes
  • Use the following commands to save the code :
    git add -A
    git commit -m "<Comments regarding the commit>"
    
  • Finally push the code using :
    git push -u origin <your-branch-name>
    
  • Finally create a pull request and wait for your changes to get accepted

Happy Coding

About

my portfolio landing page


Languages

Language:CSS 49.3%Language:HTML 48.5%Language:JavaScript 2.2%