Team:Dundee/Template/testpage
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<html> | <html> | ||
+ | <body> | ||
+ | <!-- Text Grid --> | ||
+ | <div id="grid"> | ||
+ | <!-- Text Grid --> | ||
+ | |||
+ | <div class="container"> | ||
+ | |||
+ | <div class="row"> | ||
+ | <!--Used to center "poster" column--> | ||
+ | <div class=" col-md-3"></div> | ||
+ | <div class="col-md-6 col-centered"> | ||
+ | <!--<img src="img/title.png" class="img-responsive" alt="Responsive image" height="100%" width="100%">--> | ||
+ | <img src="http://placehold.it/=image1" class="img-responsive" alt="Responsive image" height="100%" width="100%"> | ||
+ | </div> | ||
+ | <!--Used to center "poster" column--> | ||
+ | <div class=" col-md-3"></div> | ||
+ | </div> | ||
+ | |||
+ | <div class = "row" id="poster"> | ||
+ | <!--Used to center "poster" column--> | ||
+ | <div class=" col-md-3"></div> | ||
+ | <div class="col-md-6 col-centered"> | ||
+ | <div class="span4 col-centered" id="poster"> | ||
+ | <a href="https://2014.igem.org/Team:Dundee/Project"> | ||
+ | <img src="img/posterLinks/project.jpg" class="img-responsive" alt="Responsive image" width="100%"> | ||
+ | </a> | ||
+ | <a href="https://2014.igem.org/Team:Dundee/Team"> | ||
+ | <img src="img/posterLinks/meetOutlaws.jpg" class="img-responsive" alt="Responsive image" height="50%" width="100%"> | ||
+ | </a> | ||
+ | <a href="https://2014.igem.org/Team:Dundee/Notebook"> | ||
+ | <img src="img/posterLinks/notebook.jpg" class="img-responsive" alt="Responsive image" height="50%" width="100%"> | ||
+ | </a> | ||
+ | <a href="https://2014.igem.org/Team:Dundee/Safety"> | ||
+ | <img src="img/posterLinks/saftey.jpg" class="img-responsive" alt="Responsive image" height="50%" width="100%"> | ||
+ | </a> | ||
+ | <img src="img/posterLinks/groupShot.jpg" class="img-responsive" alt="Responsive image" height="50%" width="100%"> | ||
+ | <a href="https://2014.igem.org/Team:Dundee/Attributions"> | ||
+ | <img src="img/posterLinks/attributions.jpg" class="img-responsive" alt="Responsive image" height="50%" width="100%"> | ||
+ | </a> | ||
+ | |||
+ | </div> | ||
+ | <!--Used to center "poster" column--> | ||
+ | <div class="col-md-3"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
Line 12: | Line 58: | ||
<script src="http://code.jquery.com/jquery-latest.js"></script> | <script src="http://code.jquery.com/jquery-latest.js"></script> | ||
<script src="http://www.kyleharrison.co.uk/igem/js/bootstrap.min.js"></script> | <script src="http://www.kyleharrison.co.uk/igem/js/bootstrap.min.js"></script> | ||
- | + | </body> | |
</html> | </html> |
Revision as of 11:41, 22 May 2014