Skip to content

Commit

Permalink
Merge pull request #3786 from RacmanT/my-new-card
Browse files Browse the repository at this point in the history
My new card
  • Loading branch information
theAravinthM authored Jun 1, 2024
2 parents 070d4d7 + 4faa4a4 commit 205387b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,41 @@ <h2>A project for first-time contributions</h2>
<!-- Keep one line of space above and below your card -->
<!-- ========= Paste YOUR CARD directly BELOW this line ========= -->

<!-- ________ Donald's card START ________ -->
<div class="card">
<p class="name">Donald Duck</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/RacmanT" target="_blank">dduck</a>
</p>
<p class="about">
I like code. Simple code.
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.youtube.com/@TraversyMedia" target="_blank" title="Traversy Media">
Traversy Media
</a>
</li>
<li>
<a href="https://www.youtube.com/@Fireship" target="_blank" title="Fireship">Fireship</a>
</li>
<li>
<a
href="https://www.cs.cmu.edu/afs/cs/academic/class/15213-f15/www/index.html"
target="_blank"
title="Intro to Computer Systems"
>
Intro to Computer Systems
</a>
</li>
</ul>
</div>
</div>
<!-- ________ Donald's card END ________ -->

<!-- ________ *uepzuesContributor card START ________ -->
<div class="card">
<p class="name">Krimier Sanz</p>
Expand Down

0 comments on commit 205387b

Please sign in to comment.