Difference between revisions of "Team:UI Indonesia/Team"

 
(40 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Template:UI_Indonesia/css}}
 
{{Template:UI_Indonesia/css}}
 
 
<html lang="en">
 
<html lang="en">
  
Line 10: Line 9:
 
   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
 
   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
 
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 +
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 
</head>
 
</head>
 
 
<style>
 
<style>
   body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
+
 
 +
/* Start general reset ================================================== */
 +
 
 +
body {
 +
    background-color: #ffffff;
 +
    color: #000000;
 +
    padding: 0;
 +
}
 +
 
 +
div#globalWrapper {
 +
    margin: 0;
 +
    padding: 0;
 +
    position: static;
 +
    width: auto;
 +
    background-color: #ffffff;
 +
}
 +
 
 +
#everything {
 +
    background-color: #ffffff
 +
}
 +
 
 +
.circle {
 +
    position: absolute;
 +
    top: 500px;
 +
    left: 900px;
 +
    height: 50px;
 +
    width: 50px;
 +
    background-color: #4CAF50;
 +
    border-radius: 50%;
 +
}
 +
 
 +
 
 +
 
 +
#content{
 +
   width: 100%;
 +
    padding: 0px;
 +
    margin-left: 0px;
 +
    margin-top:0px;
 +
}
 +
#top_title{
 +
  overflow: hidden;
 +
  display: none;
 +
}
 +
#top_menu_14{
 +
  height: 20px;
 +
}
 +
#top_menu_under{
 +
  height: 0px;
 +
}
 +
#globalWrapper{
 +
    padding-bottom: 20px;
 +
}
 +
#HQ_page p {
 +
    font-size: 16px;
 +
}
 +
 
 +
.fa {
 +
  padding: 20px;
 +
  font-size: 20px;
 +
  width: 12px;
 +
  text-align: center;
 +
}
 +
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
 
   body, html {
 
   body, html {
 
       height: 100%;
 
       height: 100%;
Line 23: Line 84:
 
   }
 
   }
  
  .mySlides {display: none}
+
   .bgimg-6 {
 
+
   .bgimg-1, .bgimg-2 {
+
 
       background-attachment: fixed;
 
       background-attachment: fixed;
 
       background-position: center;
 
       background-position: center;
Line 32: Line 91:
 
   }
 
   }
  
   .bgimg-1 {
+
   .bgimg-6 {
      background-image: url('https://static.igem.org/mediawiki/2018/8/83/T--UI_Indonesia--cover4.png');
+
      min-height: 650px;
+
  }
+
 
+
  .bgimg-2 {
+
 
       background-image: url("https://static.igem.org/mediawiki/2018/b/b0/T--UI_Indonesia--team.jpg");
 
       background-image: url("https://static.igem.org/mediawiki/2018/b/b0/T--UI_Indonesia--team.jpg");
       min-height: 400px;
+
       min-height: 500px;
 
   }
 
   }
  
 
   @media only screen and (max-device-width: 1024px) {
 
   @media only screen and (max-device-width: 1024px) {
       .bgimg-1, .bgimg-2 {
+
       .bgimg-6 {
 
           background-attachment: scroll;
 
           background-attachment: scroll;
 
       }
 
       }
 
   }
 
   }
  
   .navbar {
+
   <!---- MT NAVBAR --->
    background-color: #4CAF50;
+
.sidebar-nav {
    position: fixed;
+
  padding: 9px 0;
    top: 10px ;
+
}
    width: 100%;
+
    z-index:50;
+
  }
+
  
  .navbar a {
+
.dropdown-menu .sub-menu {
    float: left;
+
  left: 100%;
    color: white;
+
  position: absolute;
    text-align: center;
+
  top: 0;
    padding-top: 20px;
+
  visibility: hidden;
    padding-bottom: 10px;
+
  margin-top: -1px;
    padding-right: 10px;
+
}
    padding-left: 10px;
+
    text-decoration: none;
+
    font-size: 16px;
+
  }
+
  
  .dropdown {
+
.dropdown-menu li:hover .sub-menu {
    float: left;
+
  visibility: visible;
    overflow: hidden;
+
}
  }
+
  
  .dropdown .dropbtn {
+
.dropdown:hover .dropdown-menu {
    font-size: 8px;  
+
  display: block;
    border: none;
+
}
    outline: none;
+
    color: #f9c89b;
+
    padding: 15px 10px;
+
    background-color: inherit;
+
  }
+
  
  .navbar a:hover, .dropdown:hover .dropbtn {
+
.nav-tabs .dropdown-menu,
    background-color: #8bc34a;
+
.nav-pills .dropdown-menu,
  }
+
.navbar .dropdown-menu {
 +
  margin-top: 0;
 +
}
  
  .dropdown-content {
+
.navbar .sub-menu:before {
    display: none;
+
  border-bottom: 7px solid transparent;
    position: absolute;
+
  border-left: none;
    background-color: #ddffdd;
+
  border-right: 7px solid rgba(0, 0, 0, 0.2);
    min-width: 160px;
+
  border-top: 7px solid transparent;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
  left: -7px;
    z-index: 100;
+
  top: 10px;
    top: 60px;
+
}
    font-size: 8 px;
+
  }
