Skip to content

Commit

Permalink
Merge branch 'master' into add-nluginbill-card
Browse files Browse the repository at this point in the history
  • Loading branch information
ascodeasice authored Sep 29, 2023
2 parents 5d10572 + 1ad7e7a commit ee83b2a
Showing 1 changed file with 114 additions and 0 deletions.
114 changes: 114 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,120 @@ <h2>A project for first-time contributions</h2>
</div>
</div>
<!-- ________ nluginbill card END ________ -->
<!-- ________ 6arturodiaz card START ________ -->
<div class="card">
<p class="name">Arturo Diaz</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/6arturodiaz" target="_blank">Github</a>
</p>
<p class="about">I am an aspiring Full-Stack Developer with a passion for engineering innovative
solutions and creating efficient, user-friendly applications. Proven track
record of an unyielding drive and rapid skill development.
Knowledgeable in full-stack development, agile methodologies, and
problem-solving. Strong ability to collaborate with cross-functional
teams and adapt to changing project requirements. Committed to
continuous learning and propelling myself above and beyond the
competition.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Specific code examples">Stack OverFlow</a>
</li>
<li>
<a href="https://www.google.com/" target="_blank" title="Overall code helper">Google</a>
</li>
<li>
<a href="https://chat.openai.com/auth/login" target="_blank" title="Basic Algorithm Checker">ChatGBT</a>
</li>
</ul>
</div>
</div>
<!-- ________ 6arturodiaz card END ________ -->

<!-- ________ Matthew card START ________ -->
<div class="card">
<p class="name">Matthew Cheng</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/mattcheng591" target="_blank">My LinkedIn</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/mattcheng591" target="_blank">My GitHub</a>
</p>
<p class="about">
Hello, I am a Computer Science student at Oregon State University.
I hope to learn more about open source contribution!
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<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>
</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 ee83b2a

Please sign in to comment.