Skip to content

Commit

Permalink
Merge pull request #3807 from VernSG/vern
Browse files Browse the repository at this point in the history
added my card
  • Loading branch information
theAravinthM authored Jun 10, 2024
2 parents 58600ca + 96c3812 commit 6e48b10
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,36 @@ <h2>A project for first-time contributions</h2>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<!-- ________ *TEMPLATE: jafurman* Contributor card START ________ -->
<div class="card">
<p class="name">Vern</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/VernSG" target="_blank">VernSG</a>
</p>
<p class="about">code for fun</p>
<div class="resources">
<p>like javascript</p>
<ul>
<li>
<a href="https://replit.com/" target="_blank" title="First Resource">Replit</a>
</li>
<li>
<a
href="https://www.coursera.org/courses?query=web%20development"
target="_blank"
title="Second Resource"
>
Coursera
</a>
</li>
<li>
<a href="https://copilot.microsoft.com/" target="_blank" title="Third resource">Copilot</a>
</li>
</ul>
</div>
</div>

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

0 comments on commit 6e48b10

Please sign in to comment.