Skip to content

Bauddhik-Geeks/Resource-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resource-Finder

Knowledge is everywhere but in this modern world of so much knowledge it become difficult to gather it when you require it. Here's presenting to you all a website that will have all the useful Developer Resources which is made by you all, for all of us.

Knowledge is everywhere but in this modern world of so much knowledge it become difficult to acquire it. Here's presenting to you all , a website that will contain all the useful Developer Resources which is made by you all, for all of us.

Website: Resource-Finder

This repository is amintained by Bauddhik-Geeks with a vision to help developers and professionals.

github

What you can contribute?

You can share three useful Developer Resources with us and help us in creating a big collection of all the good developer resources.

How to Contribute?

It is just a cake-walk to contribute here. If you know Github and Git then it is cherry on the top else we are here to guide you.

  1. Copy the following code
          <div class="card">
                <p class="name">Your name</p>
                <p class="contact">
                    <i class="fab fa-twitter"></i>
                    <a href="https://www.twitter.com/" target="_blank">Your handle</a>
                </p>
                <p class="about">about you</p>
                <div class="resources">
                    <p>3 Useful Dev Resources</p>
                    <ul>
                        <li>
                            <a href="#" target="_blank" title="First Resource">Resource 1</a>
                        </li>
                        <li>
                            <a href="#" target="_blank" title="Second Resource">Resource 2</a>
                        </li>
                        <li>
                            <a href="#" target="_blank" title="Third resource">Resource 3</a>
                        </li>
                    </ul>
                </div>
            </div>
  1. Find the below given code snip in index.html file.
            <!-- ________*END TEMPLATE* Contributor card END ________  -->

            <!-- COPY everything ABOVE this, from contributor card start to end along with the "START" and "END" comment lines -->

                              PASTE HERE 

            <!-- <<<<< Do not change anything below this line >>>>> -->
            <!-- -------------------------------------------------- -->
  1. Paste your code in above the 'Do not change anything comment'
  2. Add personal details and add links to resources under the Useful Dev Resources section.
  3. Make sure it works correctly and here you are done!
  4. Commit your changes and start a pull request.

Thanks to all Contributors 🔥