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

(Prototype team page)
 
 
(4 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)
  
<div class="column full_size judges-will-not-evaluate">
+
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:
<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>
+
  
<div class="column full_width">
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  
 +
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.
 +
-->
  
<h1>Basic Parts</h1>
 
  
<p>
+
<head>
A <b>basic part</b> is a functional unit of DNA that cannot be subdivided into smaller component parts. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_R0051">BBa_R0051</a> is an example of a basic part, a promoter regulated by lambda cl.
+
<link href="https://fonts.googleapis.com/css?family=Assistant:800|Didact+Gothic|Open+Sans:300" rel="stylesheet">
</p>
+
</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);
 +
}
  
<p>Most genetically-encoded functions have not yet been converted to BioBrick parts. Thus, there are <b>many</b> opportunities to find new, cool, and important genetically encoded functions, and refine and convert the DNA encoding these functions into BioBrick standard biological parts. </p>
 
<br>
 
<h3>Best Basic Part Special Prize</h3>
 
  
<p>Most genetically-encoded functions have not yet been converted to BioBrick parts. Thus, there are *many* opportunities to find new, cool, and important genetically encoded functions, and refine and convert the DNA encoding these functions into BioBrick standard biological parts. 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.
 
  
<br><br>
+
.triangle.bottom {
<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>
+
  width: 0px;
<br>
+
  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);
 +
}
  
  
  
<div class="highlight">
+
h1 {
<h4>Note</h4>
+
  color:#af4657!important;
<p>This page should list all the basic 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 Basic Part award, so put your best part first!</p>
+
  font-family: 'Assistant', sans-serif!important;
 +
  font-size: 30px!important;
 +
  line-height: 120%;
 +
  padding: 2%;
 +
 
 +
}
 +
 
 +
 
 +
.type-1 {
 +
  width: 33%;
 +
  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>Basic 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 basic parts here! </span>
 +
 
 +
    </a>
  
  
Line 38: Line 237:
  
  
 +
</div>
 +
 +
 +
 +
 +
 +
 +
</body>
 
</html>
 
</html>

Latest revision as of 03:17, 28 October 2017