Skip to content

Commit

Permalink
Merge branch 'main' into feature/priyanshi
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyanshiAgr authored Oct 26, 2024
2 parents 90ee8bb + d393add commit 26f2e7d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1330,9 +1330,8 @@ <h4 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Follow
<div class="copyright"
style="font-family: var(--ff-philosopher);background-color: hsl(20, 43%, 93%);color: black;">

&copy; 2024 Retro . All Rights Reserved. | Developed by <span id="author">
<a href="https://www.linkedin.com" target="_blank" style="text-decoration: none;">Retro
Team</a>
&copy;<span id="copyright"></span> Retro . All Rights Reserved. | Developed by <span id="author">
<a href="https://www.linkedin.com" target="_blank" style="text-decoration: none;">Retro Team</a>
</div>
<div>
<button id="sr" style="z-index: 1000; display: block;">
Expand Down Expand Up @@ -1509,4 +1508,8 @@ <h4 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Follow
<script>
AOS.init();
</script>

<script>
document.getElementById("copyright").textContent = new Date().getFullYear();
</script>
</html>

0 comments on commit 26f2e7d

Please sign in to comment.