Skip to content

adityamangal1/Bauddhik-Geeks.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 thid project directory 📁 ✔️

cd Bauddhik-Geeks/Welcome-to-Bauddhik-Geeks

4. Add a reference(remote) to the original repository ✔️

git remote add upstream https://github.com/Bauddhik-Geeks/Welcome-to-Bauddhik-Geeks.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 master

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 gihtub username in 👉 href ✔️

13. Replace 👉 {username} with your gihtub 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 65.5%
  • CSS 20.5%
  • JavaScript 13.0%
  • SCSS 1.0%