Skip to content

fornclakess/Resource-Card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Resource-Card

How to Contribute

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>

2. 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 >>>>> -->
            <!-- -------------------------------------------------- -->

3. Paste your code in between the comment lines

4. Add personal details and add links to resources under the Useful Dev Resources section

5. Make sure it works correctly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.0%
  • CSS 25.6%
  • JavaScript 12.4%