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

cassidy's card #2971

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

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

<!-- ________ Cassidy card START ________ -->
<div class="card">
<p class="name">Cassidy Williams</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/willicassi" target="_blank">willicassi</a>
</p>
<p class="about">I am a CS student exploring open source.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.codecademy.com/" target="_blank" title="First Resource">Codecademy</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="Second Resource">FreeCodeCamp</a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Third resource">StackOverflow</a>
</li>
</ul>
</div>
</div>
<!-- ________ Cassidy card END ________ -->

<!-- ________ Arushi card START ________ -->
<div class="card">
<p class="name">Arushi Trivedi</p>
Expand Down