Skip to content

Commit

Permalink
Merge pull request #3955 from ishaanagw/patch-1
Browse files Browse the repository at this point in the history
Ishaan's Contact card
  • Loading branch information
ibrahimdevop21 authored Sep 22, 2024
2 parents 63e2e67 + 353906b commit e201cfc
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,34 @@ <h2>A project for first-time contributions</h2>
</ul>
</div>
</div>
<!-- ________ kartikey's card END ________ -->
<!-- ________ kartikey's card END ________ -->

<!-- ________ Ishaan's card START ________ -->
<div class="card">
<p class="name">Ishaan Agarwal</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://x.com/ishaan_agawal" target="_blank">ishaan_agarwal</a>
<i class="fab fa-github"></i>
<a href="https://github.com/ishaanagw" target="_blank">ishaanagw</a>
</p>
<p class="about">I am a working lawyer, transitioning to computers. Starting by learning HTML and Python.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.udemy.com/course/100-days-of-code/?couponCode=NVDIN35" target="_blank" title="Python 100 Days">Learn Python</a>
</li>
<li>
<a href="https://www.udemy.com/course/flutter-bootcamp-with-dart/?couponCode=NVDIN35" target="_blank" title="Dart and Flutter Bootcamp">Flutter Bootcamp</a>
</li>
<li>
<a href="https://www.deeplearning.ai/resources/" target="_blank" title="Machine Learning Yearning Book">Machine learning book</a>
</li>
</ul>
</div>
</div>
<!-- ________ Ishaan's card END ________ -->

<!-- ________ ebenezerraph's card START ________ -->
<div class="card">
Expand Down

0 comments on commit e201cfc

Please sign in to comment.