Skip to content

Commit

Permalink
Matthew's card
Browse files Browse the repository at this point in the history
Add my card information
  • Loading branch information
mattcheng591 committed Sep 28, 2023
1 parent ea45b5d commit 882a259
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,36 @@ <h2>A project for first-time contributions</h2>

<!-- ========= Paste YOUR CARD directly BELOW this line ========= -->

<!-- ________ Matthew card START ________ -->
<div class="card">
<p class="name">Matthew Cheng</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/mattcheng591" target="_blank">My LinkedIn</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/mattcheng591" target="_blank">My GitHub</a>
</p>
<p class="about">
Hello, I am a Computer Science student at Oregon State University.
I hope to learn more about open source contribution!
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://neetcode.io/" target="_blank" title="First Resource">Neetcode</a>
</li>
<li>
<a href="https://www.theodinproject.com/dashboard" target="_blank" title="Second Resource">The Odin Project</a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Third resource">Stack Overflow</a>
</li>
</ul>
</div>
</div>
<!-- ________ Matthew card END ________ -->

<!-- ________ Arushi card START ________ -->
<div class="card">
<p class="name">Arushi Trivedi</p>
Expand Down

0 comments on commit 882a259

Please sign in to comment.