Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomaakip authored Oct 20, 2024
1 parent 733d9ca commit 0df9435
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@
text-align: center;
display:block;
}

.credits {
transition-duration: 1s;
transition-property: color;
transition-timing-function: ease;
}

.credits:hover {
color: orange;
}
/* Animations */

@keyframes pop-in {
Expand All @@ -85,12 +95,12 @@
<img class="welcome" src="welcome.gif" alt="greg">
<a class="download" href="https://github.com/Freakybob-Team/lb/releases/download/Future/setup.py">download the installer!</a>
</div>
<footer>Made with love by the <a href="https://github.com/Freakybob-Team/">Freakybob Team</a> <3</footer>
<footer>Made with love by the <a class="credits" href="https://github.com/Freakybob-Team/">Freakybob Team</a> <3</footer>
<div class="greg">
<a class="" href="https://github.com/Freakybob-Team/lb"><img class="github" src="logo-github.png"></a>
</div>
<footer>
Music by <a href="https://pixabay.com/users/pumpupthemind-19969411/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=241274">Ivan Ohanezov</a> from <a href="https://pixabay.com/music//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=241274">Pixabay</a>
Music by <a class="credits" href="https://pixabay.com/users/pumpupthemind-19969411/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=241274">Ivan Ohanezov</a> from <a class="credits" href="https://pixabay.com/music//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=241274">Pixabay</a>
</footer>
<script>
const ks = new Audio('creative-technology-showreel-241274.mp3')
Expand Down

0 comments on commit 0df9435

Please sign in to comment.