Skip to content

Commit

Permalink
Merge pull request #3622 from stevexero/add-stevexero-card
Browse files Browse the repository at this point in the history
Steve Xero's card
  • Loading branch information
CandidDeer authored Mar 27, 2024
2 parents 4d44bc3 + baedec0 commit a04897d
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,34 @@ <h2>A project for first-time contributions</h2>

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

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<!-- ________ Steve Xero card START ________ -->
<div class="card">
<p class="name">Steve Xero</p>
<p class="contact">
<i class="fab fa-x-twitter"></i>
<a href="https://www.twitter.com/steve_xero" target="_blank">steve_xero</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/stevexero" target="_blank">Steve Xero</a>
</p>
<p class="about">Hey, I'm Steve! I am currently pursuing my BS in CS and deep diving into making the web accessible for everyone!</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://frontendmentor.io" target="_blank" title="Frontend Mentor">Frontend Mentor</a>
</li>
<li>
<a href="https://freecodecamp.org" target="_blank" title="Free Code Camp">FreeCodeCamp</a>
</li>
<li>
<a href="https://www.theodinproject.com/" target="_blank" title="The Odin Project">The Odin Project</a>
</li>
</ul>
</div>
</div>
<!-- ________ Steve Xero card END ________ -->

<!-- ________ stjepanDeveloperr card START ________ -->
<div class="card">
<p class="name">stjepanDeveloper</p>
<p class="contact">
Expand All @@ -145,7 +172,7 @@ <h2>A project for first-time contributions</h2>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card END ________ -->
<!-- ________ stjepanDeveloper card END ________ -->

<!-- ________ Abhishek card START ________ -->
<div class="card">
Expand Down Expand Up @@ -2943,4 +2970,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 a04897d

Please sign in to comment.