Skip to content

Commit

Permalink
Merge pull request #3974 from DishankJha/your-name-card
Browse files Browse the repository at this point in the history
Add my card information
  • Loading branch information
ibrahimdevop21 authored Oct 24, 2024
2 parents c17cf90 + bb9f609 commit 378e950
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,33 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ Saqib's Contributor card END ________ -->

<!-- ________ Dishank's Contributor card START ________ -->
<div class="card">
<p class="name">Dishank Jha</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://x.com/DishankJha" target="_blank">@DishankJha</a>
<i class="fab fa-github"></i>
<a href="https://github.com/DishankJha" target="_blank">DishankJha</a>
</p>
<p class="about">I am learning web developement!</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://youtu.be/G3e-cpL7ofc?feature=shared" target="_blank" title="First Resource">Tutorial to learn html and css</a>
</li>
<li>
<a href="https://youtu.be/EerdGm-ehJQ?feature=shared" target="_blank" title="Second Resource">Tutorial to learn javaScript</a>
</li>
<li>
<a href="https://www.geeksforgeeks.org/tailwind-css/" target="_blank" title="Third resource">Documentation to learn tailwind css</a>
</li>
</ul>
</div>
</div>
<!-- ________ Dishank's Contributor card END ________ -->

<!-- ________ DxRavage's Contributor card START ________ -->
<div class="card">
<p class="name">DxRavage</p>
Expand Down

0 comments on commit 378e950

Please sign in to comment.