Skip to content

Commit

Permalink
Merge pull request #3805 from Itamar-Dalal/main
Browse files Browse the repository at this point in the history
add card
  • Loading branch information
CandidDeer authored Jun 10, 2024
2 parents 408362f + 7c13604 commit e9220eb
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 @@ -111,6 +111,33 @@ <h2>A project for first-time contributions</h2>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Yonatan Sagi</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/ita_da_pita" target="_blank">ita_da_pita</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/Itamar-Dalal" target="_blank">Itamar-Dalal</a>
</p>
<p class="about">Just Learning :)</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://stackoverflow.com" target="_blank" title="Stack Overflow">Stack Overflow</a>
</li>
<li>
<a href="https://developer.mozilla.org/" target="_blank" title="Mozilla MDN">Mozilla MDN</a>
</li>
<li>
<a href="https://learn.microsoft.com" target="_blank" title="Microsoft MSDN">MSDN</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
Expand Down

0 comments on commit e9220eb

Please sign in to comment.