Skip to content

Commit

Permalink
Merge pull request #4083 from unimaria/unimaria-card
Browse files Browse the repository at this point in the history
unimaria's card
  • Loading branch information
alsonick authored Jan 4, 2025
2 parents a837609 + 63c132c commit 8444e7d
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 @@ -115,6 +115,33 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- ________ unimaria card START ________ -->
<div class="card">
<p class="name">Maria</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/MariaTseytlin" target="_blank">MariaTseytlin</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/unimaria" target="_blank">unimaria</a>
</p>
<p class="about">Hey, I'm Maria! I'm a full-stack developer currently working on my master's thesis in NLP. Excited to start my contribution journey here 🤓</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.udemy.com/" target="_blank" title="Udemy - has the best courses">Udemy</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3 Schools">W3 Schools</a>
</li>
<li>
<a href="https://www.youtube.com/watch?v=8XJzdjhVrpw" target="_blank" title="A great video about when you shouldn't use boolean functions">The problem with boolean functions</a>
</li>
</ul>
</div>
</div>
<!-- ________ unimaria card END ________ -->

<!-- ________ Advait Desai Card START ________ -->
<div class="card">
<p class="name">Advait Desai</p>
Expand Down

0 comments on commit 8444e7d

Please sign in to comment.