Skip to content

Commit

Permalink
Merge branch 'master' into your-name-card
Browse files Browse the repository at this point in the history
  • Loading branch information
CandidDeer authored Oct 3, 2023
2 parents 8e1f8c8 + 06539b9 commit 2345284
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 50 deletions.
49 changes: 40 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,31 @@ <h2>A project for first-time contributions</h2>

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

<!-- ========= Steven card START ========= -->
<div class="card">
<p class="name">Steven Crowther</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/pnml-S" target="_blank">@ojo4f3</a>
</p>
<p class="about">I am a college student learning about open source projects. I hope to make a meaningful contribution.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="First Resource">MDN_Docs</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="Second Resource">freeCodeCamp</a>
</li>
<li>
<a href="https://www.theodinproject.com/" target="_blank" title="Third resource">The Odin Project</a>
</li>
</ul>
</div>
</div>
<!-- ========= Steven Card END ========= -->

<!-- ________ Marco Scandrogio card START ________ -->
<div class="card">
<p class="name">Marco Scandroglio</p>
Expand Down Expand Up @@ -2803,30 +2828,36 @@ <h2>A project for first-time contributions</h2>
</div>
<!-- ========= Tckry Card END ========= -->

<!-- ========= Tckry card START ========= -->
<!-- ========= Disha Thakurata card START ========= -->
<div class="card">
<p class="name">Steven Crowther</p>
<p class="name">Disha Thakurata</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/dishathakurata" target="_blank">Disha Thakurata</a>
</br>
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/DishaThakurata_" target="_blank">DishaThakurata_</a>
</br>
<i class="fab fa-github"></i>
<a href="https://github.com/pnml-S" target="_blank">@ojo4f3</a>
<a href="https://github.com/dishathakurata" target="_blank">dishathakurata</a>
</p>
<p class="about">I am a college student learning about open source projects. I hope to make a meaningful contribution.</p>
<p class="about">A first-year MCA (Masters of Computer Applications) student from India, who recently fall in love with coding, exploring and contributing to open-source projects and also making her own projects. I'm growing my interest in development world; also love to solve DSA problems in C++, and started learning Java and Python too.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="First Resource">MDN_Docs</a>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="First Resource">MDN Web Docs</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="Second Resource">freeCodeCamp</a>
<a href="https://www.w3schools.com/" target="_blank" title="Third resource">W3Schools</a>
</li>
<li>
<a href="https://www.theodinproject.com/" target="_blank" title="Third resource">The Odin Project</a>
<a href="https://www.youtube.com/" target="_blank" title="Second Resource">Youtube</a>
</li>
</ul>
</div>
</div>
<!-- ========= Tckry Card END ========= -->
<!-- ========= Disha Thakurata card END ========= -->

<!-- <<<<< Do not change anything below this line >>>>> -->
<!-- -------------------------------------------------- -->
Expand All @@ -2848,4 +2879,4 @@ <h2>A project for first-time contributions</h2>
</div>
<script type="module" src="assets/script.js"></script>
</body>
</html>
</html>
Loading

0 comments on commit 2345284

Please sign in to comment.