Difference between revisions of "Template:NUS Singapore"

 
(272 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
+
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<meta charset="utf-8">
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
</head>
 
<script>
 
<script>
  
Line 84: Line 88:
  
 
</script>
 
</script>
 
 
 
  
  
Line 94: Line 95:
  
 
/***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
 
/***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
 
 
/* Clear the default wiki settings */
 
/* Clear the default wiki settings */
+
     
 
#home_logo, #sideMenu { display:none; }
 
#home_logo, #sideMenu { display:none; }
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 
body {background-color:white; }
 
body {background-color:white; }
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
+
+
+
 
 
 
/**************************************************************** MENU ***************************************************************/
 
/**************************************************************** MENU ***************************************************************/
/* Wrapper for the menu */
 
.igem_2017_menu_wrapper {
 
width: 15%;
 
height:100vh;
 
position:fixed;
 
right:0%;
 
padding:0px;
 
float:right;
 
border-left: 1px solid #d3d3d3;
 
background-color:#dddddd;
 
text-align:left;
 
font-family:Tahoma, Geneva, sans-serif;
 
overflow-y: auto;
 
overflow-x: hidden;
 
}
 
  
/* this hides the scrollbar to keep view consistency */
 
.igem_2017_menu_wrappe::-webkit-scrollbar {
 
display: none;
 
}
 
 
 
/* styling for links in the menu, removes the line under text */
 
.igem_2017_menu_wrapper a { 
 
text-decoration: none;
 
}
 
  
 +
/********** Class for spliting different section = Clear content below while adds extra spacing when clearing content **********/
 +
.clear {
 +
    clear:both;
 +
    height: 50px;
 +
}
  
/* styling for the images in the menu */
+
.clear-largespace{
.igem_2017_menu_wrapper img {  
+
    clear:both;
width: 100%;
+
    height: 100px;
}
+
}
  
/* styling for the menu buttons */
+
/**********  Basic Content Class CSS Style  **********/
.igem_2017_menu_wrapper .menu_button {  
+
p {
width: 100%;
+
  font-family:"Montserrat", serif;
padding: 10px 0px 10px 15px;
+
  font-size: 18px;
float:left;
+
  line-height:150%;
border-bottom: 1px solid #d3d3d3;  
+
  text-align:justify;
font-size: 12px;  
+
  color:#000000;
font-weight: bold;  
+
}
color: #5e5f5f;  
+
cursor: pointer;
+
}
+
  
 +
h1 {
 +
  color: #b48608;
 +
  font-family: 'Bookman', serif;
 +
  font-size: 40px;
 +
  font-weight: 400;
 +
  line-height: 44px;
 +
  margin: 0 0 12px; 
 +
  text-align: center;
 +
  font-weight: 1500;
 +
  text-decoration: underline;
 +
  border-style: none;
 +
}
  
.igem_2017_menu_wrapper .menu_bottom_padding {  
+
h2 {  
width: 100%;  
+
  color: #2E86C1;  
height: 30px;
+
  font-family:"Calibri", serif;
float:left;
+
  font-size: 30px;  
}
+
  font-weight: 200;
 +
  line-height: 44px;
 +
  margin: 0 0 12px; 
 +
  text-align: center;
 +
  font-weight: bold;
 +
  width:80%;
 +
  padding-left:10%;
 +
  padding-right:10%;
 +
}
  
.menu_button.direct_to_page {  
+
#teamh2 {
padding-left: 36px;
+
  width:100%;
}
+
  padding-left:0;
 +
  padding-right:0;
 +
}
  
 +
