-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrain.htm
66 lines (59 loc) · 2.49 KB
/
brain.htm
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><html><head><title>Home</title><meta http-equiv="X-UA-Compatible" content="text/html; charset=utf-8"><meta name="description" content="iFrame message passing test"><meta name="viewport" content="width=device-width"><style> html{ height: 100%; background-repeat: no-repeat; background-size: 100% 100%; background-image:url("background.jpg"); } .center{ position: fixed; top:50%; left:50%; transform: translate(-50%,-50%); } .center2{ height: 98vh; display: flex; justify-content: center; align-items: center; } img{ max-width: 100%; max-height: 100%; } p{ text-align: center; }</style></head><body cz-shortcut-listen="true"> <div class="center2"> <p> <img name="brain" src="brain.png" border="0" usemap="#m_brain" alt=""> </p> <map name="m_brain"> <area shape="poly" coords="839,727,748,788,593,822,598,716,761,644" href="http://www.adampitzler.com/comic-strip/" target="_self" title="Home" alt="Home" > <area shape="poly" coords="238,459,256,353,336,220,409,295,350,460" href="http://www.adampitzler.com/about/" target="_self" title="Home" alt="Home" > <area shape="poly" coords="317,714,265,620,244,465,348,478,405,644" href="http://www.adampitzler.com/other-work/" target="_self" title="Home" alt="Home" > <area shape="poly" coords="585,827,479,806,348,724,426,653,589,716" href="http://www.adampitzler.com" target="_self" title="Home" alt="Home" > <area shape="poly" coords="940,477,919,582,837,715,767,639,829,475" href="http://www.adampitzler.com/podcast/" target="_self" title="Home" alt="Home" > <area shape="poly" coords="850,220,907,312,936,465,831,457,766,295" href="http://www.adampitzler.com/stage-plays/" target="_self" title="Home" alt="Home" > <area shape="poly" coords="604,97,708,127,832,222,750,286,592,209" href="http://www.adampitzler.com/screen-plays/" target="_self" title="Home" alt="Home" > <area shape="poly" coords="344,208,434,148,587,114,583,219,422,290" href="http://www.adampitzler.com/films/" target="_self" title="Home" alt="Home" > </map> </div> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script type="text/javascript" src="imageMapResizer.min.js"></script> <script type="text/javascript"> $('map').imageMapResize(); </script></body></html>