DevrajDC / Resource-Card

Looking for Resources? Let me help you, Clink on the link below!

Home Page:https://bauddhikgeeks.tech/Resource-Card/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resource-Card

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.

Website: Resource-Card

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

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.

Our Contributors

πŸŽ‰ Thanks for contributing to the Resource-Card πŸŽ‰

Happy contributing!

About

Looking for Resources? Let me help you, Clink on the link below!

https://bauddhikgeeks.tech/Resource-Card/


Languages

Language:HTML 82.1%Language:CSS 11.8%Language:JavaScript 6.1%