Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushantchamp committed Apr 20, 2024
1 parent ed5e97e commit 5681f0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,11 @@ footer hr {
margin: 0;
padding: 5px;
}
.dev_link{
background: linear-gradient(90deg, #e288ff 0%, #a66dff 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
}

.footer-underline {
width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions html/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ <h3>Newsletter <div class="footer-underline"><span></span></div>
</div>
<hr>
<p class="copyright">Copyright &#169 GDSC UEMJ 2024 - All Rights Reserved</p>
<p class="developer"> <i class="fa-solid fa-code"></i> Designed by: Sushant
Roy & Team... </p>
<p class="developer"> <i class="fa-solid fa-code"></i> Designed by: <a href="https://www.linkedin.com/in/sushant-roy-b51454249?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank" class="dev_link">Sushant Roy</a>
& Team... </p>
</footer>
<!-- *********** Footer END ************ -->

Expand Down

0 comments on commit 5681f0e

Please sign in to comment.