Skip to content

Commit 14e6436

Browse files
author
Omar Habash
committed
css & main-menu
1 parent 3f02d0b commit 14e6436

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

assets/js/main.js

+4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ $ (document) .ready (function(){
77
);
88

99

10+
function sound1() {
11+
$('#sound')[0].play();
12+
}
1013

14+
sound1();
1115

1216
// resize
1317
$(function() {

assets/sound/Startup1.wav

205 KB
Binary file not shown.

assets/sound/Startup2.wav

240 KB
Binary file not shown.

partials/header.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@
5252
5353
5454
55-
56-
55+
<!-- Tone1 -->
56+
<audio id="sound" volume="0.5" preload="auto" controls style="position: absolute; opacity: 0;">
57+
<source src="assets/sound/Startup1.wav" type="audio/wav">
58+
</audio>
5759
5860
5961
<body>

0 commit comments

Comments
 (0)