h3 {
 +
  color:#FAA403;
 +
  font-family:"Calibri", serif;
 +
  font-size: 25px;
 +
  font-weight: 200;
 +
  line-height: 44px;
 +
  margin: 0 0 12px;
 +
  text-align: left;
 +
  font-weight:bold;
 +
  width:80%;
 +
  padding-left:10%;
 +
  padding-right:10%;
 +
  }
  
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon {
+
h4 {  
width:10%;
+
  color:#b48608;
float:left;
+
  font-family:"Calibri", serif;
}
+
  font-size: 20px;
 +
  font-weight: 180;
 +
  line-height: 44px;
 +
  margin: 0 0 12px;
 +
  text-align: center;
 +
  font-weight:bold;
 +
  width:80%;
 +
  padding-left:10%;
 +
  padding-right:10%;
 +
  }
  
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon::before {
+
.nus ul {
content: "+";
+
  font-family:"Montserrat", serif;
}
+
  font-size: 18px;
+
  line-height:150%;
.open::before {
+
  color:#000000;
content: "-" !important; 
+
 
}
+
}
+
+
+
/* styling for the menu buttons on hover */
+
.igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover ,  .submenu_button.current_page:hover {
+
background-color: #3399ff;
+
text-decoration: none;
+
color:#ffffff;  
+
}
+
  
/* styling for the menu button when it is the current page */
+
.nus ol {
.current_page {  
+
font-family:"Montserrat", serif;
background-color:#7fc1f7  !important;
+
  font-size: 18px;
color:#5e5f5f !important;
+
  line-height:150%;
}
+
        color:#000000;
 +
}
 +
.nus {
 +
font-family:"Montserrat", serif;
 +
  font-size: 18px;
 +
  line-height:150%;
 +
        color:#000000;
 +
}
  
 +
ul.nus {
 +
  font-family:"Montserrat", serif;
 +
  font-size: 18px;
 +
  line-height:150%;
 +
  color:#000000;
 +
 
 +
}
  
/* styling for the submenu buttons */
+
ol.nus  {
.igem_2017_menu_wrapper .submenu_button {  
+
font-family:"Montserrat", serif;
width: 100%;
+
  font-size: 18px;
padding: 10px 0px 10px 34px;
+
  line-height:150%;
float:left;
+
        color:#000000;
background-color:#f2f2f2;  
+
}
border-bottom: 1px solid #d3d3d3;  
+
font-size: 12px;  
+
color: #5e5f5f;  
+
cursor: pointer;
+
}
+
  
/* wrapper for the submenu items, they are hidden by default*/
 
.igem_2017_menu_wrapper .submenu_wrapper {
 
display:none;
 
}
 
  
/* when the page size is bigger than 800px, this show/hide control is hidden by default */
+
/******************  image description subline  ****************/
.igem_2017_menu_wrapper #display_menu_control {
+
#imgdescription {
display:none;
+
        font-size:15px;
text-align:center;
+
        width:60%;
}
+
        padding-left:20%;
+
        padding-right:20%;
 +
        font-style:oblique;
 +
        text-align:center;
 +
}
  
/***************************************************** CONTENT OF THE PAGE ****************************************************/
+
/******************   Reference  ****************/
 +
#Ref {
 +
        font-size:15px;
 +
}
  
/* Wrapper for the content */
+
/************************************************** Back to top button style **************************************************/
.igem_2017_content_wrapper {
+
#BacktoTopBtn {
width: 81%;
+
  display: none;
margin: 2%;
+
  position: fixed;
display:block;
+
  bottom: 20px;
float:left;  
+
  right: 30px;
background-color:white;  
+
  z-index: 99;
font-family:Tahoma, Geneva, sans-serif;  
+
  border: none;
}
+
  outline: none;
 +
  background-color: #F5B041;
 +
  color: white;
 +
  cursor: pointer;
 +
  padding: 15px;
 +
  border-radius: 20px;
 +
}
  
 +
#BacktoTopBtn:hover {
 +
  background-color: #2980B9;
 +
}
  
/********************************* HTML STYLING  *********************************/
+
/************************************************** Top menu and Dropdown list **************************************************/
  
/* styling for the titles h1 h2 */
+
.team-logo {
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
+
    width:20%;
padding:5px 15px;  
+
    height:140px;
border-bottom: 0px;  
+
    margin-left:20px;
color: #3399ff;
+
    padding-top:5px;
}
+
    position:absolute;
 +
}
  
 +
.topmenu-container {
 +
    overflow: hidden;
 +
    background-color: #F8F9F9;
 +
    padding-top:100px;
 +
    margin:0;
 +
    }
  
/* styling for the titles  h3 h4 h5 h6*/
+
.topmenu-container a {
.igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {  
+
    float: right;
padding:5px 15px;  
+
    font-family:"Comic Sans MS", sans-serif;
border-bottom:0px;  
+
    font-size: 18px;
color: #000000;
+
    color: #566573;
}
+
    text-align: center;
 +
    padding: 19px 16px;
 +
    text-decoration: none;
 +
    border: none;
 +
   
 +
}
  
 +
.dropdown {
 +
    float: right;
 +
    overflow: hidden;
 +
}
  
/* font and text */
+
.dropdown  .dropbtn {
.igem_2017_content_wrapper p {  
+
    font-family:"Comic Sans MS", sans-serif;
padding: 0px 15px;  
+
    font-size: 18px;
font-size: 13px;
+
    border: none;
}
+
    text-align: center;
 +
    outline: none;
 +
    color:  #566573;
 +
    padding: 14px 16px;
 +
    background-color: inherit;
 +
}
  
/* Links */
+
.dropdown-content {
.igem_2017_content_wrapper a {  
+
    display: none;
font-weight: bold;  
+
    position: absolute;
text-decoration: underline;
+
    background-color:#FFFFFF;
text-decoration-color: #3399ff;
+
    min-width: 160px;
color:  #3399ff;
+
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
-webkit-transition: all 0.4s ease;
+
    z-index: 1;
-moz-transition: all 0.4s ease;
+
}
-ms-transition: all 0.4s ease;  
+
-o-transition: all 0.4s ease;
+
transition: all 0.4s ease;
+
}
+
  
/* hover for the links */
+
.dropdown-content a {
.igem_2017_content_wrapper a:hover {  
+
    float: none;
text-decoration:none;
+
    color: #566573;
color:#000000;
+
    padding: 12px 16px;
}
+
    text-decoration: none;
 +
    display: block;
 +
    text-align: center;
 +
}
  
/* non numbered lists */
 
.igem_2017_content_wrapper ul {
 
padding:0px 20px;
 
font-size: 13px;
 
font-family:Tahoma, Geneva, sans-serif;
 
}
 
  
/* numbered lists */
+
/***************************************************    Hover effect of Top menu  ***************************************/
.igem_2017_content_wrapper ol {
+
.topmenucontainer a:hover, .dropdown:hover .dropbtn {
padding:0px;
+
    background-color: #AED6F1;
font-size: 13px;
+
}
font-family:Tahoma, Geneva, sans-serif;  
+
}
+
  
/* Table */
+
.dropdown-content a:hover {
.igem_2017_content_wrapper table {  
+
    background-color: #ddd;
width: 97%;
+
}
margin:15px 10px;
+
border: 1px solid #d3d3d3;
+
border-collapse: collapse;  
+
}
+
  
/* table cells */
+
.dropdown:hover .dropdown-content {
.igem_2017_content_wrapper  td {
+
    display: inline-block;
padding: 10px;
+
}
vertical-align: text-top;
+
border: 1px solid #d3d3d3;
+
border-collapse: collapse;  
+
}
+
  
/* table headers */
 
.igem_2017_content_wrapper th {
 
padding: 10px;
 
vertical-align: text-top;
 
border: 1px solid #d3d3d3;
 
border-collapse: collapse;
 
background-color:#f2f2f2;
 
}
 
  
 +
/***************************  Social contact link *************************/
 +
