Talk:Team:Gaston Day School/Team

From 2014.igem.org

(Difference between revisions)
 
(89 intermediate revisions not shown)
Line 1: Line 1:
{{CSS/Main}}
{{CSS/Main}}
<html>
<html>
-
<style>
+
<head>
-
[class*='grid']
+
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
-
{
+
<link href='http://fonts.googleapis.com/css?family=Ubuntu:500' rel='stylesheet' type='text/css'>
-
text-align: center;
+
-
row1
+
<style>
-
{
+
.firstHeading {
-
padding-bottom: 20px;
+
display:none;
}
}
-
.row2
+
 
-
{
+
body {
-
padding-bottom: 20px;
+
padding: 0px;
 +
margin: 0px;
 +
 
 +
}
 +
 
 +
[class*='col-'] {
 +
float: left;
 +
padding-right: 20px;
}
}
-
.row3
+
 
-
{
+
.grid-pad {
-
padding-bottom: 20px;
+
  padding: 20px 0px 20px 20px;
}
}
-
.row4
+
 
-
{
+
.sub-grid-pad {
-
padding-bottom: 20px;
+
  padding: 20px 0px 20px 0px;
}
}
-
.row5
+
 
-
{
+
.grid-pad > .row > [class*='col-']:last-of-type, .grid-pad > [class*='col-']:last-of-type {
-
padding-bottom: 20px;
+
  padding-right: 20px;
}
}
-
}
 
-
[class*='row']
+
.col-1-1 {
-
{
+
  width: 100%;
-
.column1
+
-
{
+
-
width: 20%;
+
}
}
-
.column2
+
 
-
{
+
.col-1-2, .col-2-4, .col-3-6, .col-5-10 {
-
width: 20%;
+
  width: 50%;
}
}
-
.column3
+
 
-
{
+
.col-1-3, .col-2-6, .col-3-9 {
-
width: 20%;
+
  width: 33.33%;
 +
}
 +
 
 +
.col-2-3, .col-4-6, .col-6-9 {
 +
  width: 66.66%;
 +
}
 +
 
 +
.col-1-4, .col-2-8 {
 +
  width: 25%;
 +
}
 +
 
 +
.col-3-4 {
 +
  width: 75%;
 +
}
 +
 
 +
.col-1-5, .col-2-10 {
 +
  width: 20%;
 +
}
 +
 
 +
.col-2-5, .col-4-10 {
 +
  width: 40%;
 +
}
 +
 
 +
.col-3-5, .col-6-10 {
 +
  width: 60%;
 +
}
 +
 
 +
.col-4-5, .col-8-10 {
 +
  width: 80%;
 +
}
 +
 
 +
.col-1-6 {
 +
  width: 16.66%;
 +
}
 +
 
 +
.col-5-6 {
 +
  width: 83.33%;
 +
}
 +
 
 +
.col-1-7 {
 +
  width: 14.28%;
 +
}
 +
 
 +
.col-2-7 {
 +
  width: 28.57%;
 +
}
 +
 
 +
.col-3-7 {
 +
  width: 42.85%;
 +
}
 +
 
 +
.col-4-7 {
 +
  width: 57.14%;
 +
}
 +
 
 +
.col-5-7 {
 +
  width: 71.42%;
 +
}
 +
 
 +
.col-6-7 {
 +
  width: 85.71%;
 +
}
 +
 
 +
.col-1-8 {
 +
  width: 12.5%;
 +
}
 +
 
 +
.col-2-8 {
 +
  width: 25%;
 +
}
 +
 
 +
.col-3-8 {
 +
  width: 37.5%;
 +
}
 +
 
 +
.col-4-8 {
 +
  width: 50%;
 +
}
 +
 
 +
.col-5-8 {
 +
  width: 62.5%;
 +
}
 +
 
 +
.col-6-8 {
 +
  width: 75%;
 +
}
 +
 
 +
.col-7-8 {
 +
  width: 87.5%;
 +
}
 +
 
 +
.col-1-9 {
 +
  width: 11.11%;
 +
}
 +
 
 +
.col-2-9 {
 +
  width: 22.22%;
 +
}
 +
 
 +
.col-4-9 {
 +
  width: 44.44%;
 +
}
 +
 
 +
.col-5-9 {
 +
  width: 55.55%;
 +
}
 +
 
 +
.col-7-9 {
 +
  width: 77.77%;
 +
}
 +
 
 +
.col-8-9 {
 +
  width: 88.88%;
 +
}
 +
 
 +
.col-1-10 {
 +
  width: 10%;
 +
}
 +
 
 +
.col-3-10 {
 +
  width: 30%;
 +
}
 +
 
 +
.col-7-10 {
 +
  width: 70%;
 +
}
 +
 
 +
.col-9-10 {
 +
  width: 90%;
 +
}
 +
 
 +
.grid:after {
 +
content: "";
 +
display: table;
 +
clear: both;
 +
}
 +
 
 +
*, *:after, *:before {
 +
  -webkit-box-sizing: border-box;
 +
  -moz-box-sizing: border-box;
 +
  box-sizing: border-box;
 +
}
 +
 
 +
[class*='col-']:last-of-type {
 +
  padding-right: 0;
 +
}
 +
 
 +
.show {
 +
  background-color:#FFFFFF;
 +
  color: #081D38
 +
}
 +
 
 +
.hide {
 +
  background-color: auto;
 +
}
 +
 
 +
#pad {
 +
  padding: 5px;
 +
}
 +
 +
body {
 +
  background-color:#DFEDFF;
 +
}
 +
 
 +
#head {
 +
font-family: 'Open Sans', sans-serif;
 +
}
 +
 
 +
#mainhead {
 +
font-family:'Ubuntu', sans-serif;
 +
