Skip to content

Colour Button Animation is a collection of Animated Buttons which you can use in your webpages or sites to make your button more attractive. 😍

License

Notifications You must be signed in to change notification settings

imaaquibali/Color-Button-Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Color-Button-Animation

Colour Button Animation is a collection of Animated Buttons which
you can use in your webpages or sites to make your buttons
more attractive. 😍

⚑️ Guidelines To Use

  1. To use this repository in your webpages or sites, First you have to fork this repository in your github account.

  2. Clone the repository from your account to local PC, so its available to you locally. Also, you can make changes in it.

  3. Go to your Desktop and open Git Bash and copy or manually type the code.

  4. First you have to go to Desktop and clone the repository

        cd Desktop/
    
  5. To clone this repository copy the code

        git clone https://github.com/AaquibAli/Color-Button-Animation.git/
    
  6. After clone the repository copy the code

        cd Color-Button-Animation/
    
  7. To open this repository in your VS Code Editor

        code .
    
  8. Congratulation πŸŽ‰ You can use this repository in your Webpages or Sites.

πŸ“ƒ Guidelines To Contribute

  1. Make sure to fork the repository, so it's available to your GitHub account, for further contributions as well as it state your contributions in it.

  2. Clone the repository from your account to local PC, so its available to you locally. Also, you can make changes in it.

        git clone https://github.com/<your-username>/<repo-name>
    
  3. Now, set the upstream so it make a "path of contribution" from your account's repo. (repository) to original repository.

       git remote add upstream https://github.com/<org-name>/<repo-name>.git
    
  4. After done with the changes in code, get ready to contribute, Excited ? 🀩

  5. Make your own branch by using following command:

        git checkout -b <branch-name>
    
  6. Now, you've to add the changes in that branch, you created just above.

        git add .
    
  7. Lets commit the changes, & earn "green square of the day".

        git commit -m "<message>"
    
  8. Now, just push the changes from your repo. to original repository.

        git push origin <branch-name>
    
  9. Once you've committed and pushed all of your changes to GitHub, go to the page for your fork on GitHub, select your development branch, and click the pull request button. If you need to make any adjustments to your pull request, just push the updates to GitHub. Your pull request will automatically track the changes in your development branch and update it.

πŸ€— Thanks for Reading πŸ€—

About

Colour Button Animation is a collection of Animated Buttons which you can use in your webpages or sites to make your button more attractive. 😍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published