Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
theAravinthM authored Apr 4, 2024
1 parent 1633f38 commit 223d74d
Showing 1 changed file with 84 additions and 1 deletion.
85 changes: 84 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,35 @@ <h2>A project for first-time contributions</h2>
</div>
</div>
<!-- ________ *AriZeto* Contributor card END ________ -->


<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Aimee Wirick</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/aimeewirick" target="_blank">aimeewirick</a>
</p>
<p class="about">Budding software and database development engineer. Currently enrolled at
Oregon State University. Inspirations include: Robin Sloan's characters, and my father who
led the way in late career choices and has always believed in me.
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="A little bit about everything">W3 Schools</a>
</li>
<li>
<a href="https://www.youtube.com/c/techwithtim" target="_blank" title="Great Project Stuff">Tech With Tim</a>
</li>
<li>
<a href="https://www.youtube.com/@programmersarealsohuman5909" target="_blank" title="Much Needed Humor">Programmers Are Also Human</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card END ________ -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Karim</p>
Expand Down Expand Up @@ -204,6 +232,61 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card END ________ -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Debra Penrow</p>
<p class="contact">
<i class="fa-brands fa-discord"></i>
<a href="https://www.discord.com" target="_blank">corgismores</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com" target="_blank">penrowd</a>
</p>
<p class="about">Compsci student learning more about open source!</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.geeksforgeeks.org/" target="_blank" title="Provides computer science resources and coding challenges.">GeeksforGeeks</a>
</li>
<li>
<a href="https://leetcode.com/" target="_blank" title="Online platform for coding interview preparation">LeetCode</a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Question-and-answer website for computer programmers.">Stack Overflow</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card END ________ -->

<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Steven Bertolucci</p>
<p class="contact">
<i class="fa-brands fa-instagram"></i>
<a href="https://www.instagram.com/ber.to.lucci" target="_blank">ber.to.lucci</a>
<i class="fab fa-github"></i>
<a href="https://github.com/stevenbertolucci" target="_blank">stevenbertolucci</a>
</p>
<p class="about">Senior at Oregon State University majoring in Computer Science. Aspiring Software Engineer. Go Beavs!</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="First Resource">W3 Schools</a>
</li>
<li>
<a href="https://www.codecademy.com/catalog/subject/web-development" target="_blank" title="Second Resource">Code Academy</a>
</li>
<li>
<a href="https://www.geeksforgeeks.org/web-development/#" target="_blank" title="Third resource">Geeks For Geeks</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card END ________ -->


<!-- ________ *reginasanchez* Contributor card START ________ -->
<div class="card">
<p class="name">regina sanchez</p>
Expand Down

0 comments on commit 223d74d

Please sign in to comment.