Difference between revisions of "Team:KoreaSonyeodul"

 
(493 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{KoreaSonyeodul}}
 
{{KoreaSonyeodul}}
 
<html lang="en">
 
<html lang="en">
 +
  <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>
 +
      #wrap {width: 60%; margin: auto;}
 +
#container { width: 80%; margin: auto;}
 +
#block { width: 80%; margin:auto;}
  
<head><style>
 
body{
 
background: url('https://static.igem.org/mediawiki/2016/e/ee/T--KoreaSonyeodul--TitleBackground.png');
 
background-size: 100%;
 
background-repeat: no-repeat;
 
background-attachment: fixed;
 
}
 
  
.h1 {color: #ffffff;
+
      body{
margin-left: 450px;
+
      margin: 0;
margin-top: 200px;
+
      background: url('https://static.igem.org/mediawiki/2016/b/bd/T--KoreaSonyeodul--TitleBackground4.png');
margin-bottom: 50px;
+
      background-size:100%;
height: 200px;
+
      background-repeat: no-repeat;
font-size: 72px;
+
      background-attachment: top;
}
+
      }
 +
      <!--mainTitle-->
 +
      .site .mainBox .mainBox1 {width: 100%; margin-left: auto; margin-right: auto;}
 +
      .site {width: 100%}
 +
      .site h1 {
 +
      margin-top: 15%;
 +
      color: #ffffff;
 +
      text-decoration: none;
 +
      font-size: 800%;
 +
      height: 35px; <!--error-->
 +
      background-color: rgba(255, 255, 255, 0.0);}
 +
      .site h2 {font-weight:100; margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px;
 +
      font-size: 300%;
 +
      color: #ffffff;
 +
      height: 30px;<!--error-->
 +
      }
  
</style></head>
+
      .site .mainBox .mainBox1 {width: 100%; margin-left: auto; margin-right: auto;}
  
<body>
+
      <!--TitlePageSummaryBox-->
<h1>KOREASONYEODUL</h1>
+
      .summary {padding-top: 50%; margin-bottom: 20%;}
</body>
+
      .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 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: 200px; padding-bottom: 20px; float: left; width: 50%;}
 +
.mainBox h1 {line-height: 1.3em; font-size:25px; color:#980000;}
 +
      .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;}
 +
      .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 h1 {line-height: 1.3em; font-size: 20px; font-weight:normal; color:#980000;}
 +
      .smallBox3 {float: left; height: 10%; width: 32%;}
 +
.smallBox3 h1 {line-height: 1.3em; font-size: 20px; font-weight:normal; color:#980000;}
 +
 
 +
      <!--TitleBoxContent-->
 +
      .titleContent {height: auto; padding-top: 100px; display: block; color: rgba(255,255,255,0.5);}
 +
      .titleContent h1 {font-size: 30px; font-family:Roboto; font-weight:normal; color:#ffffff; text-shadow: 1px 1px 10px gray;}
 +
      .titleContent h2 {font-size: 25px;line-height:1.3em;color:#ffffff; text-shadow: 1px 1px 10px gray;}
 +
      .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-->
 +
 
 +
      .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:"";
 +
      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; z-index:999}
 +
.image3 {position: relative; top: -150px; width: 500px; right: -50px;}
 +
      <!--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;
 +
      }
 +
.inline {width:1000px;}
 +
    </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:100,200,300,400" rel="stylesheet">
 +
    <link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">
 +
 
 +
    </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" weight="100">
 +
Starts a Plastic Revolution with Mealworms' Gut Bacteria</font>
 +
          </h2>
 +
        </div>
 +
      </div>
 +
    </div>
 +
 
 +
 
 +
    <!--TitleBoxes-->
 +
    <div id="wrap">
 +
      <div class="box fade-in two">
 +
        <div class="mainBox">
 +
 
 +
        </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 class="content4">
 +
<img class="image3" src="https://static.igem.org/mediawiki/2016/3/32/T--KoreaSonyeodul--TitleBackgroundCity2.png">
 +
</div>
 +
        </div>
 +
      </div>
 +
 
 +
      <!--TitleContent1:EXPLANATION-->
 +
      <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>
 +
          <font face="Roboto" weight="400"> Our Research Focuses on...</font>
 +
        </h1>
 +
        <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.
 +
          <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>
 +
        </h2>
 +
</div>
 +
</div>
 +
 
 +
      <!--TitleContent2:VIDEO-->
 +
      <div class="titleContent2">
 +
<iframe width="680" height="400" src="https://www.youtube.com/embed/DDVjJcul0pE" frameborder="0" allowfullscreen></iframe>
 +
      </div>
 +
 
 +
      <!--TitleContent3:SNS-->
 +
<div id="container" class="followwrap">
 +
        <div id="block" class="follow">
 +
          <ul>
 +
            <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>
 +
            <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>
 +
            <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>
 +
          </ul>
 +
        </div>
 +
</div>
 +
      <!--OtherTitleBoxes-->
 +
      <div class="box fade-in three">
 +
        <div class="mainBox1">
 +
          <article class="summary">
 +
            <div class="smallBox1">
 +
              <a href="https://www.indiegogo.com/projects/i-mealworm-you-environment">
 +
                <img src="https://static.igem.org/mediawiki/2016/8/8a/T--KoreaSonyeodul--indiegogo.png"></img>
 +
                <h1>
 +
                  <font face="Roboto" weight="100">Indiegogo</font>
 +
                </h1>
 +
              </a>
 +
            </div>
 +
          </article>
 +
          <article class="summary">
 +
            <div class="smallBox2">
 +
              <a href="https://tumblbug.com/koreasonyeodul">
 +
                <img src="https://static.igem.org/mediawiki/2016/6/61/T--KoreaSonyeodul--tumblbug.png"></img>
 +
                <h1>
 +
                  <font face="Roboto" weight="100">Tumblbug:<br/>KoreaSonyeodul</font>
 +
                </h1>
 +
              </a>
 +
            </div>
 +
          </article>
 +
          <article class="summary">
 +
            <div class="smallBox3">
 +
              <a href="https://2016.igem.org/Team:KoreaSonyeodul/Gallery">
 +
                <img src="https://static.igem.org/mediawiki/2016/3/34/T--KoreaSonyeodul--gallery.png"></img>
 +
                <h1>
 +
                  <font face="Roboto" weight="100">KoreaSonyeodul Gallery</font>
 +
                </h1>
 +
              </a>
 +
            </div>
 +
          </article>
 +
        </div>
 +
      </div>
 +
    </div>
 +
    <!--EndOfWrap-->
 +
    <!--Footer-->
 +
 
 +
  </body>
 
</html>
 
</html>

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.