.fa {
 +
  padding: 20px;
 +
  font-size: 30px;
 +
  width: 30px;
 +
  text-align: center;
 +
  text-decoration: none;
 +
  border-radius: 50%;
 +
}
  
/**********************************LAYOUT CLASSES **********************************/
+
.fa:hover {
 +
    opacity: 0.7;
 +
}
  
/* general class for column divs */
+
.fa-facebook {
.igem_2017_content_wrapper .column  {  
+
  background: #3B5998;
padding: 10px 0px;
+
  color: #FFFFFF;
float:left;  
+
}
}
+
  
/* class for a full width column */
+
.fa-instagram {
.column .full_size {
+
  background: #125688;
width:100%;  
+
  color: #FFFFFF;
}
+
}
  
/* styling for images in a full width column*/
+
.fa-google {
.column.full_size img {  
+
  background: #dd4b39;
width:97%;  
+
  color: #FFFFFF;
padding: 10px 15px;
+
}
}
+
  
/* class for a half width column */
+
/************************  Quick Link Footer  **************************/
.column.half_size {
+
.quicklink p {
width: 50%;  
+
background-color:#F0F3F4;
}
+
width:100%;
/* styling for images in a half width column*/
+
text-align: center;
.column.half_size img {
+
height:60px;
width: 94.5%;
+
padding:10px;
padding: 10px 15px;
+
margin:0px;
}
+
font-weight: bold;
 +
font-size: 20px;
 +
}
  
 +
.quicklink-container {
 +
      background-color:#F0F3F4;
 +
      width:100%;
 +
      height:200px;
 +
      position:absolute;
 +
}
 +
.quicklink-1 {
 +
background-color:#F0F3F4;
 +
width:25%;
 +
height:300px;
 +
padding-left:7%;
 +
padding-right:7%;
 +
position:relative;
 +
float:left;
 +
text-align: center;
 +
text-decoration: none;
  
 +
}
 +
.quicklink-2 {
 +
background-color:#F0F3F4;
 +
width:25%;
 +
height:300px;
 +
padding-left:7%;
 +
padding-right:7%;
 +
position:relative;
 +
float:left;
 +
text-align: center;
 +
text-decoration: none;
 +
}
 +
.quicklink-3 {
 +
background-color:#F0F3F4;
 +
width:25%;
 +
height:300px;
 +
padding-left:7%;
 +
padding-right:7%;
 +
position:relative;
 +
float:left;
 +
text-align: center;
 +
text-decoration: none;
 +
}
 +
.quicklink-4 {
 +
background-color:#F0F3F4;
 +
width:25%;
 +
height:300px;
 +
padding-left:7%;
 +
padding-right:7%;
 +
position:relative;
 +
float:left;
 +
text-align: center;
 +
text-decoration: none;
 +
}
  
 +
.quicklink-4 a {
 +
        color:#808B96;
 +
          font-size:15px;
 +
}
 +
.quicklink-3 a {
 +
        color:#808B96;
 +
font-size:15px;
 +
}
 +
.quicklink-2 a {
 +
        color:#808B96;
 +
font-size:15px;
 +
}
 +
.quicklink-1 a {
 +
        color:#808B96;
 +
font-size:15px;
 +
}
  
/********************************* SUPPORT CLASSES ********************************/
+
/**************************************** Sponsor and Social Connact Link Cover  ****************************************/
 +
.footer-container{
 +
  width:100%;
 +
  height:300px;
 +
  background-color:#F0F3F4 ;
 +
  position:absolute;
 +
}
  
/* class that clears content below*/
+
.footer-sponsor-container{
.igem_2017_content_wrapper .clear {
+
  width:70%; /*split the sponsor container from the full footer-container */
clear:both;
+
  background-color:inherit;
}
+
  padding:20px;
+
  padding-top:30px;
+
  float:left;
/* adds extra spacing when clearing content */
+
}
.igem_2017_content_wrapper .clear.extra_space {
+
height: 30px;
+
}
+
  
 +
