Skip to content

Commit

Permalink
Merge pull request #33 from aniket2003/Resource-card-contri
Browse files Browse the repository at this point in the history
Color-change
  • Loading branch information
Rajkumar-justcoder authored Oct 4, 2022
2 parents 7abddb7 + 1f4c2bd commit ff2d76f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ p {
}

#searchbar {
color: #fff;
font-size: 1.2em;
width: 500px;
height: 50px;
Expand Down
41 changes: 41 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,47 @@ <h2>Help your friends find some good learning resources</h2>
</div>
</div>

<!--Aniket's card-->

<div class="card">
<p class="name">Aniket Shekhar Chaudhari</p>
<p class="contact">
<i class="fab fa-linkedin-in"></i>
<a href="https://www.linkedin.com/in/aniket-chaudhari-9114a322a" target="_blank">Aniket Chaudhari</a>
</p>
<p class="about">Hey! I am a second year student pursuing my B.Tech degree in Computer Science and Engineering . I like to do competitive Programming along with web-development</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="First Resource">w3Schools</a>
</li>
<li>
<a href="https://www.youtube.com/c/WebDevSimplified" target="_blank" title="Second Resource">WebDevSimplified</a>
</li>
<li>
<a href="https://www.youtube.com/c/Freecodecamp" target="_blank" title="Third resource">Freecodecamp</a>
</li>
</ul>
</div>
</div>




<!--contributor card end-->












<!-- <<<<< Do not change anything below this line >>>>> -->
<!-- -------------------------------------------------- -->
</div>
Expand Down

0 comments on commit ff2d76f

Please sign in to comment.