Skip to content

Commit

Permalink
Merge pull request #3766 from elmarryusifli/master
Browse files Browse the repository at this point in the history
Adding a new card
  • Loading branch information
CandidDeer authored May 19, 2024
2 parents 1232a24 + bc919ca commit 21cb519
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 @@ -1025,6 +1025,33 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ========= Card 14 END ========= -->

<!-- ========= Card 15 START ========= -->
<div class="card">
<p class="name">Elmar Yusifli</p>
<p class="contact">
<a href="https://www.github.com/elmarryusifli" target="_blank">
<i class="fab fa-github"></i>
Elmar Yusifli
</a>
</p>
<p class="about">Enthusiastic enterprenuer</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="First Resource">StackOverFlow</a>
</li>
<li>
<a href="https://www.tutorialspoint.com/" target="_blank" title="Second Resource">Tutorials Point</a>
</li>
<li>
<a href="https://web.dev/learn/" target="_blank" title="Third resource">Learn Web Development</a>
</li>
</ul>
</div>
</div>
<!-- ========= Card 15 END ========= -->

<!-- ========= END ========= -->

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

0 comments on commit 21cb519

Please sign in to comment.