Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added My Name Card!
  • Loading branch information
sarthexe committed Sep 30, 2023
1 parent 4d9d7fd commit eb380da
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 @@ -108,6 +108,36 @@ <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 ========= -->
<!-- ________ Sarthexe Card START ________ -->
<div class="card">
<p class="name">Sarthak Maurya</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/sarthak-kumar-maurya-a03926242/" target="_blank">Sarthak Kumar Maurya</a>
<i class="fab fa-github"></i>
<a href="https://github.com/sarthexe" target="_blank">sarthexe</a>
</p>
<p class="about">
In my second year of college majoring in AI-ML.
Specializing in Frontend developer and is starting to go into more depth of development.
Starting to learn OpenSource and contributing.
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="Docs for open web techs like HTML,CSS,JS etc ">MDN Web Docs</a>
</li>
<li>
<a href="https://www.udemy.com/" target="_blank" title="One of the best sites for paid courses.">Udemy</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="For learning Web Development for free!">w3schools</a>
</li>
</ul>
</div>
</div>
<!-- ________ Sarthexe card END ________ -->

<!-- ________ Alexandre card START ________ -->
<div class="card">
Expand Down

0 comments on commit eb380da

Please sign in to comment.