Difference between revisions of "Team:Rice/Composite Part"

(Prototype team page)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Rice}}
+
{{Rice/Template2}}
<html>
+
<html >
 +
<!--
 +
Copyright (c) 2017 by Eky (https://codepen.io/eky/pen/AaCwF)
  
 +
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  
<div class="column full_size judges-will-not-evaluate">
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
<h3>★  ALERT! </h3>
+
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
<div class="clear"></div>
+
  
 +
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 +
-->
  
  
 +
<head>
 +
<link href="https://fonts.googleapis.com/css?family=Assistant:800|Didact+Gothic|Open+Sans:300" rel="stylesheet">
 +
</head>
 +
      <style>
 +
   
 +
      body {
 +
  padding-top: -2px;
 +
  background-color: white;
 +
  color: #ddd;
 +
}
 +
.triangle {
 +
  display: inline-block;
 +
}
 +
.triangle.top {
 +
  width: 0px;
 +
  height: 0px;
 +
  border-color: transparent;
 +
  border-style: solid;
 +
  border-width: 0 25px 50px 25px;
 +
  border-bottom-color: red;
 +
  border-left-color: rgba(255, 0, 0, 0);
 +
  border-right-color: rgba(255, 0, 0, 0);
 +
}
  
<div class="column full_size">
 
<h1>Composite Parts</h1>
 
  
  
<p>
+
.triangle.bottom {
A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_I13507">BBa_I13507</a> is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
+
  width: 0px;
</p>
+
  height: 0px;
 +
  border-color: transparent;
 +
  border-style: solid;
 +
  border-width: 50px 25px 0 25px;
 +
  border-top-color: orange;
 +
  border-left-color: rgba(255, 165, 0, 0);
 +
  border-right-color: rgba(255, 165, 0, 0);
 +
}
 +
.triangle.right {
 +
  width: 0px;
 +
  height: 0px;
 +
  border-color: transparent;
 +
  border-style: solid;
 +
  border-width: 25px 0 25px 50px;
 +
  border-left-color: yellow;
 +
  border-top-color: rgba(255, 255, 0, 0);
 +
  border-bottom-color: rgba(255, 255, 0, 0);
 +
}
 +
.triangle.left {
 +
  width: 0px;
 +
  height: 0px;
 +
  border-color: transparent;
 +
  border-style: solid;
 +
  border-width: 25px 50px 25px 0;
 +
  border-right-color: green;
 +
  border-top-color: rgba(0, 128, 0, 0);
 +
  border-bottom-color: rgba(0, 128, 0, 0);
 +
}
 +
.triangle.top-right {
 +
  width: 0px;
 +
  height: 0px;
 +
  border-color: transparent;
 +
  border-style: solid;
 +
  border-width: 0 50px 50px 0;
 +
  border-right-color: cyan;
 +
  border-bottom-color: rgba(0, 255, 255, 0);
 +
}
 +
.triangle.top-left {
 +
  width: 0px;
 +
  height: 0px;
 +
  border-color: transparent;
 +
  border-style: solid;
 +
  border-width: 50px 50px 0 0;
 +
  border-top-color: blue;
 +
  border-right-color: rgba(0, 0, 255, 0);
 +
}
 +
.triangle.bottom-right {
 +
  width: 0px;
 +
  height: 0px;
 +
  border-color: transparent;
 +
  border-style: solid;
 +
  border-width: 0 0 50px 50px;
 +
  border-bottom-color: indigo;
 +
  border-left-color: rgba(75, 0, 130, 0);
 +
}
 +
.triangle.bottom-left {
 +
  width: 0px;
 +
  height: 0px;
 +
  border-color: transparent;
 +
  border-style: solid;
 +
  border-width: 50px 0 0 50px;
 +
  border-left-color: purple;
 +
  border-top-color: rgba(128, 0, 128, 0);
 +
}
  
<p>New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).</p>
 
  
<br>
 