+
  
  .dropdown-content a {
+
.navbar .sub-menu:after {
    float: none;
+
  border-top: 6px solid transparent;
    color: black;
+
  border-left: none;
    padding: 12px 18px;
+
  border-right: 6px solid #fff;
    text-decoration: none;
+
  border-bottom: 6px solid transparent;
    display: block;
+
  left: 10px;
    text-align: left;
+
  top: 11px;
   }
+
   left: -6px;
 +
}  
  
  .dropdown-content a:hover {
+
.dropdown>ul{
    background-color: #8bc34a;
+
background-color:#ddffdd;
   }
+
}
 +
 
 +
.dropdown:hover{
 +
background-color:#9ff99f;
 +
}
 +
.navbar-header:hover{
 +
background-color:#4CAF50;
 +
}
 +
.dropdown-menu>li>a:hover{
 +
background-color:#4CAF50;  
 +
}
 +
.navbar-nav>li:hover{
 +
background-color:#4CAF50;
 +
}
 +
.navbar{
 +
margin:0px}
 +
.navbar-default{
 +
background-color:#1F2421}
 +
border-color:none;
 +
margin:0px;
 +
}
 +
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
 +
color:white;}
 +
.navbar-default .navbar-brand{
 +
color:white;}
 +
.navbar-default .navbar-nav>li>a{
 +
color:white;
 +
}
 +
 
 +
.dropdown-menu{
 +
background-color:#ddffdd;
 +
}
 +
.current{
 +
    background-color:#4CAF50;    
 +
}
 +
.navbar-default .navbar-nav>.open>a{
 +
background-color:1F2421;color:white;}
  
   .dropdown:hover .dropdown-content {
+
   .w3-image {
     display: block;
+
     max-width:40%;
     position: fixed;
+
     height:auto
 
   }
 
   }
 +
.navbar{
 +
margin:0px;border:0px;}
 +
#myBtn {
 +
  display: none;
 +
  position: fixed;
 +
  bottom: 20px;
 +
  right: 30px;
 +
  z-index: 99;
 +
  font-size: 18px;
 +
  border: none;
 +
  outline: none;
 +
  background-color:transparent;
 +
  color: white;
 +
  cursor: pointer;
 +
  padding: 15px;
 +
  border-radius: 4px;
 +
}
 +
 +
#myBtn:hover {
 +
  background-color: #555;
 +
}
  
 
</style>
 
</style>
  
 
<body>
 
<body>
 +
<button onclick="topFunction()" id="myBtn" title="Go to top"><img src="https://image.flaticon.com/icons/png/512/14/14747.png" style="width:50px;height:50px;"></button>
 
<!-- Navbar -->
 
<!-- Navbar -->
<div class="navbar">
+
<nav class="navbar navbar-default">
   <!-- 1 -->
+
  <div class="navbar-inner">
  <a class="w3-bar-item w3-light-green" href="https://2018.igem.org/Team:UI_Indonesia">Home</a>
+
   <div class="container-fluid">
  <!-- 2 -->
+
    <div class="navbar-header">
  <div class="dropdown">
+
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
    <a href="https://2018.igem.org/Team:UI_Indonesia/Project">Project </a>
+
        <span class="icon-bar"></span>
      <div class="dropdown-content">
+
        <span class="icon-bar"></span>
        <a href="https://2018.igem.org/Team:UI_Indonesia/Project#overview">Overview</a>
+
        <span class="icon-bar"></span>                       
        <a href="https://2018.igem.org/Team:UI_Indonesia/Project#ourproject">Our Project</a>
+
      </button>
        <a href="https://2018.igem.org/Team:UI_Indonesia/Project#resultsanddiscuccions">Results and Discussions</a>
+
      <a class="navbar-brand" href="https://2018.igem.org/Team:UI_Indonesia">Home</a>
       </div>
+
    </div>
 +
    <div class="collapse navbar-collapse" id="myNavbar">
 +
      <ul class="nav navbar-nav navbar-right">
 +
        <li class="dropdown navbar-project">
 +
          <a href="https://2018.igem.org/Team:UI_Indonesia/Project">Project<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Project#">Overview</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Project#ourproject">Our Project</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Project#resultsanddiscuccions">Results and Discussions</a></li>
 +
          </ul>
 +
        </li>
 +
        <li class="navbar-parts"><a href="https://2018.igem.org/Team:UI_Indonesia/Parts">Parts</a></li>
 +
<li class="navbar-safety"><a href="https://2018.igem.org/Team:UI_Indonesia/Safety">Safety</a></li>
 +
<li class="dropdown navbar-interlab">
 +
          <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab">InterLab<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#intro">Introduction</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#materials">Materials and Equipment</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#methods">Methods</a></li>
 +
<li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#results">Results and Discussions</a></li>
 +
<li><a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#conclusions">Conclusions</a></li>
 +
          </ul>
 +
        </li>
 +
<li class="navbar-model"><a href="https://2018.igem.org/Team:UI_Indonesia/Model">Model</a></li>
 +
    <li class="dropdown navbar-humanpractice">
 +
          <a href="https://2018.igem.org/Team:UI_Indonesia/Human_Practices">Human Practices<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Human_Practices">Integrated Human Practice</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Public_Engagement">Education and Public Engagement</a></li>
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/Human_Practices#catalogue">Human Practice Catalogue</a></li>
 +
          </ul>
 +
    </li>
 +
