Team:Dundee/inside/board

From 2014.igem.org

(Difference between revisions)
 
(50 intermediate revisions not shown)
Line 89: Line 89:
   position: fixed;  
   position: fixed;  
   width: 100%;  
   width: 100%;  
-
   height: 90%;
+
   height: 100%;
}
}
      
      
Line 104: Line 104:
-
.button {
+
 
-
    position:absolute;
+
#toRight{
-
    bottom:10px;
+
  position: fixed;  
-
    right:10px;
+
  width: 40%;  
-
    width:100px;
+
  height: 20%;
-
    height:30px;
+
}
}
 +
   
 +
   
 +
#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 119: 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>
Line 147: Line 180:
     </div>  
     </div>  
-
        <div class="row" id="btnRow">
+
<div id="toRight">
-
      <div class="btn-group btn-group-justified">
+
<a href="/Team:Dundee/inside/school">
-
  <div class="btn-group"> 
+
    <img src="https://static.igem.org/mediawiki/2014/1/1f/ToSchool_R.jpg">
-
  </div>
+
</a>
-
  <div class="btn-group">
+
</div>
-
<a href="https://2014.igem.org/Team:Dundee/inside/board" class="btn btn-default toClass">Back to Bulletin Board</a>
+
 
-
  </div>
+
<div id="toStreet">
-
  <div class="btn-group">
+
<a href="/Team:Dundee">
-
<a href="clinic"class="btn btn-default toLesson">Next Poster: Cystic Fibrosis Stories</a>
+
  <img src="https://static.igem.org/mediawiki/2014/6/61/Dun_ToStreet.jpg">
-
  </div>
+
</a>
</div>
</div>
-
    </div>
+
 
<script>
<script>

Latest revision as of 01:36, 18 October 2014

Dundee 2014