<h3>Best Composite Part Special Prize</h3>
 
  
<p>New BioBrick devices can be made by combining existing BioBrick Parts. For example, Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on. To be eligible for this award, this part must adhere to <a href="http://parts.igem.org/DNA_Submission">Registry sample submission guidelines</a> and have been sent to the Registry of Standard Biological Parts. If you have a part you wish to nominate your team for this <a href="https://2017.igem.org/Judging/Awards">special prize</a>, make sure you add your part number to your <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a> and delete the box at the top of this page.
+
h1 {
 +
  color:#af4657!important;
 +
  font-family: 'Assistant', sans-serif!important;
 +
  font-size: 30px!important;
 +
  line-height: 120%;
 +
  padding: 2%;
  
<br><br>
+
}
<b>Please note:</b> Judges will only look at the first part number you list, so please only enter ONE (1) part number in the judging form for this prize. </p>
+
 
<br>
+
 
<div class="highlight">
+
.type-1 {
<h4>Note</h4>
+
  width: 33%;
<p>This page should list all the composite parts your team has made during your project. You must add all characterization information for your parts on the Registry. You should not put characterization information on this page. Remember judges will only look at the first part in the list for the Best Composite Part award, so put your best part first!</p>
+
  margin: 2%;
 +
 
 +
 
 +
}
 +
 
 +
 
 +
.btn-1 {
 +
  background-color: #af4657;
 +
  width: 30%; 
 +
  left: 95%;
 +
  margin-bottom: 15px;
 +
  text-align: center;
 +
  color: white;
 +
  z-index: 3;
 +
 
 +
}
 +
.btn-1 .round {
 +
  background-color: #af4657;
 +
    left: 100%; 
 +
    width: 30%;
 +
    margin-bottom: 15px;
 +
    text-align: center;
 +
 
 +
   
 +
}
 +
 
 +
.btn-2 {
 +
  background-color: #af4657;
 +
    left: 95%; 
 +
    width: 30%;
 +
    margin-bottom: 15px;
 +
    text-align: center;
 +
 
 +
}
 +
.btn-2 .round {
 +
  background-color: #af4657;
 +
    left: 95%;
 +
    width: 30%;
 +
    margin-bottom: 15px;
 +
    text-align: center;
 +
 
 +
}
 +
 
 +
.btn-3 {
 +
  background-color: #af4657;
 +
    left: 95%;
 +
    width: 30%;
 +
    margin-bottom: 15px;
 +
    text-align: center;
 +
 
 +
}
 +
.btn-3 .round {
 +
  background-color: #af4657;
 +
    left: 95%;
 +
    width: 30%;
 +
    margin-bottom: 15px;
 +
    text-align: center;
 +
}
 +
 
 +
.btn-1, .btn-2, .btn-3 {
 +
  text-decoration: none;
 +
  -moz-border-radius: 30px;
 +
  -webkit-border-radius: 30px;
 +
  border-radius: 30px;
 +
  padding: 12px 30px 12px 30px;
 +
  color: white !important;
 +
  text-transform: uppercase;
 +
  font-family: sans-serif;
 +
  font-weight: bold;
 +
  position: relative;
 +
  display: inline-block;
 +
}
 +
.btn-1, .btn-2, .btn-3 span {
 +
  position: relative;
 +
 
 +
 +
}
 +
 
 +
.txt {
 +
  font-size: 14px;
 +
  line-height: 1.45;
 +
}
 +
 
 +
div.center{
 +
text-align: center!important;
 +
margin-bottom: 5px;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
</style>  
 +
 
 +
<body>
 +
 
 +
<div class = "center">
 +
 
 +
  <h1>Composite Parts</h1>
 +
<div class='triangle top'></div>
 +
<div class='triangle bottom'></div>
 +
<div class='triangle right'></div>
 +
<div class='triangle left'></div>
 +
<div class='triangle top-right'></div>
 +
<div class='triangle top-left'></div>
 +
<div class='triangle bottom-right'></div>
 +
<div class='triangle bottom-left'></div>
 +
 
 +
<div class="type-1">
 +
  <div>
 +
    <a href="https://2017.igem.org/Team:Rice/Parts" class="btn btn-1">
 +
      <span class="txt"> See our composite parts here! </span>
 +
 
 +
    </a>
  
</div>
 
  
 
</div>
 
</div>
  
</html>
+
 
 +
</div>

Latest revision as of 03:19, 28 October 2017