<li class="navbar-improve"><a href="https://2018.igem.org/Team:UI_Indonesia/Improve">Improve</a></li>
 +
<li class="current navbar-team"><a href="https://2018.igem.org/Team:UI_Indonesia/Team">Team</a></li>
 +
<li class="navbar-collaborations"><a href="https://2018.igem.org/Team:UI_Indonesia/Collaborations">Collaborations</a></li>
 +
<li class="dropdown navbar-attributions">
 +
          <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions">Attributions<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2018.igem.org/Team:UI_Indonesia/MedalCriteria">Medal Criteria</a></li>
 +
          </ul>
 +
        </li>
 +
       </ul>
 +
    </div>
 
   </div>
 
   </div>
  <!-- 3 -->
 
  <div class="dropdown">
 
    <a href="https://2018.igem.org/Team:UI_Indonesia/Parts">Parts</a>
 
<!--      <div class="dropdown-content">
 
        <a href="https://2018.igem.org/Team:UI_Indonesia/Parts#">Overview</a>
 
        <a href="https://2018.igem.org/Team:UI_Indonesia/Parts#">Our Project</a>
 
        <a href="https://2018.igem.org/Team:UI_Indonesia/Parts#">Results and Discussions</a>
 
      </div> -->
 
 
   </div>
 
   </div>
  <!-- 4 -->
+
</nav>
  <a href="https://2018.igem.org/Team:UI_Indonesia/Modeling">Modeling</a>
+
 
  <!-- 5 -->
+
<!-- Container (Team Section) -->
  <div class="dropdown">
+
<div class="bgimg-6 w3-display-container" id="team">
    <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab"">InterLab ⯆</a>
+
  <div class="w3-display-middle" style="white-space:nowrap;">
      <div class="dropdown-content">
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#intro">Introduction</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#materials">Materials and Equipment</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#methods">Methods</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#results">Results and Discussions</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#conclusions">Conclusions</a>
+
      </div>
+
 
   </div>
 
   </div>
  <!-- 6 -->
+
</div>
   <div class="dropdown">
+
 
     <a href="https://2018.igem.org/Team:UI_Indonesia/Model">Model</a>
+
 
<!--      <div class="dropdown-content">
+
<!-------------------------------------------------------------------------------------->
        <a href="https://2018.igem.org/Team:UI_Indonesia/Model#">Overview</a>
+
 
        <a href="https://2018.igem.org/Team:UI_Indonesia/Model#">Our Project</a>
+
<style>
        <a href="https://2018.igem.org/Team:UI_Indonesia/Model#">Results and Discussions</a>
+
 
       </div> -->
+
* {box-sizing: border-box}
 +
body {font-family: Verdana, sans-serif; margin:0}
 +
 
 +
img {vertical-align: middle;}
 +
 
 +
/* Slideshow container */
 +
.slideshow-container {
 +
   max-width: 1000px;
 +
  position: relative;
 +
  margin: auto;
 +
}
 +
 
 +
/* Next & previous buttons */
 +
.prev, .next {
 +
  cursor: pointer;
 +
  position: absolute;
 +
  top: 50%;
 +
  width: auto;
 +
  padding: 16px;
 +
  margin-top: -22px;
 +
  color: white;
 +
  font-weight: bold;
 +
  font-size: 18px;
 +
  transition: 0.6s ease;
 +
  border-radius: 0 3px 3px 0;
 +
}
 +
 
 +
/* Position the "next button" to the right */
 +
.next {
 +
  right: 0;
 +
  border-radius: 3px 0 0 3px;
 +
}
 +
 
 +
/* On hover, add a black background color with a little bit see-through */
 +
.prev:hover, .next:hover {
 +
  background-color: rgba(0,0,0,0.8);
 +
}
 +
 
 +
/* Caption text */
 +
.text {
 +
  color: #f2f2f2;
 +
  font-size: 15px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  bottom: 8px;
 +
  width: 100%;
 +
  text-align: center;
 +
}
 +
 
 +
/* Number text (1/3 etc) */
 +
.numbertext {
 +
  color: #f2f2f2;
 +
  font-size: 12px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  top: 0;
 +
}
 +
 
 +
/* The dots/bullets/indicators */
 +
.dot {
 +
  cursor: pointer;
 +
  height: 15px;
 +
  width: 15px;
 +
  margin: 0 2px;
 +
  background-color: #bbb;
 +
  border-radius: 50%;
 +
  display: inline-block;
 +
  transition: background-color 0.6s ease;
 +
}
 +
 
 +
.active, .dot:hover {
 +
  background-color: #717171;
 +
}
 +
 
 +
/* Fading animation */
 +
.fade {
 +
  -webkit-animation-name: fade;
 +
  -webkit-animation-duration: 1.5s;
 +
  animation-name: fade;
 +
  animation-duration: 1.5s;
 +
  opacity: 1;
 +
}
 +
 
 +
@-webkit-keyframes fade {
 +
  from {opacity: .4}
 +
  to {opacity: 1}
 +
}
 +
 
 +
@keyframes fade {
 +
  from {opacity: .4}
 +
  to {opacity: 1}
 +
}
 +
 
 +
/* On smaller screens, decrease text size */
 +
@media only screen and (max-width: 300px) {
 +
  .prev, .next,.text {font-size: 11px}
 +
}
 +
 
 +
.col-container {
 +
    display: table;
 +
    width: 100%;
 +
}
 +
.col {
 +
    display: table-cell;
 +
    padding: 16px;
 +
}
 +
.headerTest{
 +
    font-size: 100px !important;
 +
    line-height: 100px !important;
 +
    text-transform: uppercase;
 +
    font-family: sans-serif !important;
 +
    font-weight: 700 !important;
 +
color:#4CAF50;
 +
}
 +
@media only screen and (max-width: 600px) and (min-width: 100px){
 +
.headerTest{
 +
    font-size: 50px !important;
 +
    line-height: 50px !important;
 +
}
 +
}
 +
.memberSlide{width:300px;}
 +
.memberSlideImg{width:inherit;}
 +
.memberCircle{width:100%;border-radius:50%;}
 +
 
 +
@media only screen and (max-wdith:600px) and (min-width:100ox){
 +
.memberSlide{width:150px}
 +
.memberCircle{width:60%;}
 +
}
 +
</style>
 +
<div class="w3-content w3-container">
 +
 
 +
<div align="center"><h1 class="headerTest" style="color:green;font-size:100px;">MEET THE TEAM</h1></div>
 +
 
 +
     <div><h3 class="w3-center">Driven by kindred spirit and compassion, these fourteen undergraduate students from University of Indonesia (UI) are solemnly pledged to turn their mutual dreams into reality. Get to know them better, shall we?<br><br></div>
 +
 
 +
  <div class="w3-content w3-container w3-padding-64">
 +
 
 +
 
 +
 
 +
<div class="w3-row-padding w3-center">
 +
  <div class="w3-col m1"><p style="color:white;">asd</p></div>
 +
    <div class="w3-col m2">
 +
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/1/1e/T--UI_Indonesia--memberniki.jpg"  onclick="currentSlide(1)">
 +
    </div>
 +
 
 +
    <div class="w3-col m2">
 +
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/e/e8/T--UI_Indonesia--membervaldi.jpg"  onclick="currentSlide(2)">
 +
    </div>
 +
 
 +
    <div class="w3-col m2">
 +
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/3/34/T--UI_Indonesia--memberandre.jpg"  onclick="currentSlide(3)">
 +
    </div>
 +
 
 +
    <div class="w3-col m2">
 +
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/0/07/T--UI_Indonesia--memberaby.jpg" onclick="currentSlide(4)">
 +
    </div>
 +
  <div class="w3-col m2">
 +
       <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/0/08/T--UI_Indonesia--memberiqbal.jpg"  onclick="currentSlide(5)">
 +
    </div>
 +
    <div class="w3-col m1"><p style="color:white;">asd</p></div>
 
   </div>
 
   </div>
   <!-- 7 -->
+
 
  <div class="dropdown">
+
   <div class="w3-row-padding w3-center w3-section">
     <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices">Human Practices ⯆</a>
+
    <div class="w3-col m1"><p style="color:white;">asd</p></div>   
      <div class="dropdown-content">
+
     <div class="w3-col m2">
        <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#campuscampaign">Campus Campaign</a>
+
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/d/d9/T--UI_Indonesia--memberreysa.jpg"  onclick="currentSlide(6)">
        <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#socialwork">Social Work</a>
+
    </div>
        <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#biotraining">Biosafety & Biosecurity Training</a>
+
    <div class="w3-col m2">
        <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#catalogue">Human Practice Catalogue</a>
+
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/2/29/T--UI_Indonesia--memberihya.jpg"  onclick="currentSlide(7)">
      </div>
+
    </div>
 +
 
 +
    <div class="w3-col m2">
 +
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/9/91/T--UI_Indonesia--memberjesfar.jpg"  onclick="currentSlide(8)">
 +
    </div>
 +
 
 +
  <div class="w3-col m2">
 +
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/8/8e/T--UI_Indonesia--memberikhsan.jpg"  onclick="currentSlide(9)">
 +
    </div>
 +
 
 +
    <div class="w3-col m2">
 +
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/1/15/T--UI_Indonesia--memberainun.jpg"  onclick="currentSlide(10)">
 +
    </div>
 +
<div class="w3-col m1"><p style="color:white;">asd</p></div>
 
   </div>
 
   </div>
   <!-- 8 -->
+
 
   <div class="dropdown">
+
   <div class="w3-row-padding w3-center w3-section">
    <a href="https://2018.igem.org/Team:UI_Indonesia/Improve">Improve</a>
+
   <div class="w3-col m2"><p style="color:white;">asd</p></div>
<!--      <div class="dropdown-content">
+
    <div class="w3-col m2">
        <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#">Overview</a>
+
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/1/14/T--UI_Indonesia--membergaluh.jpg"  onclick="currentSlide(11)">
        <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#">Our Project</a>
+
    </div>
        <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#">Results and Discussions</a>
+
 
      </div> -->
+
    <div class="w3-col m2">
  </div>
