Difference between revisions of "Team:KoreaSonyeodul"

Line 49: Line 49:
 
       .titleContent p {font-size: 25px; font-family: Roboto;}
 
       .titleContent p {font-size: 25px; font-family: Roboto;}
 
       .titleContent2 {width: 680px; height: 460px; margin: auto; padding-top: 50px;}
 
       .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-->
 
       <!--TitleContentSNS-->
Line 210: Line 203:
 
         </p>
 
         </p>
 
       </div>
 
       </div>
<html lang="en">
 
  <head>
 
    <style>
 
      #wrap {width: 60%; margin: auto;}
 
      body{
 
      margin: 0;
 
      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;}
 
     
 
      <!--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>
 
 
       <!--TitleContent2:VIDEO-->
 
       <!--TitleContent2:VIDEO-->
 
       <div class="titleContent2">
 
       <div class="titleContent2">
Line 419: Line 210:
 
         </video>
 
         </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-->

Revision as of 16:47, 3 September 2016

KOREASONYEODUL

Main Subtitle

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.