.footer-contact-container{
 +
  width:30%; /*split the sponsor container from the full footer-container */
 +
  padding-top:20px;
 +
  background-color:inherit;
 +
  float:right;
 +
}
  
/* highlight class, makes content slightly smaller */
+
img.social-icon {
.igem_2017_content_wrapper .highlight {  
+
    margin:2%;
margin: 0px 15px;
+
    position:relative;
padding: 15px 0px;
+
    float:left;
}
+
  
 +
}
  
/* highlight class, adds a gray background */
 
.igem_2017_content_wrapper .highlight.gray {
 
background-color: #f2f2f2;
 
}
 
  
/* highlight with decoration blue line on top */
+
/*Responsive Deisgn*/
.igem_2017_content_wrapper .highlight.blue_top {
+
    border-top: 4px solid #3399ff;
+
}
+
  
/* highlight with a full blue border decoration */
 
.igem_2017_content_wrapper .highlight.blue_border {
 
    border: 4px solid  #3399ff;
 
}
 
  
 +
/*********************  Responsive Design  *********************/
  
/* button class */
+
/*  
.igem_2017_content_wrapper .button{
+
  ##Device = Tablets, Ipads (landscape)
max-width: 35%;
+
  ##Screen = B/w 768px to 1024px
margin: 30px auto;
+
*/
padding: 12px 10px;
+
    background-color: #3399ff;
+
    text-align: center;
+
  color: #ffffff;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease; transition: all 0.4s ease; 
+
}
+
  
/* styling for button on hover */
+
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.igem_2017_content_wrapper .button:hover{
+
 
background-color: #3399ff;
+
}
    color: #000000;
+
}
+
  
 +
/*
 +
  ##Device = Most of the Smartphones Mobiles (Portrait)
 +
  ##Screen = B/w 320px to 479px
 +
  ##Device = Tablets, Ipads (portrait)
 +
  ##Screen = B/w 768px to 1024px
 +
*/
  
 +
@media (min-width: 0px) and (max-width: 1024px) {
  
 +
/*Basics*/
 +
  p {
 +
      font-size: 13px;
 +
      }
  
/***************************************************** RESPONSIVE STYLING ****************************************************/
+
.nus ul{
 +
  font-size: 10px;
 +
}
  
/* IF THE SCREEN IS LESS THAN 1200PX */
+
.nus ol {
@media only screen and (max-width: 1200px) {
+
  font-size: 10px;
 +
}
  
#content {width:100%; }
+
ol.nus {
.igem_2017_menu_wrapper {width:15%; right:0;}
+
  font-size: 10px;
.highlight {padding:10px 0px;}
+
}
.igem_2017_menu_wrapper #display_menu_control { display:none; }
+
#menu_content { display:block;}
+
.menu_button.direct_to_page {padding-left: 17px;}
+
+
}
+
  
/* IF THE SCREEN IS LESS THAN 800PX */
+
ul.nus {
@media only screen and (max-width: 800px) {
+
  font-size: 10px;
 +
}
  
.igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
+
.nus {
.igem_2017_content_wrapper {width:100%; margin-left:0px;}
+
  font-size: 10px;
.column.half_size  {width:100%; }
+
}
.column.full_size img, .column.half_size img {  width: 100%; padding: 10px 0px;}
+
.highlight {padding:15px 5px;}
+
.igem_2017_menu_wrapper #display_menu_control { display:block; }
+
#menu_content { display:none;}
+
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; }
+
.menu_bottom_padding {display:none;}
+
.menu_button.direct_to_page { padding-left: 36px; }
+
}
+
  
 +
h1 {
 +
  font-size: 28px;
 +
}
  
+
h2 {  
+
  font-size: 20px;  
/* special class that the system uses to make sure the team wants a page to be evaluated */
+
}
.judges-will-not-evaluate {
+
    width: 96.6%;
+
  margin: 5px 15px;
+
  display: block;
+
border: 4px solid #3399ff;
+
    font-weight: bold;
+
}
+
+
</style>
+
  
 +
h3 {
 +
  font-size: 15px;
 +
}
  
<!--- THIS IS WHERE THE HTML BEGINS --->
+
#imgdescription {
 +
        font-size:8px;
 +
}
  
 +
/*drop down menu*/
 +
.team-logo {
 +
      margin:0px;
 +
      width:100%;
 +
      height:200px;
 +
      position:relative;
 +
  }
  
 +
  .topmenu-container {
 +
      padding:10px;
 +
      }
  
<head>
+
  .topmenu-container a{
 +
      font-size: 18px;
 +
      padding: 8px 5px;
 +
      font-weight:1000;
 +
  }
  
<!-- This tells the browser that your page is responsive -->
+
  .dropdown .dropbtn {
<meta name="viewport" content="width=device-width, initial-scale=1">
+
      font-size: 18px;
 +
      padding: 7px 4px;
 +
      font-weight:1000;
 +
    display: inline-block; 
 +
  }
  
</head>
+
  .dropdown-content {
 +
    min-width: 10px;
 +
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
 +
    }
  
 +
  .dropdown-content a{
 +
    padding: 8px;
 +
  }
  
 +
.social-icon img {
 +
    width:25%;
 +
    display:block;
 +
    padding:5px;
 +
    position:relative;
 +
    float:left;
 +
  }
  
<div class="igem_2017_menu_wrapper" >
+
  #Ref {
 +
font-size:8px;
 +
  }
  
 +
/******************  image description subline  ****************/
 +
#imgdescription {
 +
        font-size:8px;
 +
        width:80%;
 +
        padding-left:10%;
 +
        padding-right:10%;
 +
        font-style:oblique;
 +
        text-align:center;
 +
}
  
 +
/************************************************** Back to top button style **************************************************/
 +
#BacktoTopBtn {
 +
  display: none;
 +
  position: fixed;
 +
  bottom: 3px;
 +
  right: 5px;
 +
  z-index: 99;
 +
  border: none;
 +
  outline: none;
 +
  background-color: #F5B041;
 +
  color: white;
 +
  cursor: pointer;
 +
  padding: 5px;
 +
  border-radius: 20px;
 +
}
  
<a href="https://2017.igem.org/Team:NUS_Singapore">
+
#BacktoTopBtn:hover {
<img src="https://static.igem.org/mediawiki/2017/2/27/NUS_IGEM_Logo.jpeg" width="350" height="150" >
+
  background-color: #2980B9;
</a>
+
}
  
 +
}
  
<!-- this div is hidden by default and will only be displayed if the screen size is too small -->
+
</style>
<div class="menu_button" id="display_menu_control">
+
MENU 
+
</div>  
+
  
<div id="menu_content">
 
 
  
  
 +
<!--******************************************  Here is where the main content starts ******************************************-->
 +
<body>
  
<a href="https://2017.igem.org/Team:NUS_Singapore">
+
<!--  IGEM NUS LOGO  -->
<div class="menu_button direct_to_page">
+
<div><a href="https://2017.igem.org/Team:NUS_Singapore" ><img class="team-logo" src="https://static.igem.org/mediawiki/2017/0/0c/NUS_2017_IGEM_Logo3.png"></a></div>
HOME
+
</div>  
+
</a>
+
  
 +
<!-- Top Menu -->
 +
<div class="topmenu-container">
  
 +
<div class="dropdown">
 +
    <button class="dropbtn">Awards Check </button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Measurement">Measurement</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Model">Modelling</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Medal Check List">Medal Check List</a>
 +
    </div>
 +
  </div>
  
<div class="menu_button">
+
  <div class="dropdown">
