Skip to content

Commit

Permalink
Added Card Information
Browse files Browse the repository at this point in the history
  • Loading branch information
bunny4502 committed Aug 2, 2024
1 parent 260fbb1 commit e30f039
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 @@ -122,6 +122,31 @@ <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 ========= -->

<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 e30f039

Please sign in to comment.