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

Added my card information in the index.html file. Please review and merge the changes. #2967

Merged
merged 2 commits into from
Sep 28, 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
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,38 @@ <h2>A project for first-time contributions</h2>

<!-- ========= Paste YOUR CARD directly BELOW this line ========= -->

<!-- ________ Arushi card START ________ -->
<div class="card">
<p class="name">Arushi Trivedi</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/arushi-trivedi-2757881b3/" target="_blank">My LinkedIn</a>
<i class="fab fa-github"></i>
<a href="https://github.com/arushitrivedi" target="_blank">My Github</a>
</p>
<p class="about">
Hi! I am an Engineering graduate.<br />
I have a keen interest in technology and its uses in the real world!<br />
I work on Frontend technologies.<br />
Now I'm trying my hand in open source!
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://codepen.io/" target="_blank" title="First Resource">Codepen</a>
</li>
<li>
<a href="https://devdocs.io/" target="_blank" title="Second Resource">Devdocs</a>
</li>
<li>
<a href="https://www.codeply.com/" target="_blank" title="Third resource">Codeply</a>
</li>
</ul>
</div>
</div>
<!-- ________ Arushi card END ________ -->

<!-- ________ Kiran's card START ________ -->
<div class="card">
<p class="name">Kiran Nair</p>
Expand Down
Loading