Skip to content

Commit

Permalink
2 more eastereggs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon Abacherli committed Nov 10, 2023
1 parent 73d7f95 commit 2658fcd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Binary file added audio/melissa_m.mp3
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="secondary-color">Dino's</h1>
<img class="img-fluid rounded" src="images/dino8.jpeg" onclick="mikky()"/>
</div>
<div class="col-lg-3 col-6 my-1">
<img class="img-fluid rounded" src="images/dino7.jpeg"/>
<img class="img-fluid rounded" src="images/dino7.jpeg" onclick="wieteke()"/>
</div>
<div class="col-lg-3 col-6 my-1">
<img class="img-fluid rounded" src="images/dino1.jpeg"/>
Expand All @@ -49,7 +49,7 @@ <h2 class="secondary-color">Dino's</h1>
<img class="img-fluid rounded" src="images/dino3.jpeg" onclick="jitse()"/>
</div>
<div class="col-lg-3 col-6 my-1">
<img class="img-fluid rounded" src="images/dino5.jpeg"/>
<img class="img-fluid rounded" src="images/dino5.jpeg" onclick="melissa_m()"/>
</div>
<div class="col-lg-3 col-6 my-1">
<img class="img-fluid rounded" src="images/dino6.jpeg"/>
Expand Down
8 changes: 8 additions & 0 deletions scripts/easter-egg.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@ function joris() {
function duncan() {
playAudio('audio/duncan.mp3');
}

function melissa_m() {
playAudio('audio/melissa_m.mp3');
}

function wieteke() {
playVideo('video/wieteke.mp4');
}
Binary file added video/wieteke.mp4
Binary file not shown.

0 comments on commit 2658fcd

Please sign in to comment.