Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,32 @@ <h2 style="text-align: center">
</ul>
</div>
</div>
<div class="card">
<hr>
<p class="name">Aditya Verma</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">Interests and Hobbies: Web Development and Anime </p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<a href="https://cses.fi/problemset/" target="_blank" title="Suggest 1">
CSES
</a>
<p>The CSES Problem Set contains a collection of competitive programming practice problems. You can access the problems here.
</li>
<li>
<a href="https://www.anime-planet.com/anime/naruto-shippuden" target="_blank" title="Suggest 1">
Naruto Shippuden
</a>
<p>One of the best Anime so far that I have watched</p>
</li>
</ul>
</div>
</div>
<!-- ________ Contributor's Suggest END ________ -->
</header>
</body>
Expand Down