Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added my reviews. #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,34 @@ <h2 style="text-align: center">
</div>
</div>
<!-- ________ Contributor's Suggest END ________ -->
<!-- ________ Contributor's Suggest START ________ -->
<div class="card">
<hr>
<p class="name">Aditi Yadav</p>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p class="about">Interests and Hobbies: Web Development & Dancing</p>
<div class="resources">
<p>Review of resources:</p>
<ul>
<li>
<a href="https://www.freecodecamp.org/learn/responsive-web-design/" target="_blank" title="Suggest 1">
Learn Responsive Web Designing
</a>
<p>Really cool website to clear your web designing concepts.</p>
</li>
<li>
<a href="https://whimsical.com/object-oriented-programming-cheatsheet-by-love-babbar-YbSgLatbWQ4R5paV7EgqFw" target="_blank" title="Suggest 1">
Object Oriented Programming CheatSheet
</a>
<p>One of the best resources on the internet to revise your OOM concepts.</p>
</li>
</ul>
</div>
</div>
<!-- ________ Contributor's Suggest END ________ -->
</header>
</body>
<script src="./index.js"></script>
Expand Down