swarnade / webdesign-switch

An Website Where Develop can Copy The Design Of Various Button And Implement It In Their Site
https://webdesign.swarnadeepsahapoddar.in/
8 stars 48 forks source link

🎉 Welcome to Web Button Designs! 🎊

An Open Source Website Where Developer's Can Get Pre-Designed Button's CSS Sheet .Just Can Copy the Design and Implement It

Project Repo
Project Website

Project Tech Stack

This project is built using the following technologies:

Button Adding Procedure

1.Create a CSS File

2.Paste The Code In HTML Document in Row Div

<div class="col-12 col-md-3 main-row">
  <div class=" box-main">
      <a href="https://github.com/swarnade/webdesign-switch/blob/main/{CSS File Link}">  
          <button id="{github-username}">Button </button>
      </a>
      <br />
      <p1 class="designed-by">{Name Of The Designer}</p1>
      <div>
          <a href="https://github.com/swarnade/webdesign-switch/blob/main/{Github Account Link}">
              <img src="https://github.com/swarnade/webdesign-switch/raw/main/assets/github.png" class="img-github">
          </a>
          <a href="https://github.com/swarnade/webdesign-switch/blob/main/{Linkdin Account Link}">
              <img src="https://github.com/swarnade/webdesign-switch/raw/main/assets/linkedin.png" class="img-linkedin">
          </a>
      </div>
  </div>
</div>

How to make a Pull Request?

Local installation Guide Video # - Guide

1. Fork the Repository

2. Clone Your Fork

  1. Create a Branch
    • Create a new branch:
      git checkout -b branch-name

4. Make Changes

5. Commit Changes

6. Push Changes

7. Create a Pull Request

8. Compare Changes

9. Create Pull Request

10. Review and Merge

- Wait for review and merge by repository maintainers.

11. Sync Your Fork (Optional)

- Periodically sync your fork:
  ```bash
  git fetch upstream
  git checkout main
  git merge upstream/main
  git push origin main
  ```

Congratulations! You've made your first contribution! 🙌🏼