Skip to content

Commit

Permalink
Merge pull request #3861 from QianQiu0923/qianqiu-card
Browse files Browse the repository at this point in the history
added a new card
  • Loading branch information
CandidDeer authored Jul 29, 2024
2 parents 69e75bd + b6b2873 commit eb80ac1
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,32 @@ <h2>A project for first-time contributions</h2>
<!-- Keep one line of space above and below your card -->
<!-- ========= Paste YOUR CARD directly BELOW this line ========= -->

<!-- ________ qianqiu card START ________ -->
<div class="card">
<p class="name">qianqiu</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/QianQiu0923" target="_blank">QianQiu0923</a>
</p>
<p class="about">about you</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://github.com/codecrafters-io/build-your-own-x" target="_blank" title="First Resource">Great Github Repo</a>
</li>
<li>
<a href="https://www.keysight.com/us/en/learn/course.high-speed-oscilloscope-basics.html" target="_blank" title="Second Resource">Keysight high-speed oscilloscope basics</a>
</li>
<li>
<a href="https://www.circuitlab.com/" target="_blank" title="Third resource">Great online circuit simulator</a>
</li>
</ul>
</div>
</div>
<!-- ________ qianqiu card END ________ -->

<!-- ________ Ansh card START ________ -->
<div class="card">
<p class="name">Ansh Grover</p>
<p class="contact">
Expand All @@ -126,7 +152,7 @@ <h2>A project for first-time contributions</h2>
<i class="fab fa-github"></i>
<a href="https://github.com/Anshgrover23" target="_blank">@Anshgrover23</a>
</p>
<p class="about">👨‍💻 Passionate web developer focused on JavaScript</p>
<p class="about">Passionate web developer focused on JavaScript</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
Expand All @@ -142,6 +168,7 @@ <h2>A project for first-time contributions</h2>
</ul>
</div>
</div>
<!-- ________ Ansh card END ________ -->

<!-- ________ Emerson card START ________ -->
<div class="card">
Expand Down

0 comments on commit eb80ac1

Please sign in to comment.