Skip to content

Commit

Permalink
before/after running the rhythm
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar authored and bbeck13 committed Mar 23, 2017
1 parent 8027b0d commit 9dc3f26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,17 @@ <h2>Links</h2>
<p><a href="https://github.com/bbeck13/RhythmRunner/releases/latest">Download Latest Release</a></p>
<p><a href="https://github.com/bbeck13/RhythmRunner">Github Repo</a></p>
<h2>Thanks for Running!</h2>
<img src="team2.jpg">
<img id="team-footer" onmouseover="footerOver()" onmouseout="footerOut()" src="team2.jpg">
</div>
<script src="jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<script>
function footerOver() {
$('#team-footer').attr('src', 'team3.jpg');
}
function footerOut() {
$('#team-footer').attr('src', 'team2.jpg');
}
</script>
</body>
</html>
Binary file added docs/team3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dc3f26

Please sign in to comment.