Team:Dundee/inside/board

From 2014.igem.org

(Difference between revisions)
 
(65 intermediate revisions not shown)
Line 5: Line 5:
<style>
<style>
-
#imp{
+
#policy{
   position: fixed;  
   position: fixed;  
   width: 30%;  
   width: 30%;  
Line 11: Line 11:
}
}
-
#imp img{
+
#policy img{
   position: absolute;  
   position: absolute;  
-
   top: 480%;  
+
   top: 187%;  
-
   left: 118%;  
+
   left: 173%;  
   right: 0;  
   right: 0;  
   bottom: 0;  
   bottom: 0;  
   margin: auto;  
   margin: auto;  
-
   width: 207%;
+
   width: 99%;
-
   height: 102%;
+
   height: 230%;
}
}
-
  #project{   
+
  #stories{   
position: fixed;  
position: fixed;  
   width: 30%;  
   width: 30%;  
Line 29: Line 29:
      
      
      
      
-
#project img {
+
#stories img {
   position: absolute;  
   position: absolute;  
-
   top: 128%;  
+
   top: 240%;  
-
   left: 15%;  
+
   left: -5%;  
   right: 0;  
   right: 0;  
   bottom: 0;  
   bottom: 0;  
   margin: auto;  
   margin: auto;  
-
   width: 115%;
+
   width: 128%;
-
   height: 135%;
+
   height: 300%;
}  
}  
-
  #modeling{
+
   
 +
 
 +
  #fund{
   position: fixed;  
   position: fixed;  
   width: 40%;  
   width: 40%;  
Line 46: Line 48:
      
      
      
      
-
#modeling img {
+
#fund img {
   position: absolute;  
   position: absolute;  
-
   top: 134%;  
+
   top: 607%;  
-
   left: 120%;  
+
   left: 72%;  
   right: 0;  
   right: 0;  
   bottom: 0;  
   bottom: 0;  
   margin: auto;  
   margin: auto;  
-
   width: 117%;
+
   width: 80%;
-
   height: 130%;
+
   height: 203%;
}   
}   
 +
#mediaT{
 +
  position: fixed;
 +
  width: 40%;
 +
  height: 20%;
 +
}
 +
   
 +
   
 +
#mediaT img {
 +
  position: absolute;
 +
  top: 650%;
 +
  left: 159%;
 +
  right: 0;
 +
  bottom: 0;
 +
  margin: auto;
 +
  width: 96%;
 +
  height: 184%;
 +
}     
 +
   
 +
   
body, html{
body, html{
     margin : 0;
     margin : 0;
Line 73: Line 94:
#bg img {
#bg img {
   position: absolute;  
   position: absolute;  
-
   top: 9%;  
+
   top: 8%;  
   left: -1.5%;  
   left: -1.5%;  
   right: 0;  
   right: 0;  
Line 81: Line 102:
   height: 100%;
   height: 100%;
}
}
 +
 +
 +
 +
#toRight{
 +
  position: fixed;
 +
  width: 40%;
 +
  height: 20%;
 +
}
 +
   
 +
   
 +
#toRight img {
 +
cursor: pointer;
 +
  position: absolute;
 +
  top: 90%;
 +
  left: 210%;
 +
  right: 0;
 +
  bottom: 0;
 +
  margin: auto;
 +
  width: 40%;
 +
  height: 40%;
 +
 +
 +
#toStreet{
 +
  position: fixed;
 +
  width: 40%;
 +
  height: 20%;
 +
}
 +
   
 +
   
 +
#toStreet img {
 +
cursor: pointer;
 +
  position: absolute;
 +
  top: 810%;
 +
  left: -10%;
 +
  right: 0;
 +
  bottom: 0;
 +
  margin: auto;
 +
  width: 50%;
 +
  height: 50%;
 +
 +
 +
</style>
</style>
</head>
</head>
Line 89: Line 152:
     <div id="bg">   
     <div id="bg">   
-
     <img src="https://static.igem.org/mediawiki/2014/7/7f/Outreach_board.jpg" alt="">   
+
     <img src="https://static.igem.org/mediawiki/2014/3/39/Outreach_board.jpg12.jpg" alt="">   
</div>
</div>
 +
    <div id="policy">
 +
<a href="/Team:Dundee/policypractice/experts">
 +
        <img src="https://static.igem.org/mediawiki/2014/d/d2/Dun_Pol_and_pract.png" alt="" class="detail">
 +
    </a>
 +
    </div>
 +
 +
        <div id="stories">
 +
<a href="/Team:Dundee/policypractice/clinic">
 +
        <img src="https://static.igem.org/mediawiki/2014/7/72/Dun_Cf_stories.png" alt="" class="detail">
 +
    </a>
 +
    </div>
 +
   
 +
        <div id="fund">
 +
<a href="/Team:Dundee/policypractice/fundraising">
 +
        <img src="https://static.igem.org/mediawiki/2014/2/23/Dun_Funds.png" alt="" class="detail">
 +
    </a>
 +
    </div>   
 +
   
 +
   
 +
        <div id="mediaT">
 +
<a href="/Team:Dundee/policypractice/mt">
 +
        <img src="  https://static.igem.org/mediawiki/2014/d/d1/Dun_M%26t.png" alt="" class="detail">
 +
    </a>
 +
    </div>
 +
 +
<div id="toRight">
 +
<a href="/Team:Dundee/inside/school">
 +
    <img src="https://static.igem.org/mediawiki/2014/1/1f/ToSchool_R.jpg">
 +
</a>
 +
</div>
 +
 +
<div id="toStreet">
 +
<a href="/Team:Dundee">
 +
  <img src="https://static.igem.org/mediawiki/2014/6/61/Dun_ToStreet.jpg">
 +
</a>
 +
</div>
<script>
<script>

Latest revision as of 01:36, 18 October 2014

Dundee 2014