Skip to content

Instantly share code, notes, and snippets.

@ianseyer
Last active December 24, 2015 15:29
Show Gist options
  • Save ianseyer/6821317 to your computer and use it in GitHub Desktop.
Save ianseyer/6821317 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>
apriliarsv4fullride
</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="/static/js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="/static/js/ilightbox/ilightbox.packed.js"></script>
<script type="text/javascript" src="/static/js/imageMapResize/jquery.rwdImageMaps.min.js"></script>
<script type="text/javascript" src="/static/js/photoResize.js"></script>
</head>
<body>
<link rel="stylesheet" type="text/css" href="/static/css/bike.css">
<div style="text-align:center; margin-left:auto; margin-right:auto;">
<img width='100%' height='100%' class= 'bike' id="apriliarsv4fullride" src="/static/images/bikes/apriliarsv4fullridesidediagram.jpg" usemap="#map" border="0" alt="" />
<map class='map' name='map'> <area shape='poly' coords='391,531,372,509,376,499,361,488,369,478,388,485,410,498,411,521,405,529' href='' alt='FR021B' title='FR021B' /> <area shape='poly' coords='409,650,313,604,369,518,449,568' href='' alt='PT800B' title='PT800B' /> <area shape='poly' coords='1245,355,1263,339,1265,299,1235,289,1201,305,1209,344,1228,362' href='' alt='TP016G' title='TP016G' /> <area shape='poly' coords='1202,426,1134,411,1085,429,1062,415,1079,401,1140,388,1173,389,1204,385' href='' alt='LB500G' title='LB500G' /> <area shape='poly' coords='1055,402,1033,377,1123,368,1143,386,1076,402' href='' alt='GR213B' title='GR213B' /> <area shape='poly' coords='1042,415,1008,405,1013,383,1031,384,1049,399' href='' alt='LP010G' title='LP010G' /> <area shape='poly' coords='1382,948,1351,938,1342,896,1386,884,1405,929' href='' alt='PW800A' title='PW800A' /> <area shape='poly' coords='977,766,991,734,957,693,900,715,905,762,932,769' href='' alt='PM450B' title='PM450B' /> <area shape='poly' coords='668,871,683,784,666,760,660,734,618,722,599,750,549,754,545,790,502,792,543,845,600,878' href='' alt='PE350B' title='PE350B' /> <area shape='poly' coords='369,979,388,954,368,931,336,955,344,982' href='' alt='SC010G' title='SC010G' /> </map>
<script type="text/javascript">
$(document).ready(function(){
$('img[usemap]').rwdImageMaps();
})
</script>
</script>
</div>
<script type="text/javascript" src="/static/js/generate.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment