Difference between revisions of "Team:CGU Taiwan/Notebook"

Line 101: Line 101:
 
<!-- BIO-DEVELOPMENT內容開始 -->
 
<!-- BIO-DEVELOPMENT內容開始 -->
 
<div class="biolist"><h2>BIO-DEVELOPMENT</h2></div>
 
<div class="biolist"><h2>BIO-DEVELOPMENT</h2></div>
<div class="content">(Lab Note)
+
<div class="biocontent">
 
<div class="biobutton">
 
<div class="biobutton">
<button id="SequenceDesign" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;vertical-align:middle;">Sequence Design</button>
+
<button id="SequenceDesign" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius:10px;vertical-align:middle;">Sequence Design</button>
<button id="ConstructionPlasmids" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;vertical-align:middle;">Construction of Plasmids</button>
+
<button id="ConstructionPlasmids" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius: 10px;vertical-align:middle;">Construction of Plasmids</button>
<button id="ProteinExpression" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;vertical-align:middle;">Protein Expression in Yeast</button>
+
<button id="ProteinExpression" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius:10px;vertical-align:middle;">Protein Expression in Yeast</button>
<button id="ProteinCollection" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;vertical-align:middle;">Protein Collection</button>
+
<button id="ProteinCollection" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius:10px;vertical-align:middle;">Protein Collection</button>
<button id="YeastAffinity" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;vertical-align:middle;">Yeast-Stain Affinity</button>
+
<button id="YeastAffinity" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius:10px;vertical-align:middle;">Yeast-Stain Affinity</button>
<button id="Troubleshootingloning" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;vertical-align:middle;">Troubleshooting of cloning</button>
+
<button id="Troubleshootingloning" type="button" style="width:140px;height:45px;font-size:13px;background-color:#205e87;color:white;border-radius:10px;vertical-align:middle;">Troubleshooting of cloning</button>
 +
</div>
 +
<div class="biopdf" style="border-width:7px;border-style:solid;border-radius:10px;border-color:#8acfd9;padding:5px;">
 +
 
 
</div>
 
</div>
 
</div>
 
</div>
Line 130: Line 133:
 
<!-- notebook end -->
 
<!-- notebook end -->
 
<!-- javascript code start -->
 
<!-- javascript code start -->
 
+
<script type="text/javascript">
 +
var temp=0;
 +
$(document).ready(function(){
 +
//$(".content").toggle("100");
 +
$(".biocontent").toggle("100");
 +
///$("b").toggle("100");
 +
///////////////////////////////////////////////////////////////////////
 +
$(".left1").click(function(){
 +
if(temp==1)
 +
{
 +
$(".biocontent").hide("100");
 +
temp = 0;
 +
}
 +
else
 +
{
 +
$(".biocontent").fadeIn("100");
 +
temp = 1;
 +
}
 +
    });
 +
///////////////////////////////////////////////////////////////////////
 +
});
 +
</script>
 
<!-- javascript code end -->
 
<!-- javascript code end -->
  

Revision as of 08:02, 22 October 2017

iGem CGU_Taiwan 2017 - Notebook

NOTEBOOK | LAB NOTE

BIO-DEVELOPMENT

MODELING

(Lab Note)

ENGINEERING

(Lab Note)

MARKETING

(Lab Note)