Skip to content

Instantly share code, notes, and snippets.

@henrik-ch
Last active December 15, 2015 10:29
Show Gist options
  • Save henrik-ch/5246075 to your computer and use it in GitHub Desktop.
Save henrik-ch/5246075 to your computer and use it in GitHub Desktop.
gist for image map on the curious site
<img src="qd56865.png" usemap="#qd56865" width="458" height="288" alt="click map" border="0" />
<map id="qd56865" name="qd56865">
<!-- Region 1 -->
<area shape="rect" alt="Start the day with registration & coffee" title="Start the day with registration & coffee" coords="3,2,455,27" href="http://www.curiouscourses.ch/welcome" target="_blank" />
<!-- Region 2 -->
<area shape="rect" alt="Keynote speech to all attendees" title="Keynote speech to all attendees" coords="2,28,455,54" href="http:www.curiouscourses.ch/keynote" target="_blank" />
<!-- Region 3 -->
<area shape="rect" alt="What happens at ten o'clock" title="What happens at ten o'clock" coords="3,54,51,76" href="http://www.curiouscourses.ch/tenoclock" target="_blank" />
<!-- Region 4 -->
<area shape="rect" alt="What happens at eleven o'clock" title="What happens at eleven o'clock" coords="5,82,49,106" href="http://www.curiouscourses.ch/elevenoclock" target="_blank" />
<!-- Region 5 -->
<area shape="rect" alt="What happens at twelve o'clock" title="What happens at twelve o'clock" coords="4,110,49,140" href="http://www.curiouscourses.ch/twelveoclock" target="_blank" />
<!-- Region 6 -->
<area shape="rect" alt="Enjoy your lunch break!" title="Enjoy your lunch break!" coords="2,143,454,168" href="http://www.curiouscourses.ch/lunch" target="_blank" />
<!-- Region 7 -->
<area shape="rect" alt="What happens at two o'clock" title="What happens at two o'clock" coords="3,168,54,197" href="http://www.curiouscourses.ch/twooclock" target="_blank" />
<!-- Region 8 -->
<area shape="rect" alt="What happens at three o'clock" title="What happens at three o'clock" coords="4,200,52,227" href="http://www.curiouscourses.ch/threeoclock" target="_blank" />
<!-- Region 10 -->
<area shape="rect" alt="End the day with a nice gathering." title="End the day with a nice gathering." coords="2,261,454,282" href="http://www.curiouscourses.ch/apero" target="_blank" />
<!-- Region 9 -->
<area shape="rect" alt="What happens at four o'clock" title="What happens at four o'clock" coords="5,229,47,257" href="http://www.curiouscourses.ch/fouroclock" target="_blank" />
<!-- Region 11 -->
<area shape="rect" alt="To see our create courses" title="To see our create courses" coords="68,57,189,142" href="http://www.curiouscourses.ch/create" target="_blank" />
<!-- Region 12 -->
<area shape="rect" alt="To see our grow courses" title="To see our grow courses" coords="197,54,317,140" href="http://www.curiouscourses.ch/grow" target="_blank" />
<!-- Region 13 -->
<area shape="rect" alt="To see our care courses" title="To see our care courses" coords="322,54,453,141" href="http://www.curiouscourses.ch/care" target="_blank" />
<!-- Region 14 -->
<area shape="rect" alt="To see our move courses" title="To see our move courses" coords="68,168,196,257" href="http://www.curiouscourses.ch/move" target="_blank" />
<!-- Region 15 -->
<area shape="rect" alt="To see our taste courses" title="To see our taste courses" coords="199,169,319,257" href="http://www.curiouscourses.ch/taste" target="_blank" />
<!-- Region 16 -->
<area shape="rect" alt="To see our discover courses" title="To see our discover courses" coords="322,169,451,257" href="http://www.curiouscourses.ch/discover" target="_blank" />
<area shape="default" nohref alt="" />
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment