This commit is contained in:
Tommy Parnell
2016-03-05 09:00:42 -05:00
commit f5fcb04257
5 changed files with 30 additions and 0 deletions

30
Index.html Normal file
View File

@@ -0,0 +1,30 @@
<html>
<head>
<title>Vanderzee Wilder</title>
</head>
<body>
<style>
#img {
-webkit-user-select: none; /* webkit (safari, chrome) browsers */
-moz-user-select: none; /* mozilla browsers */
-khtml-user-select: none; /* webkit (konqueror) browsers */
-ms-user-select: none; /* IE10+ */
}
</style>
<script>
function mapClick(){
//e.preventDefault();
var elem = document.getElementById('horn');
elem.currentTime = 500;
elem.play();
}
</script>
<audio id="horn" src="airhorn.mp3" preload="auto" type="audio/mpeg"}></audio>
<img src="vanderzeewilder.png" id="img" usemap="#Map" />
<map name="Map" id="Map">
<area onclick="mapClick()" shape="rect" coords="1151,445,1291,549" />
</map>
</body>
</html>

BIN
airhorn.mp3 Normal file

Binary file not shown.

BIN
vanderzeewilder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
vanderzeewilder.psd Normal file

Binary file not shown.

BIN
vanderzeewilderflatten.psd Normal file

Binary file not shown.