Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Disha Thakurata's card information #3003

Merged
merged 1 commit into from
Oct 3, 2023
Merged
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
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2803,6 +2803,37 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ========= Tckry Card END ========= -->

<!-- ========= Disha Thakurata card START ========= -->
<div class="card">
<p class="name">Disha Thakurata</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/dishathakurata" target="_blank">Disha Thakurata</a>
</br>
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/DishaThakurata_" target="_blank">DishaThakurata_</a>
</br>
<i class="fab fa-github"></i>
<a href="https://github.com/dishathakurata" target="_blank">dishathakurata</a>
</p>
<p class="about">A first-year MCA (Masters of Computer Applications) student from India, who recently fall in love with coding, exploring and contributing to open-source projects and also making her own projects. I'm growing my interest in development world; also love to solve DSA problems in C++, and started learning Java and Python too.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="First Resource">MDN Web Docs</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="Third resource">W3Schools</a>
</li>
<li>
<a href="https://www.youtube.com/" target="_blank" title="Second Resource">Youtube</a>
</li>
</ul>
</div>
</div>
<!-- ========= Disha Thakurata card END ========= -->

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