+
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/d/d9/T--UI_Indonesia--memberglory.jpg"  onclick="currentSlide(12)">
  <!-- 9 -->
+
    </div>
  <a href="https://2018.igem.org/Team:UI_Indonesia/Team">Team</a>
+
    <div class="w3-col m2">
  <!-- 10 -->
+
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/4/47/T--UI_Indonesia--memberedwin.jpg"  onclick="currentSlide(13)">
  <a href="https://2018.igem.org/Team:UI_Indonesia/Collaborations">Collaborations</a>
+
    </div>
  <!-- 11 -->
+
 
  <div class="dropdown">
+
    <div class="w3-col m2">
    <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions">Attributions</a>
+
      <img class="memberCircle" src="https://static.igem.org/mediawiki/2018/5/5a/T--UI_Indonesia--membermitta.jpg" onclick="currentSlide(14)">
<!--      <div class="dropdown-content">
+
    </div>
        <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions#">Overview</a>
+
  <div class="w3-col m2"><p style="color:white;">asd</p></div>
        <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions#">Our Project</a>
+
        <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions#">Results and Discussions</a>
+
      </div> -->
+
 
   </div>
 
   </div>
 
</div>
 
</div>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
  <!--slide-->
 +
  <div class="slideshow-container w3-padding-10" height="100%" style="border-top-style:solid;border-top-color:lightgreen;border-left-style:solid;border-left-color:lightgreen">
  
<!-- First Parallax Image with Logo Text -->
+
  <div class="mySlides fade col-container" height="100%">
<div class="bgimg-1 w3-display-container">
+
    <div class="numbertext"></div>
   <div class="w3-display-middle">
+
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/1/1e/T--UI_Indonesia--memberniki.jpg"></span></div>
     <span class="w3-xxlarge w3-text-white w3-wide"></span>
+
    <div class="col" style="vertical-align:middle"><b>Nuikita Wachid (Niki)</b><br><em>Team Manager</em><br>Niki is a Nursing student in her senior year. She is managing team funding for this project and helping team leader manage team. Her hobby is making creative contents through social media platforms like Instagram, Twitter, and Youtube. Her dream is to enroll into Ivy League's postgraduate program.</div>
 +
  </div>
 +
 
 +
   <div class="mySlides fade col-container" height="100%">
 +
     <div class="numbertext"></div>
 +
    <div class="col"><img  class="memberSlide" src="https://static.igem.org/mediawiki/2018/e/e8/T--UI_Indonesia--membervaldi.jpg"></div>
 +
    <div class="col" style="vertical-align:middle"><b>Valdi Ven Japranata</b><br><em>Team Leader</em><br>Valdi is a third-year student majoring Medicine. As a team leader, he supervises every divisions’ progress and keeps his team members’ enthusiasm. He is also part of the Wet Lab division. He likes to spend his spare time doing handcrafts, playing his little guitar, and listening to music. Lana Del Rey, Ed Sheeran, and Selena Gomez are some artists in his playlist. He aspires to be dermatologist in the future and develop his own skincare products."</div>
 
   </div>
 
   </div>
</div>
 
  
<!-- Container (About Section) -->
+
  <div class="mySlides fade col-container" height="100%">
<div class="w3-content w3-container w3-padding-64" id="about">
+
    <div class="numbertext"></div>
  <h5>Diphtheria is an infection caused by pathogenic bacterium <i>Corynebacterium diphtheriae</i>. The hallmark of diphtheria infection is pseudomembrane formation in posterior pharynx, potentially leading to respiratory tract obstruction and death. In addition, the bacterium produces toxin that enters cell via interaction with heparin-binding EGF-like growth factor (HB-EGF) receptor and inhibits protein synthesis, resulting in lethal complications such as myocarditis, bleeding problem, kidney and liver necrosis.</h5>
+
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/3/34/T--UI_Indonesia--memberandre.jpg"></span></div>
<h5>Despite being preventable and curable, incidence and mortality rate caused by diphtheria are still increasing, especially in developing countries including Indonesia. Recently, there has been diphtheria outbreak affecting major provinces in Indonesia, mainly in unvaccinated children and adults. Therefore, there are two issues to be highlighted: (1) lack of early detection and prompt treatment of diphtheria infection and (2) lack of awareness regarding diphtheria and vaccination among Indonesian people.</h5>
+
    <div class="col" style="vertical-align:middle"><b>Andrea Laurentius (Andre)</b><br><em>Wet Lab Division</em><br>Andrea is a second-year Medical student in Universitas Indonesia. Molecular engineering and surgery is his whole new level of ambitions. He loves to spend time in gyms and laboratories, and he is eagerly looking forward to the Giant Jamboree!</div>
 +
  </div>
  
   <div class="w3-row-padding w3-center">
+
   <div class="mySlides fade col-container" height="100%">
     <button class="w3-button w3-padding-large w3-light-green" onclick="location.href = 'https://2018.igem.org/Team:UI_Indonesia/Project';" style="margin-top:64px">SEE MORE</button>
+
     <div class="numbertext"></div>
 +
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/0/07/T--UI_Indonesia--memberaby.jpg"></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Luthfian Aby Nurachman (Aby)</b><br><em>Wet Lab Division</em><br>Aby is a second-year undergraduate studying Medicine in Universitas Indonesia. He holds great passion and enthusiasm in his path on becoming a great physicist. He enjoys sleeping and relaxing in his spare time. He also enjoys melon so much.</div>
 
   </div>
 
   </div>
