Team:ETH Zurich/human/overview

From 2014.igem.org

(Difference between revisions)
Line 59: Line 59:
}
}
-
 
$(document).ready(function(){
$(document).ready(function(){
   $('#map').mapster({
   $('#map').mapster({
-
    fillColor: '2C2F3D',
 
     fillOpacity: 0.5,
     fillOpacity: 0.5,
-
     clickNavigate: true /*,  
+
     isSelectable: false,
-
     stroke: true,
+
     mapKey: 'name',
-
     strokeColor: 'c2d8f1',
+
     areas: [
-
    strokeOpacity: 0.9,
+
            {
-
    strokeWidth: 2,  
+
                key: "red",
-
    clickNavigate: true */
+
                fillColor: 'FF0000'
 +
            },
 +
 
 +
            {
 +
                key: "blue",
 +
                fillColor: '1ED9E1'
 +
            },
 +
 
 +
            {
 +
                key: "green",
 +
                fillColor: '00FF00'
 +
            }
 +
            ]
   });
   });
 +
Line 96: Line 107:
<html><center>
<html><center>
<IMG SRC="https://static.igem.org/mediawiki/2014/d/d3/ETH_Zurich_Hpbuttons.png" usemap="#map" id="map">
<IMG SRC="https://static.igem.org/mediawiki/2014/d/d3/ETH_Zurich_Hpbuttons.png" usemap="#map" id="map">
-
<map id="map" name="map"><area shape="poly" alt="" title="" coords="235,38,152,175,320,175" href="https://2014.igem.org/Team:ETH_Zurich/human/interviews" target="" /><area shape="poly" alt="" title="" coords="125,224,43,359,207,358" href="https://2014.igem.org/Team:ETH_Zurich/human/essay" target="" /><area shape="poly" alt="" title="" coords="263,359,430,360,346,221" href="https://2014.igem.org/Team:ETH_Zurich/human/survey" target="" /><area shape="poly" alt="" title="" coords="0,347,22,362,223,36,249,36,445,366,471,354,263,3,207,3" href="https://2014.igem.org/Team:ETH_Zurich/human/outreach" target="" /></map>
+
<map id="map" name="map"><area shape="poly" alt="" title="" coords="235,38,152,175,320,175" href="https://2014.igem.org/Team:ETH_Zurich/human/interviews" id="blue" name="blue" target="" /><area shape="poly" id="red" name="red" alt="" title="" coords="125,224,43,359,207,358" href="https://2014.igem.org/Team:ETH_Zurich/human/essay" target="" /><area shape="poly" alt="" title="" coords="263,359,430,360,346,221" id="green" name="green" href="https://2014.igem.org/Team:ETH_Zurich/human/survey" target="" /><area shape="poly" alt="" title="" coords="0,347,22,362,223,36,249,36,445,366,471,354,263,3,207,3" href="https://2014.igem.org/Team:ETH_Zurich/human/outreach" target="" /></map>
</center>
</center>

Revision as of 16:32, 6 October 2014

iGEM ETH Zurich 2014