Skip to content

Commit

Permalink
Merge pull request #2967 from arushitrivedi/arushi-card
Browse files Browse the repository at this point in the history
Added my card information in the index.html file. Please review and merge the changes.
  • Loading branch information
CandidDeer authored Sep 28, 2023
2 parents 5bc5a08 + 7738166 commit ea45b5d
Showing 1 changed file with 32 additions and 0 deletions.
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

0 comments on commit ea45b5d

Please sign in to comment.