font-size: 50px;
 +
}
 +
 
 +
#navbar > div > p {
 +
box-shadow: 10px 10px 5px #888888;
}
}
-
.column4
+
 +
.image-wrapper
{
{
-
width: 20%;
+
position: relative;
}
}
-
.column5
+
 +
.scale-image
{
{
-
width: 20%;
+
                height: auto;
 +
max-width: 100%;
 +
max-height: 100%;
}
}
-
}
+
 +
</style>
 +
</head>
 +
<body>
 +
 +
<div class="row">
 +
<H1 id="mainhead" style="color:#072751" class="show" align="center">2014 GDS iGEM Team Members</p>
 +
</div>
-
</style>
+
<div class="grid-pad" align="center" id="navbar">
-
<!--main content -->
+
<div class="col-1-10">
-
<table width="70%" align="center">
+
<p class="show" id="pad"><a href="https://2014.igem.org/Team:Gaston_Day_School#home">Home</a><p>
-
<div>
+
</div>
-
<div class="grid">
+
<div class="col-1-10">
-
<div class="row1">
+
<p class="show" id="pad"><a href="https://2014.igem.org/Team:Gaston_Day_School/Team#team">Members</a><p>
-
<div class = "column1">col1</div>
+
</div>
-
<div class = "column2">col2</div>
+
<div class="col-1-10">
-
<div class = "column3">col3</div>
+
<p class="show" id="pad"><a href="https://2014.igem.org/Team:Gaston_Day_School/Project#project">Project</a><p>
-
<div class = "column4">col4</div>
+
</div>
-
<div class = "column5">col5</div>
+
<div class="col-1-10">
-
</div>
+
<p class="show" id="pad"><a href="https://2014.igem.org/Team:Gaston_Day_School/Measurementtrack#measure">Measure/Track</a><p>
-
<div class="row2">
+
</div>
-
<div class = "column1">col1</div>
+
<div class="col-1-10">
-
<div class = "column2">col2</div>
+
<p class="show" id="pad"><a href="https://2014.igem.org/Team:Gaston_Day_School/Parts#parts">Parts</a><p>
-
<div class = "column3">col3</div>
+
</div>
-
<div class = "column4">col4</div>
+
<div class="col-1-10">
-
<div class = "column5">col5</div>
+
<p class="show" id="pad"><a href="https://2014.igem.org/Team:Gaston_Day_School/Modeling#models">Models</a><p>
-
</div>
+
</div>
-
<div class="row3">
+
<div class="col-1-10">
-
<div class = "column1">col1</div>
+
<p class="show" id="pad"><a href="https://2014.igem.org/Team:Gaston_Day_School/Notebook#notebook">Notebook</a><p>
-
<div class = "column2">col2</div>
+
</div>
-
<div class = "column3">col3</div>
+
<div class="col-1-10">
-
<div class = "column4">col4</div>
+
<p class="show" id="pad"><a href="https://2014.igem.org/Team:Gaston_Day_School/Safety#safety">Safety</a><p>
-
<div class = "column5">col5</div>
+
</div>
-
</div>
+
<div class="col-1-10">
-
<div class="row4">
+
<p class="show" id="pad"><a href="https://2014.igem.org/Team:Gaston_Day_School/Attributions#attrib">Attributions</a><p>
-
<div class = "column1">col1</div>
+
</div>
-
<div class = "column2">col2</div>
+
<div class="col-1-10">
-
<div class = "column3">col3</div>
+
<p class="show" id="pad"><a href="#igem"><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="19px" position="absolute"></a><p>
-
<div class = "column4">col4</div>
+
-
<div class = "column5">col5</div>
+
-
</div>
+
-
<div class="row5">
+
-
<div class = "column1">col1</div>
+
-
<div class = "column2">col2</div>
+
-
<div class = "column3">col3</div>
+
-
<div class = "column4">col4</div>
+
-
<div class = "column5">col5</div>
+
-
</div>
+
</div>
</div>
</div>
</div>
-
</table>
+
 +
<!--Left Border-->
 +
<div class="col-1-10"><p class="hide" id="pad"></p></div>
 +
 +
<div class="col-8-10">
 +
<!--Row 1-->
 +
<div class="grid-pad">
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Heather Cheung:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Wyatt Grigg:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Kieren Hodnett:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/5/5f/TeamMember_matthewK.JPG/800px-TeamMember_matthewK.JPG" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Matthew Kovaks:</p></div>
 +
</div>
 +
</div>
 +
 +
<!--Row 2-->
 +
<div class="grid-pad">
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">India Mackinson:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Will Reiber:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Sean Rice:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Jewel Wasson:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
</div>
 +
 +
<!--Row 3-->
 +
<div class="grid-pad">
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
</div>
 +
 +
<!--Row 4-->
 +
<div class="grid-pad">
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
</div>
 +
 +
<!--Row 5-->
 +
<div class="grid-pad">
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" class="scale-image" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Robert Geraghty:</p></div>
 +
</div>
 +
<div class="col-1-5">
 +
<div class="image-wrapper"><img src="https://static.igem.org/mediawiki/2014/thumb/1/19/Avatar.jpg/180px-Avatar.jpg" height="180" width="180"/></div>
 +
<div class="show" id="pad"><p style="text-decoration:underline;">Sean Rice:</p></div>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<!--Right Border-->
 +
<div class="col-1-10"><p class="hide" id="pad"></p></div>
 +
</body>
</html>
</html>

Latest revision as of 15:56, 24 July 2014

2014 GDS iGEM Team Members

Heather Cheung:

Robert Geraghty:

Wyatt Grigg:

Kieren Hodnett:

Matthew Kovaks:

India Mackinson:

Will Reiber:

Sean Rice:

Jewel Wasson:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Robert Geraghty:

Sean Rice: