Skip to content

Commit

Permalink
Added my card information
Browse files Browse the repository at this point in the history
  • Loading branch information
Aylee-Shomali committed Sep 28, 2023
1 parent ea45b5d commit 74dd9e4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,35 @@ <h2>A project for first-time contributions</h2>

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

<!-- ________ Aylee's card START ________ -->
<div class="card">
<p class="name">Aylee Shomali</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/aylee-shomali/" target="_blank">My LinkedIn</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Aylee-Shomali" target="_blank">My GitHub</a>
</p>
<p class="about">Hey there! I'm currently a senior at Oregon State University studying Computer Science.</br>
My main interests are in the realm of Mobile and Web Application development, especially with an emphasis on front-end work and testing. However, I'm always excited to learn new technologies in other areas, languages, and fields.
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://m3.material.io/" target="_blank" title="Google's open source design system">Material 3</a>
</li>
<li>
<a href="https://regex101.com/" target="_blank" title="Create and test Regular Expressions">Regex 101</a>
</li>
<li>
<a href="https://learn.microsoft.com/en-us/samples/browse/" target="_blank" title="Microsoft Documentation Code Samples Page">Microsoft Docs Code Samples</a>
</li>
</ul>
</div>
</div>
<!-- ________ Aylee's card END ________ -->

<!-- ________ Arushi card START ________ -->
<div class="card">
<p class="name">Arushi Trivedi</p>
Expand Down

0 comments on commit 74dd9e4

Please sign in to comment.