ShreyaPrasad1209 / Bauddhik-Geeks.github.io

Welcome to Bauddhik-Geeks Community Website πŸ‘¨β€πŸŽ“

Home Page:http://bauddhikgeeks.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bauddhik-Geeks.github.io πŸ‘¨β€

Sloan, the sloth mascot

Demo πŸ’»

ezgif-6-65a09f8d306a

How to become member? πŸŽ“

  • Join Bauddhik-Geeks Discord Server here
  • Create issue on this repo using the issue template
  • Add yourself here πŸ‘ˆ
  • For more detail click πŸ‘‰ how_to_become_member
  • 🎊 Hurray! You're a member of such awesome community πŸŽ‰

πŸ‘¨β€πŸ’» How to contribute πŸ‘¨β€πŸ’»

We would love to accept your contributions! To get started follow below guidelines: πŸ‘‡

1. Fork and give star ⭐ to this repository βœ”οΈ

2. Clone your forked copy of this Repository βœ”οΈ

git clone git@github.com:{username}/Bauddhik-Geeks.github.io.git

3. Navigate to the project directory πŸ“ βœ”οΈ

cd Bauddhik-Geeks.github.io

4. Add a reference(remote) to the original repository βœ”οΈ

git remote add upstream https://github.com/Bauddhik-Geeks/Bauddhik-Geeks.github.io.git

5. Check the remotes for this repository βœ”οΈ

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository) βœ”οΈ

git pull upstream main

7. Create a new branch βœ”οΈ

git checkout -b <your_branch_name>

8. Then open index.html file in your System βœ”οΈ

9. Add yourself as a contributors of Bauddhik Geeks on the website in contributors section βœ”οΈ

10. Find the below code on website βœ”οΈ

Screenshot (502)

11. Copy and Paste these 4 lines again below the previous contributor one code below the div tag on 5728 line βœ”οΈ

<div class="contributor-profile">
  <a href="https://github.com/{username}"><div class="contributor-github-logo"></div></a>
  <img class="contrib-profile-image" src="https://github.com/{username}.png" >
</div>

12. Replace πŸ‘‰ {username} with your github username in πŸ‘‰ href βœ”οΈ

13. Replace πŸ‘‰ {username} with your github username in πŸ‘‰ src βœ”οΈ

  • Like this πŸ‘‡ πŸ‘‡ πŸ‘‡

Screenshot (503)

  • Done πŸŽ‰

Thank you Note

We thank each and every individual who has joined us or will join for this mission to help folks around the world to achieve their dreams. πŸ‘¨β€

Sloan, the sloth mascot

About

Welcome to Bauddhik-Geeks Community Website πŸ‘¨β€πŸŽ“

http://bauddhikgeeks.tech

License:MIT License


Languages

Language:HTML 65.5%Language:CSS 20.5%Language:JavaScript 13.0%Language:SCSS 1.0%