</div>
 
  
<!-- Team -->
+
  <div class="mySlides fade col-container" height="100%">
<div class="bgimg-2 w3-display-container">
+
    <div class="numbertext"></div>
  <div class="w3-display-middle">
+
     <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/0/08/T--UI_Indonesia--memberiqbal.jpg"></span></div>
     <span class="w3-xxlarge w3-text-white w3-wide"></span>
+
    <div class="col" style="vertical-align:middle"><b>Muhammad Iqbal Adi Pratama (Iqbal)</b><br><em>Wet Lab Division</em><br>Iqbal is a second-year Medical undergraduate in Universitas Indonesia. Apart from his main interest in Biology and Medicine, he likes to watch random YouTube videos about history in his spare time.</div>
 
   </div>
 
   </div>
</div>
 
  
<!-- Container (Team Section) -->
+
  <div class="mySlides fade col-container" height="100%">
<div class="w3-content w3-container w3-padding-64" id="team">
+
    <div class="numbertext"></div>
  <h5>We, fourteen undergraduate students from various backgrounds in iGEM University of Indonesia (UI) 2018 team, are collaborating in attempt to overcome these problems. We plan to develop an alternative method for detecting diphtheria toxin by integrating native <i>Escherichia coli</i> chemotaxis system with heparin-binding EGF-like growth factor (HB-EGF) receptor and fluorescence resonance energy transfer (FRET) system, comprising of LuxAB and enhanced yellow fluorescence protein (eYFP). Furthermore, we plan to raise awareness regarding diphtheria and vaccination among people around us by means of charities and social works. For further information about our project, human practices, collaboration with other iGEM teams, and many others, feel free to navigate our Wiki pages.</h5>
+
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/d/d9/T--UI_Indonesia--memberreysa.jpg"></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Reysa Anggraini Vestiana Putri</b><br><em>Wet Lab Division</em><br>Reysa is a third-year Bio-Process Engineering student in Universitas Indonesia. She loves to eat spicy Indonesian foods such as rendang and “ayam geprek”. She eats a lot, and yet she still maintains a fairly thin body. She believes that is because of workout routines she does every morning. In her spare time, she usually makes crafts or watches videos on YouTube to fulfill her curiosities.</div>
 +
  </div>
  
   <div class="w3-row-padding w3-center">
+
   <div class="mySlides fade col-container" height="100%">
     <button class="w3-button w3-padding-large w3-light-green" onclick="location.href = 'https://2018.igem.org/Team:UI_Indonesia/Team';" style="margin-top:64px">SEE MORE</button>
