Skip to content

Commit

Permalink
Merge pull request #3005 from ojo4f3/your-name-card
Browse files Browse the repository at this point in the history
added new card
  • Loading branch information
CandidDeer authored Oct 3, 2023
2 parents 06539b9 + 2345284 commit d7b073b
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion 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 ========= -->

<!-- ========= Steven card START ========= -->
<div class="card">
<p class="name">Steven Crowther</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/pnml-S" target="_blank">@ojo4f3</a>
</p>
<p class="about">I am a college student learning about open source projects. I hope to make a meaningful contribution.</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_Docs</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="Second Resource">freeCodeCamp</a>
</li>
<li>
<a href="https://www.theodinproject.com/" target="_blank" title="Third resource">The Odin Project</a>
</li>
</ul>
</div>
</div>
<!-- ========= Steven Card END ========= -->

<!-- ________ Marco Scandrogio card START ________ -->
<div class="card">
<p class="name">Marco Scandroglio</p>
Expand Down Expand Up @@ -2854,4 +2879,4 @@ <h2>A project for first-time contributions</h2>
</div>
<script type="module" src="assets/script.js"></script>
</body>
</html>
</html>

0 comments on commit d7b073b

Please sign in to comment.