Difference between revisions of "Team:Queens Canada/Human Practices"

Line 2: Line 2:
 
{{Queens Canada/Navbar}}
 
{{Queens Canada/Navbar}}
 
<html>
 
<html>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<style>
 
<style>
body {
+
 
    background-color: white;
+
body {background-color: white;}
 +
 
 +
/* Create two equal columns that floats next to each other */
 +
.column {
 +
    float:left;
 +
    text-align: center;
 +
    width: 28%;
 +
    padding: 10px;
 +
    margin: 30px;
 +
    border: 20px double #0485BF;
 +
    border-radius: 15px;
 +
    height: 500px; /* Should be removed. Only for demonstration */
 
}
 
}
 +
 +
/* Clear floats after the columns */
 +
.row:after {
 +
    content: "";
 +
    display: table;
 +
    clear: both;
 +
}
 +
 +
 
</style>
 
</style>
 +
 
<body>
 
<body>
  
<h2>Links to different aspects of Human Practices with a little blurb for each will probably go here.</h2>
+
<h1>Human Practices</h1>
 +
 
 +
<p>Overview text.</p>
 +
 
 +
<br>
 +
<h2>Silver Medal Criteria</h2>
 +
 
 +
<div class="row">
 +
  <div class="column" style="background-color:#FFFFFF;">
 +
    <h3>Public Engagement</h3>
 +
    <p>Some text..</p>
 +
    <br>
 +
    <a href="https://2018.igem.org/Team:Queens_Canada/Engagement">Public Engagement</a>
 +
  </div>
 +
  <div class="column" style="background-color:#FFFFFF;">
 +
    <h3>Collaborations</h3>
 +
    <p>Some text..</p>
 +
    <br>
 +
    <a href="https://2018.igem.org/Team:Queens_Canada/Collaborations">Collaborations</a>
 +
  </div>
 +
  <div class="column" style="background-color:#FFFFFF;">
 +
    <h3>Safety</h3>
 +
    <p>Some text..</p>
 +
    <br>
 +
    <a href="https://2018.igem.org/Team:Queens_Canada/Safety/">Safety</a>
 +
  </div>
 +
</div>
 +
 
 +
<br>
 +
<h2>Gold Medal Medal Criteria</h2>
 +
<br>
 +
 
 +
<div class="row">
 +
  <div class="column" style="background-color:#FFFFFF;">
 +
    <h3>Expert Interviews</h3>
 +
    <p>Some text..</p>
 +
    <br>
 +
    <a href="https://2018.igem.org/Team:Queens_Canada/Interviews">Expert Interviews</a>
 +
  </div>
 +
  <div class="column" style="background-color:#FFFFFF;">
 +
    <h3>Market Direction Analysis</h3>
 +
    <p>Some text..</p>
 +
    <br>
 +
    <a href="https://2018.igem.org/Team:Queens_Canada/Market">Market Direction Analysis</a>
 +
  </div>
 +
  <div class="column" style="background-color:#FFFFFF;">
 +
    <h3>Column 2</h3>
 +
    <p>Some text..</p>
 +
  </div>
 +
</div>
  
 
</body>
 
</body>
 +
 
</html>
 
</html>

Revision as of 01:01, 3 August 2018

Human Practices

Overview text.


Silver Medal Criteria

Public Engagement

Some text..


Public Engagement

Collaborations

Some text..


Collaborations

Safety

Some text..


Safety

Gold Medal Medal Criteria


Expert Interviews

Some text..


Expert Interviews

Market Direction Analysis

Some text..


Market Direction Analysis

Column 2

Some text..