Skip to content

Commit

Permalink
Merge pull request #3880 from bunny4502/bunny4502-first-open-source-c…
Browse files Browse the repository at this point in the history
…ontribution

Added My Card Information
  • Loading branch information
ibrahimdevop21 authored Aug 4, 2024
2 parents f1319f9 + e30f039 commit 4065f2b
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 @@ -198,6 +198,31 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->

<div class="card">
<p class="name">Alex</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="www.linkedin.com/in/alexandra-alex-doyle" target="_blank">Alexandra Doyle</a>
<i class="fab fa-github"></i>
<a href="https://github.com/bunny4502" target="_blank">bunny4502</a>
</p>
<p class="about">I am a self-taught beginner, currently coding as a hobby but hoping to one day become a web developer. I hope to inspire more women to learn and try coding.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.codecademy.com/learn" target="_blank" title="First Resource">codecademy: can't recommend their lessons enough</a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Second Resource">Stack Overflow: the reddit of web development help</a>
</li>
<li>
<a href="https://www.color-hex.com/color-palettes/" target="_blank" title="Third resource">color-hex.com: great place to find different hex colors to use for your projects</a>
</li>
</ul>
</div>
</div>

<!-- ========= START ========= -->

<!-- ========= Card 1 START ========= -->
Expand Down

0 comments on commit 4065f2b

Please sign in to comment.