Skip to content

Commit

Permalink
Merge pull request #3752 from tschanzvera/vera-card
Browse files Browse the repository at this point in the history
added new card with my(vera's) information
  • Loading branch information
theAravinthM authored May 13, 2024
2 parents 1a80af9 + d01ce03 commit dd3ef87
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,32 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ========= Card 12 END ========= -->

<!-- ========= Card 13 START ========= -->
<div class="card">
<p class="name">Vera</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/vera-tschanz-500258a2/" target="_blank">tschanzvera</a>
<i class="fab fa-github"></i>
<a href="https://github.com/tschanzvera" target="_blank">tschanzvera</a>
</p>
<p class="about">Student</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3Schools">W3Schools</a>
</li>
<li>
<a href="https://chat.openai.com/" target="_blank" title="ChatGPT">ChatGPT</a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Stack Overflow">Stack Overflow</a>
</li>
</ul>
</div>
</div>
<!-- ========= Card 13 END ========= -->
<!-- ========= END ========= -->

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

0 comments on commit dd3ef87

Please sign in to comment.