Skip to content

Commit

Permalink
Merge branch 'master' into matthew-cheng-card
Browse files Browse the repository at this point in the history
  • Loading branch information
ascodeasice authored Sep 29, 2023
2 parents 882a259 + c99c790 commit 512a4e7
Showing 1 changed file with 56 additions and 3 deletions.
59 changes: 56 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,23 +121,76 @@ <h2>A project for first-time contributions</h2>
<p class="about">
Hello, I am a Computer Science student at Oregon State University.
I hope to learn more about open source contribution!
</p>
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://neetcode.io/" target="_blank" title="First Resource">Neetcode</a>
<a href="https://neetcode.io/" target="_blank" title="First Resource">Neetcode</a>
</li>
<li>
<a href="https://www.theodinproject.com/dashboard" target="_blank" title="Second Resource">The Odin Project</a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Third resource">Stack Overflow</a>
</li>
</li>
</ul>
</div>
</div>
<!-- ________ Matthew card END ________ -->
<!-- ________ 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 ________ -->
<!-- ________ Cassidy card START ________ -->
<div class="card">
<p class="name">Cassidy Williams</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/willicassi" target="_blank">willicassi</a>
</p>
<p class="about">I am a CS student exploring open source.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.codecademy.com/" target="_blank" title="First Resource">Codecademy</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="Second Resource">FreeCodeCamp</a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Third resource">StackOverflow</a>
</li>
</ul>
</div>
</div>
<!-- ________ Cassidy card END ________ -->

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

0 comments on commit 512a4e7

Please sign in to comment.