+
     <div class="numbertext"></div>
 +
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/2/29/T--UI_Indonesia--memberihya.jpg"></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Ihya Fakhrurizal Amin</b><br><em>Dry Lab Division</em><br>Ihya is a second-year undergraduate majoring Medicine in Universitas Indonesia. He loves playing role-playing games, drawing weird creatures, and reading manga (i.e. Japanese comics) in his leisure time.</div>
 
   </div>
 
   </div>
 +
 +
  <div class="mySlides fade col-container" height="100%">
 +
    <div class="numbertext"></div>
 +
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/9/91/T--UI_Indonesia--memberjesfar.jpg></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Jessica Farah</b><br><em>Dry Lab Division</em><br>Jessica is a third-year student majoring in Chemical Engineering. She just discovered onion rings by the age of 20 and currently, she is obsessed with it! She loves playing gmaes as she is now waiting for the localized version of Dragon Quest XI and Kingdom Hearts III, and cannot wait to play them.</div>
 +
  </div>
 +
 +
  <div class="mySlides fade col-container" height="100%">
 +
    <div class="numbertext"></div>
 +
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/8/8e/T--UI_Indonesia--memberikhsan.jpg"></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Muhammad Ikhsan (Ikhsan)</b><br><em>Dry Lab Division</em><br>Ikhsan is a freshman majoring Biology. He admits to be the kind of person that doesn’t enjoy sports and arts that much, though he often watches films and listens to music in his spare time. He enjoys eating durian and “lele” (catfish). In general, his favorite moodboster is seeing colorful flowers around him.</div>
 +
  </div>
 +
 +
  <div class="mySlides fade col-container" height="100%">
 +
    <div class="numbertext"></div>
 +
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/1/15/T--UI_Indonesia--memberainun.jpg"></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Ainun Rahmania</b><br><em>Policy and Practice Division</em><br>Ainun is a third-year student majoring Chemical Engineering in Universitas Indonesia. One of her dreams is to travel around the world because she likes to meet new people. Moreover, she loves to play futsal, shown with three gold medals she earned in various futsal competitions.</div>
 +
  </div>
 +
 +
  <div class="mySlides fade col-container" height="100%">
 +
    <div class="numbertext"></div>
 +
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/1/14/T--UI_Indonesia--membergaluh.jpg"></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Galuh Widyastuti</b><br><em>Policy and Practice Division</em><br>Galuh is a second-year undergraduate student majoring Environmental Health. She is keen on traveling (check #galdoestravel on Instagram!) and she has even learnt six foreign languages for that. She would refuse coffee and tea as she cannot consume caffeine.</div>
 +
 +
  </div>
 +
 +
  <div class="mySlides fade col-container" height="100%">
 +
    <div class="numbertext"></div>
 +
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/d/d9/T--UI_Indonesia--memberglory.jpg"></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Glory Lamria</b><br><em>Policy and Practice Division</em><br>Glory is an energetic third-year student majoring Bio-Process Engineering who has powerful combination of organizational, public speaking, and management skills. She is highly concerned on global issues and loves to discuss topics related to Sustainable Development Goals (SDGs) 2030. In her spare time, she would read books, travel, dance, and act in theatres.</div>
 +
  </div>
 +
 +
  <div class="mySlides fade col-container" height="100%">
 +
    <div class="numbertext"></div>
 +
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/4/47/T--UI_Indonesia--memberedwin.jpg"></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Edwin Lawisan</b><br><em>Web - Wiki Design and Development</em><br>Edwin is a sophomore majoring Information Systems. He is passionate in Finance, Investment Banking, and Business Intelligence. Edwin is an avid non-fiction book peruser, a bibliophagist, and a historybuff. His favourite books include Why The Rich are Getting Richer By Robert Kiyosaki and Thinking, Fast and Slow by Daniel Kahneman.</div>
 +
  </div>
 +
 +
  <div class="mySlides fade col-container" height="100%">
 +
    <div class="numbertext"></div>
 +
    <div class="col memberSlide"><img class="memberSlideImg" src="https://static.igem.org/mediawiki/2018/5/5a/T--UI_Indonesia--membermitta.jpg"></span></div>
 +
    <div class="col" style="vertical-align:middle"><b>Hema Mitta Kalyani</b><br><em>Web - Wiki Design and Development</em><br>Mitta is a passionate second-year undergraduate majoring Computer Science. Her all-time favorite number is 7. She loves being on her own, but that doesn’t mean she feels lonely because she is surrounded by good friends. She could also use a lot of sleep, probably to escape from reality.</div>
 +
  </div>
 +
 +
 +
  <a class="prev" onclick="plusSlides(-1)">&#10094;</a>
 +
  <a class="next" onclick="plusSlides(1)">&#10095;</a>
 +
 +
  </div>
 +
  <br>
 +
 
 +
  <div style="text-align:center">
 +
    <span class="dot" onclick="currentSlide(1)"></span>
 +
    <span class="dot" onclick="currentSlide(2)"></span>
 +
    <span class="dot" onclick="currentSlide(3)"></span>
 +
    <span class="dot" onclick="currentSlide(4)"></span>
 +
    <span class="dot" onclick="currentSlide(5)"></span>
 +
    <span class="dot" onclick="currentSlide(6)"></span>
 +
    <span class="dot" onclick="currentSlide(7)"></span>
 +
    <span class="dot" onclick="currentSlide(8)"></span>
 +
    <span class="dot" onclick="currentSlide(9)"></span>
 +
    <span class="dot" onclick="currentSlide(10)"></span>
 +
    <span class="dot" onclick="currentSlide(11)"></span>
 +
    <span class="dot" onclick="currentSlide(12)"></span>
 +
    <span class="dot" onclick="currentSlide(13)"></span>
 +
    <span class="dot" onclick="currentSlide(14)"></span>
 +
  </div>
 +
  <br><br><br>
 +
<script>
 +
var slideIndex = 1;
 +
showSlides(slideIndex);
 +
 +
function plusSlides(n) {
 +
  showSlides(slideIndex += n);
 +
}
 +
 +
function currentSlide(n) {
 +
  showSlides(slideIndex = n);
 +
}
 +
 +
function showSlides(n) {
 +
  var i;
 +
  var slides = document.getElementsByClassName("mySlides");
 +
  var dots = document.getElementsByClassName("dot");
 +
  if (n > slides.length) {slideIndex = 1}   
 +
  if (n < 1) {slideIndex = slides.length}
 +
  for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none";
 +
  }
 +
  for (i = 0; i < dots.length; i++) {
 +
      dots[i].className = dots[i].className.replace(" active", "");
 +
  }
 +
  slides[slideIndex-1].style.display = "inline-block";
 +
  dots[slideIndex-1].className += " active";
 +
}
 +
</script>
 
</div>
 
</div>
 +
 +
 +
 +
<!-------------------------------------------------------------------------------------->
 +
 +
 +
  
 
<!-- Footer -->
 
<!-- Footer -->
 
<footer class="w3-center w3-green w3-padding-64 w3-opacity w3-hover-opacity-off">
 
<footer class="w3-center w3-green w3-padding-64 w3-opacity w3-hover-opacity-off">
 
   <div class="w3-xlarge w3-section">Team UI Indonesia<br>
 
   <div class="w3-xlarge w3-section">Team UI Indonesia<br>
     <i class="fa fa-envelope w3-hover-opacity"></i>&ensp; igemui2018@gmail.com
+
     <i class="fa fa-envelope w3-hover-opacity"></i>&#8194; igemui2018@gmail.com
 
   </div>
 
   </div>
 
</footer>
 
</footer>
 
</body>
 
</body>
 +
 +
 +
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
 +
 +
