Skip to content

Commit

Permalink
Merge pull request #3606 from Florian-2/florian-card
Browse files Browse the repository at this point in the history
Florian's Card
  • Loading branch information
CandidDeer authored Mar 19, 2024
2 parents f5f5988 + ddff376 commit 12368f2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,36 @@ <h2>A project for first-time contributions</h2>
<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->
<!-- Keep one line of space above and below your card -->
<!-- ========= Paste YOUR CARD directly BELOW this line ========= -->

<!-- ________ Florian's card START ________ -->
<div class="card">
<p class="name">Florian</p>
<p class="contact">
<i class="fa-brands fa-linkedin"></i>
<a href="https://www.linkedin.com/in/florian-sicilia-dev" target="_blank">Florian Sicilia</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Florian-2" target="_blank">Florian-2</a>
</p>
<p class="about">Hey 👋, my name is Florian, and I'm a French front-end developer.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://dyma.fr/" target="_blank" title="First Resource">Dyma (in French)</a>
</li>
<li>
<a href="https://www.patterns.dev/" target="_blank" title="Second Resource">
Pattern JavaScript / Framework
</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="Third resource">MDN</a>
</li>
</ul>
</div>
</div>
<!-- ________ Florian's card END ________ -->

<!-- ________ *TEMPLATE: MAKE A COPY* Eman's card START ________ -->
<div class="card">
<p class="name">Eman</p>
Expand Down

0 comments on commit 12368f2

Please sign in to comment.