Skip to content

Commit

Permalink
Merge pull request #2979 from jgf-osu/jason-ferrell-card
Browse files Browse the repository at this point in the history
Jason Ferrell's card
  • Loading branch information
CandidDeer authored Sep 30, 2023
2 parents ffd18ca + 00f51c4 commit 49ff36a
Showing 1 changed file with 25 additions and 0 deletions.
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 ========= -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Jason Ferrell</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/jgf-osu" target="_blank">jgf-osu</a>
</p>
<p class="about">Hello, I'm contributing to this project!</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://projecteuler.net/" target="_blank" title="A website for practicing programming">Project Euler</a>
</li>
<li>
<a href="https://docs.python.org/" target="_blank" title="Official documentation for the Python programming language">docs.python.org</a>
</li>
<li>
<a href="https://www.gnu.org/software/emacs/" target="_blank" title="You don't actually need any other software">GNU Emacs</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

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

0 comments on commit 49ff36a

Please sign in to comment.