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
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3154,6 +3154,35 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ aarifkhan7 card END ________ -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">ArpitaBhosale</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/your_user_handle" target="_blank">Your handle</a>
<i class="fab fa-github"></i>
<a href="https://github.com/arpitavbhosale" target="_blank">Your handle</a>
</p>
<p class="about">Tech enthusiast</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.youtube.com/watch?v=nu_pCVPKzTk" target="_blank" title="Youtube">Resource 1</a>
</li>
<li>
<a href="https://www.w3schools.com/cpp/default.asp" target="_blank" title="w3 school-C++">Resource 2</a>
</li>
<li>
<a href="https://www.codechef.com/practice/cpp" target="_blank" title="codeshef">Resource 3</a>
</li>
</ul>
</div>
</div>

<!-- ________ *TEMPLATE* Contributor card END ________ -->


<!-- ========= END ========= -->

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