<script>
 +
// When the user scrolls down 20px from the top of the document, show the button
 +
window.onscroll = function() {scrollFunction()};
 +
 +
function scrollFunction() {
 +
    if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
 +
        document.getElementById("myBtn").style.display = "block";
 +
    } else {
 +
        document.getElementById("myBtn").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>
 +
 +
 
</html>
 
</html>
 +
<!---MT--->

Latest revision as of 08:15, 17 October 2018

MEET THE TEAM

Driven by kindred spirit and compassion, these fourteen undergraduate students from University of Indonesia (UI) are solemnly pledged to turn their mutual dreams into reality. Get to know them better, shall we?

asd

asd

asd

asd

asd

asd

Nuikita Wachid (Niki)
Team Manager
Niki is a Nursing student in her senior year. She is managing team funding for this project and helping team leader manage team. Her hobby is making creative contents through social media platforms like Instagram, Twitter, and Youtube. Her dream is to enroll into Ivy League's postgraduate program.
Valdi Ven Japranata
Team Leader
Valdi is a third-year student majoring Medicine. As a team leader, he supervises every divisions’ progress and keeps his team members’ enthusiasm. He is also part of the Wet Lab division. He likes to spend his spare time doing handcrafts, playing his little guitar, and listening to music. Lana Del Rey, Ed Sheeran, and Selena Gomez are some artists in his playlist. He aspires to be dermatologist in the future and develop his own skincare products."
Andrea Laurentius (Andre)
Wet Lab Division
Andrea is a second-year Medical student in Universitas Indonesia. Molecular engineering and surgery is his whole new level of ambitions. He loves to spend time in gyms and laboratories, and he is eagerly looking forward to the Giant Jamboree!
Luthfian Aby Nurachman (Aby)
Wet Lab Division
Aby is a second-year undergraduate studying Medicine in Universitas Indonesia. He holds great passion and enthusiasm in his path on becoming a great physicist. He enjoys sleeping and relaxing in his spare time. He also enjoys melon so much.
Muhammad Iqbal Adi Pratama (Iqbal)
Wet Lab Division
Iqbal is a second-year Medical undergraduate in Universitas Indonesia. Apart from his main interest in Biology and Medicine, he likes to watch random YouTube videos about history in his spare time.
Reysa Anggraini Vestiana Putri
Wet Lab Division
Reysa is a third-year Bio-Process Engineering student in Universitas Indonesia. She loves to eat spicy Indonesian foods such as rendang and “ayam geprek”. She eats a lot, and yet she still maintains a fairly thin body. She believes that is because of workout routines she does every morning. In her spare time, she usually makes crafts or watches videos on YouTube to fulfill her curiosities.
Ihya Fakhrurizal Amin
Dry Lab Division
Ihya is a second-year undergraduate majoring Medicine in Universitas Indonesia. He loves playing role-playing games, drawing weird creatures, and reading manga (i.e. Japanese comics) in his leisure time.
Jessica Farah
Dry Lab Division
Jessica is a third-year student majoring in Chemical Engineering. She just discovered onion rings by the age of 20 and currently, she is obsessed with it! She loves playing gmaes as she is now waiting for the localized version of Dragon Quest XI and Kingdom Hearts III, and cannot wait to play them.
Muhammad Ikhsan (Ikhsan)
Dry Lab Division
Ikhsan is a freshman majoring Biology. He admits to be the kind of person that doesn’t enjoy sports and arts that much, though he often watches films and listens to music in his spare time. He enjoys eating durian and “lele” (catfish). In general, his favorite moodboster is seeing colorful flowers around him.
Ainun Rahmania
Policy and Practice Division
Ainun is a third-year student majoring Chemical Engineering in Universitas Indonesia. One of her dreams is to travel around the world because she likes to meet new people. Moreover, she loves to play futsal, shown with three gold medals she earned in various futsal competitions.
Galuh Widyastuti
Policy and Practice Division
Galuh is a second-year undergraduate student majoring Environmental Health. She is keen on traveling (check #galdoestravel on Instagram!) and she has even learnt six foreign languages for that. She would refuse coffee and tea as she cannot consume caffeine.
Glory Lamria
Policy and Practice Division
Glory is an energetic third-year student majoring Bio-Process Engineering who has powerful combination of organizational, public speaking, and management skills. She is highly concerned on global issues and loves to discuss topics related to Sustainable Development Goals (SDGs) 2030. In her spare time, she would read books, travel, dance, and act in theatres.
Edwin Lawisan
Web - Wiki Design and Development
Edwin is a sophomore majoring Information Systems. He is passionate in Finance, Investment Banking, and Business Intelligence. Edwin is an avid non-fiction book peruser, a bibliophagist, and a historybuff. His favourite books include Why The Rich are Getting Richer By Robert Kiyosaki and Thinking, Fast and Slow by Daniel Kahneman.
Hema Mitta Kalyani
Web - Wiki Design and Development
Mitta is a passionate second-year undergraduate majoring Computer Science. Her all-time favorite number is 7. She loves being on her own, but that doesn’t mean she feels lonely because she is surrounded by good friends. She could also use a lot of sleep, probably to escape from reality.




Team UI Indonesia
  igemui2018@gmail.com