-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.html
More file actions
72 lines (65 loc) · 4.54 KB
/
map.html
File metadata and controls
72 lines (65 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>
<head>
<link rel="stylesheet" type="text/css" href="scripts/style.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="scripts/resize2.js"></script>
<script language="javascript">
$(document).ready(function ()
{
$('#shape1').mapster({
singleSelect : false,
mapKey: 'color',
fillOpacity : 1,
});
});
</script>
</head>
<body>
<map name="officemap">
<area shape="rect"
alt="opsteam" title="opsteam" coords="1188,2728,1532,3188" href="opsteam.html" target="_self" />
<area shape="rect" alt="boardroom" title="" coords="1700,1332,2060,1560" href="boardroom.html" target="_self" />
<area shape="rect" alt="docs" title="" coords="504,2984,844,3184" href="docs" target="" />
<area shape="rect" alt="forge" title="" coords="868,2956,1172,3180" href="forge" target="" />
<area shape="rect" alt="engineering" title="" coords="280,2932,488,3180" href="engineering" target="" />
<area shape="rect" alt="engineering" title="" coords="264,1868,608,2972" href="engineering" target="" />
<area shape="rect" alt="engineering" title="" coords="620,1964,836,2256" href="engineering" target="" />
<area shape="rect" alt="classroom" title="" coords="916,2308,1196,2624" href="classroom" target="" />
<area shape="rect" alt="library" title="" coords="1632,2432,2028,2620" href="library" target="" />
<area shape="rect" alt="bikestorage" title="" coords="2072,1352,2472,1540" href="bikestorage" target="stage" onMouseOver="showTutorial('bike storage')" onMouseOut="showTutorial=('')" />
<area shape="rect" alt="lobby" title="" coords="864,1508,1340,1712" href="lobby" target="" />
<area shape="rect" alt="lobby" title="" coords="1348,1344,1688,1544" href="lobby" target="" />
<area shape="rect" alt="marketing" title="" coords="2948,1836,3208,2456" href="marketing" target="" />
<area shape="rect" alt="pse" title="" coords="2568,1860,2940,2376" href="pse" target="" />
<area shape="rect" alt="sales" title="" coords="2896,2468,3212,2772" href="sales" target="" />
<area shape="rect" alt="" title="" coords="2124,2888,2604,3184" href="hr" target="" />
<area shape="rect" alt="" title="" coords="2608,2960,2900,3188" href="hr" target="" />
<area shape="rect" alt="idk" title="" coords="2912,2796,3204,3180" href="idk" target="" />
<area shape="rect" alt="education" title="" coords="868,2716,1172,2948" href="education" target="" />
<area shape="rect" alt="bunsen" title="" coords="620,2832,776,2972" href="bunsen" target="" />
<area shape="rect" alt="" title="" coords="628,2636,772,2816" href="oscar" target="" />
<area shape="rect" alt="" title="" coords="748,2456,836,2536" href="robin" target="" />
<area shape="rect" alt="kermit" title="" coords="620,2280,832,2436" href="kermit" target="" />
<area shape="rect" alt="animal" title="" coords="256,1376,392,1516" href="animal" target="" />
<area shape="rect" alt="pepe" title="" coords="400,1384,516,1520" href="pepe" target="" />
<area shape="rect" alt="" title="" coords="384,1612,560,1852" href="elmo" target="" />
<area shape="rect" alt="openconf" title="" coords="960,2024,1384,2304" href="openconf" target="" />
<area shape="rect" alt="" title="" coords="1632,2720,2040,2868" href="inventory" target="" />
<area shape="rect" alt="waldorf" title="" coords="2748,2756,2872,2940" href="waldorf" target="" />
<area shape="rect" alt="" title="" coords="2624,2756,2744,2940" href="statler" target="" />
<area shape="rect" alt="piggy" title="" coords="2124,2424,2332,2632" href="piggy" target="" />
<area shape="rect" alt="beaker" title="" coords="2116,2708,2372,2876" href="beaker" target="" />
<area shape="rect" alt="gonzo" title="" coords="3060,1564,3232,1828" href="gonzo" target="" />
<area shape="rect" alt="strangepork" title="" coords="2628,2496,2868,2696" href="strangepork" target="" />
<area shape="rect" alt="floyd" title="" coords="684,1696,844,1908" href="floyd" target="" />
<area shape="rect" alt="gym" title="" coords="1396,1556,2484,2408" href="gym" target="" />
<area shape="rect" alt="gorgonheap" title="" coords="1136,1884,1384,2020" href="gorgonheap" target="" />
<area shape="rect" alt="gorgonheap" title="" coords="1128,1724,1264,1872" href="gorgonheap" target="" />
<area shape="rect" alt="grover" title="" coords="2552,1576,2680,1680" href="grover" target="" />
<area shape="rect" alt="cookie" title="" coords="2556,1688,2680,1788" href="cookie" target="" />
<area shape="rect" alt="deadly" title="" coords="2688,1592,2848,1788" href="deadly" target="" />
<area shape="rect" alt="sam" title="" coords="2856,1600,3056,1800" href="sam" target="" />
</map>
<img src="map.jpg" usemap="#officemap" border="0"></img>
</body>
</html>