<div class="expand_collapse_icon"> </div> TEAM
+
      <button class="dropbtn">Team</button>
</div>  
+
      <div class="dropdown-content">
 +
        <a href="https://2017.igem.org/Team:NUS_Singapore/Team">Team Member</a>
 +
        <a href="https://2017.igem.org/Team:NUS_Singapore/Attributions">Attributions</a>
 +
      </div>
 +
  </div>
  
<div class="submenu_wrapper" id="team_submenu">
+
<div class="dropdown">
+
    <button class="dropbtn">Collaboration</button>
<a href="https://2017.igem.org/Team:NUS_Singapore/Team">
+
    <div class="dropdown-content">
<div class="submenu_button" id="Team_page">
+
      <a href="https://2017.igem.org/Team:NUS_Singapore/Collaborations">Collaboration</a>
Team
+
    </div>
</div>
+
  </div>
</a>
+
  
<a href="https://2017.igem.org/Team:NUS_Singapore/Collaborations">
+
  <div class="dropdown">
<div class="submenu_button"  id="Collaborations_page">
+
      <button class="dropbtn">Human Practice</button>
Collaborations
+
      <div class="dropdown-content">
</div>
+
        <a href="https://2017.igem.org/Team:NUS_Singapore/HP/Silver">Silver Up</a>
</a>
+
        <a href="https://2017.igem.org/Team:NUS_Singapore/HP/Gold_Integrated">Gold Integrated</a>
+
    </div>
+
  </div>
</div>
+
  
 +
  <div class="dropdown">
 +
    <button class="dropbtn">Modelling</button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Overview">Overview</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Methodology">Methodology</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Model_P">Kill Switch for Probiotics</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Model_B">Kill Switch for BeeT</a>
 +
    </div>
 +
  </div>
  
+
  <div class="dropdown">
+
    <button class="dropbtn">Projects</button>
 +
    <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Description">Description</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/InterLab">Interlab Study</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Parts">Parts</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Experiments">Experiment</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Notebook">Documentation</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Improvement">Improvement</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Demonstrate">Demonstrate</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Safety">Safety</a>
 +
      <a href="https://2017.igem.org/Team:NUS_Singapore/Future Work">Future Works</a>
 +
   
 +
    </div>
 +
  </div>
  
<div class="menu_button">
+
  <div class="dropdown">
<div class="expand_collapse_icon"> </div> PROJECT
+
      <a href="https://2017.igem.org/Team:NUS_Singapore">Home</a>
</div>  
+
  </div>
 +
</div>
  
<!-- project submenu -->
+
<!--***********************************************  Back to top button ***********************************************-->
<div class="submenu_wrapper">
+
<button onclick="topFunction()" id="BacktoTopBtn" title="Go to top">Back to Top</button>
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Description">
+
<div class="submenu_button"  id="Description_page">
+
Description
+
</div>
+
</a>
+
  
<a href="https://2017.igem.org/Team:NUS_Singapore/Design">
 
<div class="submenu_button"  id="Design_page">
 
Design
 
</div>
 
</a>
 
  
<a href="https://2017.igem.org/Team:NUS_Singapore/Experiments">
+
<script>
<div class="submenu_button"  id="Experiments_page">
+
//**************************************** Back to top button Javascript ****************************************//
Experiments
+
// When the user scrolls down 50px from the top of the document, show the button
</div>
+
window.onscroll = function() {scrollFunction()};
</a>
+
 
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Notebook">
+
<div class="submenu_button"  id="Notebook_page">
+
Notebook
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/InterLab">
+
<div class="submenu_button"  id="InterLab_page">
+
InterLab
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Contribution">
+
<div class="submenu_button"  id="Contribution_page">
+
Contribution
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Model">
+
<div class="submenu_button"  id="Model_page">
+
Model
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Results">
+
<div class="submenu_button"  id="Results_page">
+
Results
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Demonstrate">
+
<div class="submenu_button"  id="Demonstrate_page">
+
Demonstrate
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Improve">
+
<div class="submenu_button"  id="Improve_page">
+
Improve
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Attributions">
+
<div class="submenu_button"  id="Attributions_page">
+
Attributions
+
</div>
+
</a>
+
 
