Difference between revisions of "Team:CSU CHINA"

Line 8: Line 8:
 
     <title>Home</title>
 
     <title>Home</title>
 
      
 
      
 +
<body>
 
     <style>
 
     <style>
      body,
+
         #homeimg{
      div,
+
            display: -webkit-flex ! important; /* Safari */
      ol,
+
            display: flex ! important;
      ul,
+
            background-image: url('../bbighome.jpg') ! important;
      li,
+
            background-size: cover ! important;
      dl,
+
            background-repeat: no-repeat ! important;
      dt,
+
            background-position: center ! important;
      dd,
+
            justify-content: center ! important;
      h1,
+
            align-items: center ! important;
      h2,
+
        }
      h3,
+
        .edgeword{
      h4,
+
            animation:edgeword 5s;
      h5,
+
        -webkit-animation:edgeword 5s; /* Safari and Chrome */
      h6,
+
            animation-iteration-count:infinite;
      p,
+
            -webkit-animation-iteration-count:infinite;
      form,
+
         }
      fieldset,
+
         @keyframes edgeword{
      legend,
+
            0% {color:rgba(255,255,255,0.6);}
      input {
+
            50% {color:rgba(255,255,255,0);}
         margin: 0;
+
            100% {color:rgba(255,255,255,0.6);}
        padding: 0;
+
         }
      }
+
         @-webkit-keyframes edgeword/* Safari and Chrome */{
      h1,
+
                     
      h2,
+
            0% {color:rgba(255,255,255,0.6);}
      h3,
+
            50% {color:rgba(255,255,255,0);}
      h4,
+
            100% {color:rgba(255,255,255,0.6);}
      h5,
+
        }
      h6 {
+
        font-size: 100%;
+
        font-weight: normal;
+
      }
+
      ol,
+
      ul {
+
        list-style: none;
+
      }
+
      img,
+
      fieldset {
+
        border: 0 none;
+
        display: block;
+
      }
+
 
+
      img {
+
        top: 15%;
+
      }
+
      img:hover {
+
        transition-duration: 1.8s;
+
      }
+
      .logo {
+
        margin: 0;
+
        left: 0px;
+
        width: 100%;
+
        position: absolute;
+
        transition-duration: 1s;
+
        z-index: 2;
+
      }
+
      #videoBox {
+
        position: relative;
+
        height: 97vh;
+
        overflow: hidden;
+
        background-image: url("https://static.igem.org/mediawiki/2019/f/fc/T--CSU_CHINA--testpage.jpg");
+
background-size:cover;
+
         width: 100%;
+
         margin: 0;
+
        padding: 0;
+
      }
+
 
+
      .buttonn {
+
        position: absolute;
+
        background-color: rgb(183, 130, 233);
+
         border-radius: 20px;
+
         border: 0px solid;
+
        height: 50px;
+
        width: 130px;
+
        left: 46%;
+
        top: 75%;
+
        z-index: 3;
+
        font-size: 1.5rem;
+
        color:white;
+
        transition-duration:  0.8s;
+
       
+
      }
+
      .buttonn:hover{
+
        background-color: rgb(186, 147, 201);
+
      }
+
 
     </style>
 
     </style>
     <script src="js/jquery-3.3.1.min.js" type="text/javascript"></script>
+
     <script>
    <script type="text/javascript">
+
        $(function(){
      $(function() {
+
            var video = document.getElementById("myVideo");
        var video = $("#videoShow");
+
        var logo = $(".logo");
+
  
        $("#btn").click(function() {
+
            $("#homeimg").click(function () {
          video.css("display", "block");
+
                video.css("display","block");
          $(this).css("left", "111%");
+
                sourceDom = $("<source src=\""+ "https://static.igem.org/mediawiki/2019/1/1b/T--CSU_CHINA--film1.mp4" +"\">");
          logo.css("left", "100%");
+
                video.append(sourceDom);
          sourceDom = $("<source src=\""+ "https://static.igem.org/mediawiki/2019/1/1b/T--CSU_CHINA--film1.mp4" +"\">");
+
                video[0].play();
          video.append(sourceDom)
+
            });
          video[0].play();
+
        });
+
  
        video.bind("ended", function() {
+
            video.bind("ended",function () {
          video.css("display", "none");
+
                video.css("display","none");
          $("#btn").css("left", "46%");
+
            });
          logo.css("left", "0");
+
 
         });
 
         });
      });
 
 
   
 
 
     </script>
 
     </script>
  </head>
+
     <div class="container-fluid m-0 p-0">
 
+
        <div class="row p-0 m-0" style="height: 100%; width: 100%;" id="homeimg">
  <body>
+
            <div class="col-12 p-0 m-0">
     <div id="videoBox">
+
                <div class="d-flex justify-content-center align-items-center edgeword" style="height: 100%; width: 8%; color: rgba(255,255,255,0.6); line-height: 100%; font-size: 1.5rem; left: 0; float: left;">
      <img class="logo" src="https://static.igem.org/mediawiki/2019/c/ca/T--CSU_CHINA--LOGOWITHWORDS.png" alt="LOGO" />
+
                    <p>C<br>L<br>I<br>C<br>K<br><br>T<br>O<br><br>W<br>A<br>T<br>C<br>H<br><br>V<br>I<br>D<br>E<br>O</p>
      <button id="btn" class="buttonn ">
+
                </div>
        PLAY
+
                <video
      </button>
+
                    muted
      <video
+
                    autoplay
        id="videoShow"
+
                    id="myVideo"
        muted
+
                    style="min-height:100vh; width:100%;display: none;">        
        autoplay
+
                    <source src ='https://static.igem.org/mediawiki/2019/1/1b/T--CSU_CHINA--film1.mp4'>
        id="myVideo"
+
                    Your browser does not support HTML5 video.
        style="min-height:100vh; width:100%;display: none;"
+
                </video>
       >
+
                <div class="d-flex justify-content-center align-items-center edgeword" style="height: 100%; width: 8%; color: rgba(255,255,255,0.6); line-height: 100%; font-size: 1.5rem; right: 0; float: right;">
 
+
                    <p>C<br>L<br>I<br>C<br>K<br><br>T<br>O<br><br>W<br>A<br>T<br>C<br>H<br><br>V<br>I<br>D<br>E<br>O</p>
        <source src ='https://static.igem.org/mediawiki/2019/1/1b/T--CSU_CHINA--film1.mp4'>
+
                </div>
        Your browser does not support HTML5 video.
+
            </div>
      </video>
+
        </div>
 
     </div>
 
     </div>
  </body>
+
</body>
 
</html>
 
</html>
  
 
{{CSU_CHINA/footer}}
 
{{CSU_CHINA/footer}}

Revision as of 01:59, 22 October 2019

loading……

Home

C
L
I
C
K

T
O

W
A
T
C
H

V
I
D
E
O

C
L
I
C
K

T
O

W
A
T
C
H

V
I
D
E
O

footer