Skip to content
Open
Show file tree
Hide file tree
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
Binary file modified assests/facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assests/instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assests/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assests/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion css/clone.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,15 @@ a.follow
justify-content: center;
}
.icon{
transition: .6s all;
height: 50px;
width: 50px;
margin: 0px;
border-radius: 50%;
}

.icon:hover{
filter: invert(1);
}
/* width of scrollbar */
::-webkit-scrollbar {
width: 14px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ <h1>CALL TO COUNSELLOR</h1>
<p class="contacttext">Follow us on:</p>

<div class="list-of-icons">
<a class="follow" href="https://instagram.com/ishika.1727?igshid=rehwxi3qpu95"><img src="./assests/instagram.jpg" alt="Instagram" class="icon"></a>
<a class="follow" href="https://instagram.com/ishika.1727?igshid=rehwxi3qpu95"><img src="./assests/instagram.png" alt="Instagram" class="icon"></a>
<a class="follow" href="https://www.facebook.com/ishika.dubey.1276487"><img src="./assests/facebook.png" alt="Facebook" class="icon"></a>
<a class="follow" href="https://www.linkedin.com/in/ishika1727"><img src="./assests/linkedin.png" alt="LinkedIn" class="icon"></a></li>
<a class="follow" href="https://twitter.com/ishika1727"><img src="./assests/twitter.png" alt="twitter" class="icon"></a></li>
Expand Down