+
</div>
+
 
+
+
+
+
+
 
+
<div class="menu_button">
+
<div class="expand_collapse_icon">  </div> PARTS
+
</div>
+
+
<!-- parts submenu -->
+
<div class="submenu_wrapper">
+
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Parts">
+
<div class="submenu_button"  id="Parts_page">
+
Parts
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Basic_Part">
+
<div class="submenu_button"  id="Basic_Part_page">
+
Basic Parts
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Composite_Part">
+
<div class="submenu_button"  id="Composite_Part_page">
+
Composite Parts
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Part_Collection">
+
<div class="submenu_button"  id="Part_Collection_page">
+
Part Collection
+
</div>
+
</a>
+
</div>
+
 
+
+
+
+
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Safety">
+
<div class="menu_button direct_to_page">
+
SAFETY
+
</div>
+
</a>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<div class="menu_button" >
+
<div class="expand_collapse_icon">  </div> HUMAN PRACTICES
+
</div>
+
 
+
<!-- human practices submenu -->
+
<div class="submenu_wrapper">
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/HP/Silver">
+
<div class="submenu_button"  id="Silver_page">
+
Silver HP
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/HP/Gold_Integrated">
+
<div class="submenu_button" id="Gold_Integrated_page">
+
Integrated and Gold
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Engagement">
+
<div class="submenu_button"  id="Engagement_page">
+
Public Engagement
+
</div>
+
</a>
+
 
+
</div>
+
 
+
 
+
<div class="menu_button">
+
<div class="expand_collapse_icon">  </div> AWARDS
+
</div>
+
 
+
<!-- awards submenu -->
+
<div class="submenu_wrapper">
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Applied_Design">
+
<div class="submenu_button"  id="Applied_Design_page">
+
Applied Design
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Entrepreneurship">
+
<div class="submenu_button"  id="Entrepreneurship_page">
+
Entrepreneurship
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Hardware">
+
<div class="submenu_button"  id="Hardware_page">
+
Hardware
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Measurement">
+
<div class="submenu_button"  id="Measurement_page">
+
Measurement
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Model">
+
<div class="submenu_button"  id="Model_page">
+
Model
+
</div>
+
</a>
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Plant">
+
<div class="submenu_button"  id="Plant_page">
+
Plant
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2017.igem.org/Team:NUS_Singapore/Software">
+
<div class="submenu_button"  id="Software_page">
+
Software
+
</div>
+
</a>
+
 
+
</div>
+
 
+
<a href="https://igem.org/2017_Judging_Form?team=NUS_Singapore">
+
<div class="menu_button direct_to_page">
+
JUDGING FORM
+
</div>
+
</a>
+
 
+
 
+
+
<div class="menu_bottom_padding" >
+
</div>
+
+
</div>
+
 
+
 
+
 
+
 
+
</div>
+
  
 +
function scrollFunction() {
 +
    if (document.body.scrollTop > 500 || document.documentElement.scrollTop > 500) {
 +
        document.getElementById("BacktoTopBtn").style.display = "block";
 +
    } else {
 +
        document.getElementById("BacktoTopBtn").style.display = "none";
 +
    }
 +
}
  
 +
// When the user clicks on the button, scroll to the top of the document
 +
function topFunction() {
 +
    document.body.scrollTop = 0;
 +
    document.documentElement.scrollTop = 0;
 +
}
 +
</script>
  
<!-- start of content -->
+
</body>
<div class="igem_2017_content_wrapper">
+
</html>
<h1>NUS_Singapore</h1>
+

Latest revision as of 16:54, 1 November 2017