Difference between revisions of "Team:KoreaSonyeodul"

 
(178 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<html lang="en">
 
<html lang="en">
 
   <head>
 
   <head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=0, user-scalable=no, target-densitydpi=medium-dpi" />
 
     <style>
 
     <style>
 
       #wrap {width: 60%; margin: auto;}
 
       #wrap {width: 60%; margin: auto;}
      body{
+
#container { width: 80%; margin: auto;}
      margin: 0;
+
#block { width: 80%; margin:auto;}
      background: url('https://static.igem.org/mediawiki/2016/e/ee/T--KoreaSonyeodul--TitleBackground.png');
+
      background-size: 100%;
+
      background-repeat: no-repeat;
+
      background-attachment: top;
+
      }
+
      <!--mainTitle-->
+
      .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
+
      .site {width: 100%}
+
      .site h1 {
+
      margin-top: 250px;
+
      color: #ffffff;
+
      text-decoration: none;
+
      font-size: 80px;
+
      height: 35px;
+
      background-color: rgba(255, 255, 255, 0.0);}
+
      .site h2 {margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px;
+
      font-size: 50px;
+
      color: #ffffff;
+
      height: 30px;
+
      }
+
  
      .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
 
  
      <!--TitlePageSummaryBox-->
 
      .summary {padding-top: 200px; margin-bottom: 20px;}
 
      .summary h1 {margin-top:0; margin-botton:5px; margin-left: 15px; margin-right: 15px; font-size: 22px; font-family: Roboto;}
 
      .summary p {margin-top: 0; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font-size: 14px;}
 
      .summary a {display: block; border: solid 1px #ddddd; color: black; text-decoration: none; text-align: center;}
 
      .summary a:hover {box-shadow:0 0 10px #dddddd; opacity: 0.8;}
 
      .summary img {max-width: 100%; height: auto; border: none; margin-bottom: 15px; vertical-align: bottom;}
 
      .mainBox {padding-top: 20px; padding-bottom: 20px; float: left; width: 50%;}
 
      .titleAnimation {float: left; width: 50%; height: auto; }
 
      .titleContent {clear: left; width: 100%; height: auto;}
 
      .mainBox1:after {content:''; display:block;}
 
      .smallBox1 {float: left; clear: left; height: 10%; width: 32%; margin-right: 2%;}
 
      .smallBox2 {float: left; height: 10%; width: 32%; margin-right: 2%;}
 
      .smallBox3 {float: left; height: 10%; width: 32%;}
 
 
      <!--TitleBoxContent-->
 
      .titleContent {height: auto; padding-top: 100px;}
 
      .titleContent h1 {font-size: 30px;}
 
      .titleContent p {font-size: 25px; font-family: Roboto;}
 
      .titleContent2 {width: 680px; height: 460px; margin: auto; padding-top: 50px;}
 
     
 
      <!--TitleContent2:VIDEO-->
 
      <div class="titleContent2">
 
        <video controls="controls" width="640" height="360" class="video-js vjs-default-skin" data-setup="{}">
 
          <source src="" type="video/mp4" />
 
        </video>
 
      </div>
 
     
 
      <!--TitleContentSNS-->
 
      .follow {width: 1000px; margin: auto;}
 
      .follow ul:after {content:"";
 
      display: block;
 
      clear: both}
 
      .follow li {float: left;
 
      position: relative;
 
      }
 
 
      .follow li a:hover {opacity: 0.6;}
 
      .follow i {
 
      margin-left: 10px;
 
      font-size: 34px;
 
      vertical-align: middle;}
 
 
      <!--Animation-->
 
      .conent1 {
 
      position: relative;
 
      }
 
      .image {
 
      position: relative;
 
      -webkit-animation:spin 4s linear infinite;
 
      -moz-animation:spin 4s linear infinite;
 
      animation:spin 4s linear infinite;}
 
 
 
      @-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
 
      @-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
 
      @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(-360deg); } }
 
 
      .content2 {position: relative; top: 90px; right:-80px;}
 
      .image2 {
 
      position: relative;
 
      -webkit-animation:spin2 4s linear infinite;
 
      -moz-animation:spin2 4s linear infinite;
 
      animation:spin2 4s linear infinite;}
 
 
 
      @-moz-keyframes spin2 { 100% { -moz-transform: rotate(360deg); } }
 
      @-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(360deg); } }
 
      @keyframes spin2 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
 
 
      .content3 {position: relative; top:20px; right: -50px; float: right}
 
 
      <!--FadeIn-->
 
      @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
 
 
      body {padding: 0; margin: 0; background-color: #333;}
 
 
      .container {position: fixed; top: 25%; left: 25%;}
 
 
      @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
      @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
      @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
 
      .fade-in {
 
      opacity:0;  /* make things invisible upon start */
 
      -webkit-animation:fadeIn ease-in 1;
 
      -moz-animation:fadeIn ease-in 1;
 
      animation:fadeIn ease-in 1;
 
 
      -webkit-animation-fill-mode:forwards;
 
      -moz-animation-fill-mode:forwards;
 
      animation-fill-mode:forwards;
 
 
      -webkit-animation-duration:1s;
 
      -moz-animation-duration:1s;
 
      animation-duration:1s;
 
      }
 
 
      .fade-in.one {
 
      -webkit-animation-delay: 0.7s;
 
      -moz-animation-delay: 0.7s;
 
      animation-delay: 0.7s;
 
      }
 
 
      .fade-in.two {
 
      -webkit-animation-delay: 1.2s;
 
      -moz-animation-delay:1.2s;
 
      animation-delay: 1.2s;
 
      }
 
 
      .fade-in.three {
 
      -webkit-animation-delay: 1.6s;
 
      -moz-animation-delay: 1.6s;
 
      animation-delay: 1.6s;
 
      }
 
 
    </style>
 
    <link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link>
 
    <link href="//vjs.zencdn.net/4.9/video-js.css" rel="stylesheet"></link>
 
    <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
 
      <meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
 
    </link>
 
  </head>
 
 
  <body>
 
 
    <!--Title-->
 
 
    <div class="box fade-in one">
 
      <div id="" align="center">
 
        <div id="fontlight" class="site">
 
          <h1>
 
            <font face="Roboto" weight="200">KOREASONYEODUL</font>
 
          </h1>
 
          <h2>
 
            <font face="Roboto">Main Subtitle</font>
 
          </h2>
 
        </div>
 
      </div>
 
    </div>
 
 
 
    <!--TitleBoxes-->
 
    <div id="wrap">
 
      <div class="box fade-in two">
 
        <div class="mainBox">
 
          <article class="summary">
 
            <a href="#">
 
              <img src="https://static.igem.org/mediawiki/2016/thumb/7/74/T--KoreaSonyeodul--Icon.jpeg/600px-T--KoreaSonyeodul--Icon.jpeg"></img>
 
              <h1>
 
                This is the Main Content
 
              </h1>
 
              <p>Here comes the explanation.</p>
 
            </a>
 
          </article>
 
        </div>
 
 
        <!--Animation-->
 
        <div class="titleAnimation">
 
          <div class="content1">
 
            <img class="image" width="50%" align="right" src="https://static.igem.org/mediawiki/2016/1/17/T--KoreaSonyeodul--Saw1.png"></img>
 
          </div>
 
          <div class="content2">
 
            <img class="image2" src="https://static.igem.org/mediawiki/2016/e/e3/T--KoreaSonyeodul--Saw2.png" width="40%"></img>
 
          </div>
 
          <div class="content3">
 
            <img align="right" src="https://static.igem.org/mediawiki/2016/8/87/T--KoreaSonyeodul--Worm.png" width="70%"></img>
 
          </div>
 
        </div>
 
      </div>
 
 
      <!--TitleContent1:EXPLANATION-->
 
      <div class="titleContent">
 
        <h1>
 
          <font face="Roboto"> Our Research Focuses on...</font>
 
        </h1>
 
        <p>
 
          &nbsp;&nbsp;&nbsp;Bacteria is a vital decomposer in our everyday lives. It decomposes and recycles things that can be reused in the nature. Our team came to think that this beneficial bacterium might be a solution to the problem regarding increasing trash in the Earth. Of all projects attempting to solve trash problems, research about plastic degrading bacteria is the most popular. However, our team felt that the research has not been efficient enough and fast enough to solve the fundamental problem. Through this research, as a student, we hope to dedicate to what our society is facing.
 
          <br/>&nbsp;&nbsp;&nbsp;The fundamental purpose of the research is to generate a more efficient and fast plastic degrading process through the plastic degrading bacteria and make plastic bacteria practically usable. The current bacteria are slow in degrading speed and low in degrading quantity, so our research hopes to find better solution for efficiency.
 
        </p>
 
      </div>
 
<html lang="en">
 
  <head>
 
    <style>
 
      #wrap {width: 60%; margin: auto;}
 
 
       body{
 
       body{
 
       margin: 0;
 
       margin: 0;
       background: url('https://static.igem.org/mediawiki/2016/e/ee/T--KoreaSonyeodul--TitleBackground.png');
+
       background: url('https://static.igem.org/mediawiki/2016/b/bd/T--KoreaSonyeodul--TitleBackground4.png');
       background-size: 100%;
+
       background-size:100%;
 
       background-repeat: no-repeat;
 
       background-repeat: no-repeat;
 
       background-attachment: top;
 
       background-attachment: top;
 
       }
 
       }
 
       <!--mainTitle-->
 
       <!--mainTitle-->
       .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
+
       .site .mainBox .mainBox1 {width: 100%; margin-left: auto; margin-right: auto;}
 
       .site {width: 100%}
 
       .site {width: 100%}
 
       .site h1 {
 
       .site h1 {
       margin-top: 250px;
+
       margin-top: 15%;
 
       color: #ffffff;
 
       color: #ffffff;
 
       text-decoration: none;
 
       text-decoration: none;
       font-size: 80px;
+
       font-size: 800%;
       height: 35px;
+
       height: 35px; <!--error-->
 
       background-color: rgba(255, 255, 255, 0.0);}
 
       background-color: rgba(255, 255, 255, 0.0);}
       .site h2 {margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px;
+
       .site h2 {font-weight:100; margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px;
       font-size: 50px;
+
       font-size: 300%;
 
       color: #ffffff;
 
       color: #ffffff;
       height: 30px;
+
       height: 30px;<!--error-->
 
       }
 
       }
  
       .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
+
       .site .mainBox .mainBox1 {width: 100%; margin-left: auto; margin-right: auto;}
  
 
       <!--TitlePageSummaryBox-->
 
       <!--TitlePageSummaryBox-->
       .summary {padding-top: 200px; margin-bottom: 20px;}
+
       .summary {padding-top: 50%; margin-bottom: 20%;}
       .summary h1 {margin-top:0; margin-botton:5px; margin-left: 15px; margin-right: 15px; font-size: 22px; font-family: Roboto;}
+
       .summary h1 {margin-top:0; margin-botton:5%; margin-left: 15%; margin-right: 15%; font-size: 220%; font-family: Roboto;}
 
       .summary p {margin-top: 0; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font-size: 14px;}
 
       .summary p {margin-top: 0; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font-size: 14px;}
 
       .summary a {display: block; border: solid 1px #ddddd; color: black; text-decoration: none; text-align: center;}
 
       .summary a {display: block; border: solid 1px #ddddd; color: black; text-decoration: none; text-align: center;}
 
       .summary a:hover {box-shadow:0 0 10px #dddddd; opacity: 0.8;}
 
       .summary a:hover {box-shadow:0 0 10px #dddddd; opacity: 0.8;}
 
       .summary img {max-width: 100%; height: auto; border: none; margin-bottom: 15px; vertical-align: bottom;}
 
       .summary img {max-width: 100%; height: auto; border: none; margin-bottom: 15px; vertical-align: bottom;}
       .mainBox {padding-top: 20px; padding-bottom: 20px; float: left; width: 50%;}
+
       .mainBox {padding-top: 200px; padding-bottom: 20px; float: left; width: 50%;}
       .titleAnimation {float: left; width: 50%; height: auto; }
+
.mainBox h1 {line-height: 1.3em; font-size:25px; color:#980000;}
       .titleContent {clear: left; width: 100%; height: auto;}
+
       .titleAnimation {padding-top:350px; float: left; width: 50%; height: auto; }
 +
       .titleContent {padding-top: 100px; clear: left; width: 100%; height: auto;}
 
       .mainBox1:after {content:''; display:block;}
 
       .mainBox1:after {content:''; display:block;}
 
       .smallBox1 {float: left; clear: left; height: 10%; width: 32%; margin-right: 2%;}
 
       .smallBox1 {float: left; clear: left; height: 10%; width: 32%; margin-right: 2%;}
 +
.smallBox1 h1 {line-height: 1.3em; font-size: 20px; font-weight:normal; color:#980000;}
 
       .smallBox2 {float: left; height: 10%; width: 32%; margin-right: 2%;}
 
       .smallBox2 {float: left; height: 10%; width: 32%; margin-right: 2%;}
 +
.smallBox2 h1 {line-height: 1.3em; font-size: 20px; font-weight:normal; color:#980000;}
 
       .smallBox3 {float: left; height: 10%; width: 32%;}
 
       .smallBox3 {float: left; height: 10%; width: 32%;}
 +
.smallBox3 h1 {line-height: 1.3em; font-size: 20px; font-weight:normal; color:#980000;}
  
 
       <!--TitleBoxContent-->
 
       <!--TitleBoxContent-->
       .titleContent {height: auto; padding-top: 100px;}
+
       .titleContent {height: auto; padding-top: 100px; display: block; color: rgba(255,255,255,0.5);}
       .titleContent h1 {font-size: 30px;}
+
       .titleContent h1 {font-size: 30px; font-family:Roboto; font-weight:normal; color:#ffffff; text-shadow: 1px 1px 10px gray;}
       .titleContent p {font-size: 25px; font-family: Roboto;}
+
       .titleContent h2 {font-size: 25px;line-height:1.3em;color:#ffffff; text-shadow: 1px 1px 10px gray;}
       .titleContent2 {width: 680px; height: 460px; margin: auto; padding-top: 50px;}
+
       .titleContent2 { width: 680px; height: 400px; margin: auto; padding-top: 500px; padding-bottom: 50px;}
        
+
       .titleContent4 h2 {text-align: center; font-size: 90px; font-family: 'Fredericka the Great'; font-weight:normal; color:white;}
 
       <!--TitleContentSNS-->
 
       <!--TitleContentSNS-->
       .follow {width: 1000px; margin: auto;}
+
 
 +
       .followwrap {display: table; margin-left: auto; margin-right: auto;}
 +
.follow li a {display: block; padding: 5px; color: #000000; font-size: 14px;}
 +
      .follow {padding-left: 245px; padding-bottom: 50px;}
 
       .follow ul:after {content:"";
 
       .follow ul:after {content:"";
 
       display: block;
 
       display: block;
Line 288: Line 90:
 
       @-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
 
       @-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
 
       @-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
 
       @-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
       @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(-360deg); } }
+
       @keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
  
 
       .content2 {position: relative; top: 90px; right:-80px;}
 
       .content2 {position: relative; top: 90px; right:-80px;}
Line 298: Line 100:
  
  
       @-moz-keyframes spin2 { 100% { -moz-transform: rotate(360deg); } }
+
       @-moz-keyframes spin2 { 100% { -moz-transform: rotate(-360deg); } }
       @-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(360deg); } }
+
       @-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(-360deg); } }
       @keyframes spin2 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
+
       @keyframes spin2 { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
 
+
      .content3 {position: relative; top:20px; right: -50px; float: right}
+
  
 +
      .content3 {position: relative; top:20px; right: -50px; float: right; z-index:999}
 +
.image3 {position: relative; top: -150px; width: 500px; right: -50px;}
 
       <!--FadeIn-->
 
       <!--FadeIn-->
 
       @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
 
       @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
Line 347: Line 149:
 
       animation-delay: 1.6s;
 
       animation-delay: 1.6s;
 
       }
 
       }
 
+
.inline {width:1000px;}
 
     </style>
 
     </style>
 
     <link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link>
 
     <link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link>
 
     <link href="//vjs.zencdn.net/4.9/video-js.css" rel="stylesheet"></link>
 
     <link href="//vjs.zencdn.net/4.9/video-js.css" rel="stylesheet"></link>
     <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+
     <link href="https://fonts.googleapis.com/css?family=Roboto:100,200,300,400" rel="stylesheet">
      <meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
+
    <link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">
 +
 
 
     </link>
 
     </link>
 
   </head>
 
   </head>
Line 367: Line 170:
 
           </h1>
 
           </h1>
 
           <h2>
 
           <h2>
             <font face="Roboto">Main Subtitle</font>
+
              
 +
<font face="Roboto" weight="100">
 +
Starts a Plastic Revolution with Mealworms' Gut Bacteria</font>
 
           </h2>
 
           </h2>
 
         </div>
 
         </div>
Line 378: Line 183:
 
       <div class="box fade-in two">
 
       <div class="box fade-in two">
 
         <div class="mainBox">
 
         <div class="mainBox">
          <article class="summary">
+
 
            <a href="#">
+
              <img src="https://static.igem.org/mediawiki/2016/thumb/7/74/T--KoreaSonyeodul--Icon.jpeg/600px-T--KoreaSonyeodul--Icon.jpeg"></img>
+
              <h1>
+
                This is the Main Content
+
              </h1>
+
              <p>Here comes the explanation.</p>
+
            </a>
+
          </article>
+
 
         </div>
 
         </div>
  
Line 400: Line 197:
 
             <img align="right" src="https://static.igem.org/mediawiki/2016/8/87/T--KoreaSonyeodul--Worm.png" width="70%"></img>
 
             <img align="right" src="https://static.igem.org/mediawiki/2016/8/87/T--KoreaSonyeodul--Worm.png" width="70%"></img>
 
           </div>
 
           </div>
 +
<div class="content4">
 +
<img class="image3" src="https://static.igem.org/mediawiki/2016/3/32/T--KoreaSonyeodul--TitleBackgroundCity2.png">
 +
</div>
 
         </div>
 
         </div>
 
       </div>
 
       </div>
Line 405: Line 205:
 
       <!--TitleContent1:EXPLANATION-->
 
       <!--TitleContent1:EXPLANATION-->
 
       <div class="titleContent">
 
       <div class="titleContent">
 +
<div class="titleContent4"><h2>PLASTIC REVOLUTION</h2></div>
 +
 +
<div class="inline" style="color:white; background-color:rgba(255,255,255,0.1); padding:20px; width:100%;">
 
         <h1>
 
         <h1>
           <font face="Roboto"> Our Research Focuses on...</font>
+
           <font face="Roboto" weight="400"> Our Research Focuses on...</font>
 
         </h1>
 
         </h1>
         <p>
+
         <h2><font face="Roboto" weight="300">
 
           &nbsp;&nbsp;&nbsp;Bacteria is a vital decomposer in our everyday lives. It decomposes and recycles things that can be reused in the nature. Our team came to think that this beneficial bacterium might be a solution to the problem regarding increasing trash in the Earth. Of all projects attempting to solve trash problems, research about plastic degrading bacteria is the most popular. However, our team felt that the research has not been efficient enough and fast enough to solve the fundamental problem. Through this research, as a student, we hope to dedicate to what our society is facing.
 
           &nbsp;&nbsp;&nbsp;Bacteria is a vital decomposer in our everyday lives. It decomposes and recycles things that can be reused in the nature. Our team came to think that this beneficial bacterium might be a solution to the problem regarding increasing trash in the Earth. Of all projects attempting to solve trash problems, research about plastic degrading bacteria is the most popular. However, our team felt that the research has not been efficient enough and fast enough to solve the fundamental problem. Through this research, as a student, we hope to dedicate to what our society is facing.
           <br/>&nbsp;&nbsp;&nbsp;The fundamental purpose of the research is to generate a more efficient and fast plastic degrading process through the plastic degrading bacteria and make plastic bacteria practically usable. The current bacteria are slow in degrading speed and low in degrading quantity, so our research hopes to find better solution for efficiency.
+
           <br/>&nbsp;&nbsp;&nbsp;The fundamental purpose of the research is to generate a more efficient and fast plastic degrading process through the plastic degrading bacteria and make plastic bacteria practically usable. The current bacteria are slow in degrading speed and low in degrading quantity, so our research hopes to find better solution for efficiency.</font>
         </p>
+
         </h2>
      </div>
+
</div>
 +
</div>
 +
 
 
       <!--TitleContent2:VIDEO-->
 
       <!--TitleContent2:VIDEO-->
 
       <div class="titleContent2">
 
       <div class="titleContent2">
        <video controls="controls" width="640" height="360" class="video-js vjs-default-skin" data-setup="{}">
+
<iframe width="680" height="400" src="https://www.youtube.com/embed/DDVjJcul0pE" frameborder="0" allowfullscreen></iframe>
          <source src="" type="video/mp4" />
+
        </video>
+
 
       </div>
 
       </div>
      <!--TitleContent3:SNS-->
 
        <div class="follow">
 
          <ul>
 
            <li style="list-style:none"><a href="" class="follow-tw" style="text-decoration: none">
 
              <i class="fa fa-fw fa-twitter" ></i>Twitter</a></li>
 
            <li style="list-style:none"><a href="" class="follow-fb" style="text-decoration: none">
 
              <i class="fa fa-fw fa-facebook"></i>Facebook</a></li>
 
            <li style="list-style:none"><a href="" class="follow-gp" style="text-decoration: none">
 
              <i class="fa fa-fw fa-google-plus"></i>Google</a></li>
 
          </ul>
 
        </div>
 
 
      <!--OtherTitleBoxes-->
 
      <div class="box fade-in three">
 
        <div class="mainBox1">
 
          <article class="summary">
 
            <div class="smallBox1">
 
              <a href="#">
 
                <img src="https://static.igem.org/mediawiki/2016/thumb/7/74/T--KoreaSonyeodul--Icon.jpeg/600px-T--KoreaSonyeodul--Icon.jpeg"></img>
 
                <h1>
 
                  This is the Main Content1
 
                </h1>
 
                <p>Here comes the explanation.</p>
 
              </a>
 
            </div>
 
          </article>
 
          <article class="summary">
 
            <div class="smallBox2">
 
              <a href="#">
 
                <img src="https://static.igem.org/mediawiki/2016/thumb/7/74/T--KoreaSonyeodul--Icon.jpeg/600px-T--KoreaSonyeodul--Icon.jpeg"></img>
 
                <h1>
 
                  This is the Main Content2
 
                </h1>
 
                <p>Here comes the explanation.</p>
 
              </a>
 
            </div>
 
          </article>
 
          <article class="summary">
 
            <div class="smallBox3">
 
              <a href="#">
 
                <img src="https://static.igem.org/mediawiki/2016/thumb/7/74/T--KoreaSonyeodul--Icon.jpeg/600px-T--KoreaSonyeodul--Icon.jpeg"></img>
 
                <h1>
 
                  This is the Main Content3
 
                </h1>
 
                <p>Here comes the explanation.</p>
 
              </a>
 
            </div>
 
          </article>
 
        </div>
 
      </div>
 
    </div>
 
    <!--EndOfWrap-->
 
    <!--Footer-->
 
 
  </body>
 
</html>
 
 
 
  
 
       <!--TitleContent3:SNS-->
 
       <!--TitleContent3:SNS-->
         <div class="follow">
+
<div id="container" class="followwrap">
 +
         <div id="block" class="follow">
 
           <ul>
 
           <ul>
             <li style="list-style:none"><a href="" class="follow-tw" style="text-decoration: none">
+
             <li style="list-style:none"><a href="https://twitter.com/koreasonyeoduls" class="follow-tw" style="text-decoration: none">
 
               <i class="fa fa-fw fa-twitter" ></i>Twitter</a></li>
 
               <i class="fa fa-fw fa-twitter" ></i>Twitter</a></li>
             <li style="list-style:none"><a href="" class="follow-fb" style="text-decoration: none">
+
             <li style="list-style:none"><a href="https://www.facebook.com/koreasonyeodul/" class="follow-fb" style="text-decoration: none">
 
               <i class="fa fa-fw fa-facebook"></i>Facebook</a></li>
 
               <i class="fa fa-fw fa-facebook"></i>Facebook</a></li>
             <li style="list-style:none"><a href="" class="follow-gp" style="text-decoration: none">
+
             <li style="list-style:none"><a href="https://www.google.com/maps/d/viewer?mid=16zsRpO2vwXJX8_hM993mODon8as&hl=en_US" class="follow-gp" style="text-decoration: none">
 
               <i class="fa fa-fw fa-google-plus"></i>Google</a></li>
 
               <i class="fa fa-fw fa-google-plus"></i>Google</a></li>
 
           </ul>
 
           </ul>
 
         </div>
 
         </div>
 
+
</div>
 
       <!--OtherTitleBoxes-->
 
       <!--OtherTitleBoxes-->
 
       <div class="box fade-in three">
 
       <div class="box fade-in three">
Line 495: Line 241:
 
           <article class="summary">
 
           <article class="summary">
 
             <div class="smallBox1">
 
             <div class="smallBox1">
               <a href="#">
+
               <a href="https://www.indiegogo.com/projects/i-mealworm-you-environment">
                 <img src="https://static.igem.org/mediawiki/2016/thumb/7/74/T--KoreaSonyeodul--Icon.jpeg/600px-T--KoreaSonyeodul--Icon.jpeg"></img>
+
                 <img src="https://static.igem.org/mediawiki/2016/8/8a/T--KoreaSonyeodul--indiegogo.png"></img>
 
                 <h1>
 
                 <h1>
                   This is the Main Content1
+
                   <font face="Roboto" weight="100">Indiegogo</font>
 
                 </h1>
 
                 </h1>
                <p>Here comes the explanation.</p>
 
 
               </a>
 
               </a>
 
             </div>
 
             </div>
Line 506: Line 251:
 
           <article class="summary">
 
           <article class="summary">
 
             <div class="smallBox2">
 
             <div class="smallBox2">
               <a href="#">
+
               <a href="https://tumblbug.com/koreasonyeodul">
                 <img src="https://static.igem.org/mediawiki/2016/thumb/7/74/T--KoreaSonyeodul--Icon.jpeg/600px-T--KoreaSonyeodul--Icon.jpeg"></img>
+
                 <img src="https://static.igem.org/mediawiki/2016/6/61/T--KoreaSonyeodul--tumblbug.png"></img>
 
                 <h1>
 
                 <h1>
                   This is the Main Content2
+
                   <font face="Roboto" weight="100">Tumblbug:<br/>KoreaSonyeodul</font>
 
                 </h1>
 
                 </h1>
                <p>Here comes the explanation.</p>
 
 
               </a>
 
               </a>
 
             </div>
 
             </div>
Line 517: Line 261:
 
           <article class="summary">
 
           <article class="summary">
 
             <div class="smallBox3">
 
             <div class="smallBox3">
               <a href="#">
+
               <a href="https://2016.igem.org/Team:KoreaSonyeodul/Gallery">
                 <img src="https://static.igem.org/mediawiki/2016/thumb/7/74/T--KoreaSonyeodul--Icon.jpeg/600px-T--KoreaSonyeodul--Icon.jpeg"></img>
+
                 <img src="https://static.igem.org/mediawiki/2016/3/34/T--KoreaSonyeodul--gallery.png"></img>
 
                 <h1>
 
                 <h1>
                   This is the Main Content3
+
                   <font face="Roboto" weight="100">KoreaSonyeodul Gallery</font>
 
                 </h1>
 
                 </h1>
                <p>Here comes the explanation.</p>
 
 
               </a>
 
               </a>
 
             </div>
 
             </div>

Latest revision as of 14:59, 14 October 2016

KOREASONYEODUL

Starts a Plastic Revolution with Mealworms' Gut Bacteria

PLASTIC REVOLUTION

Our Research Focuses on...

   Bacteria is a vital decomposer in our everyday lives. It decomposes and recycles things that can be reused in the nature. Our team came to think that this beneficial bacterium might be a solution to the problem regarding increasing trash in the Earth. Of all projects attempting to solve trash problems, research about plastic degrading bacteria is the most popular. However, our team felt that the research has not been efficient enough and fast enough to solve the fundamental problem. Through this research, as a student, we hope to dedicate to what our society is facing.
   The fundamental purpose of the research is to generate a more efficient and fast plastic degrading process through the plastic degrading bacteria and make plastic bacteria practically usable. The current bacteria are slow in degrading speed and low in degrading quantity, so our research hopes to find better solution for efficiency.