Skip to content

Commit

Permalink
chore: Add Ehtesham's contributor card to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ehte92 committed Jul 8, 2024
1 parent 76b114f commit 1c55717
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 @@ -2769,6 +2769,33 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- ________ *TEMPLATE: Ehtesham Contributor card START ________ -->
<div class="card">
<p class="name">Ehtesham</p>
<p class="contact">
<i class="fa-brands fa-github"></i>
<a href="http://github.com/ehte92" target="_blank">ehte92</a>
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/ehtesham-ansari92/" target="_blank">ehtesham-ansari92</a>
</p>
<p class="about">I am software developer and love to contribute to open source projects.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="First Resource">FreeCodeCamp</a>
</li>
<li>
<a href="https://www.youtube.com/c/javascriptmastery" target="_blank" title="Second Resource">JavaScript Mastery</a>
</li>
<li>
<a href="https://copilot.microsoft.com/" target="_blank" title="Third resource">Copilot</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- <<<<< Do not change anything below this line >>>>> -->
<!-- -------------------------------------------------- -->
</div>
Expand Down

0 comments on commit 1c55717

Please sign in to comment.