Difference between revisions of "Team:NCTU Formosa/Test"

(Blanked the page)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{NCTU Formosa/Navigation}}
 
{{NCTU Formosa}}
 
<html>
 
  
<head>
 
    <meta charset="UTF-8">
 
    <title>NCTU_Formosa: Home</title>
 
    <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
    <link href="Home.css" rel="stylesheet" type="text/css">
 
    <script src="Home.js" type="text/javascript"></script>
 
    <script src="jQueryAssets/jquery-1.11.1.min.js"></script>
 
    <script src="jQueryAssets/jquery.ui-1.10.4.dialog.min.js"></script>
 
 
<style>
 
body {
 
    margin: 0;
 
    padding: 0;
 
    overflow-x: hidden;
 
    height: 100vh;
 
}
 
 
html, body{
 
overflow-x: hidden !important;
 
-ms-overflow-x: hidden !important;
 
}
 
 
#fut{
 
background: white;
 
width: 100vw;
 
height: 50px;
 
}
 
 
.Home{
 
background: #FFF;
 
position: relative;
 
}
 
 
/*----------------------------------------------------------------------------*/
 
 
#fut{
 
background: white;
 
width: 100vw;
 
height: 200px;
 
}
 
 
/*----------------------------------------------------------------------------*/
 
.sec_pic{
 
position: relative;
 
      height: 200%;
 
}
 
 
#one{
 
position: absolute;
 
width: 80%;
 
left: 10%;
 
}
 
 
#two{
 
position: absolute;
 
width: 25%;
 
left: 36vw;
 
top: -3.6vw;
 
}
 
 
#three{
 
position: absolute;
 
width: 37.5%;
 
left: 30.9vw;
 
top: 19.5vw;
 
}
 
 
#four{
 
position: absolute;
 
width: 27%;
 
left: 48.3vw;
 
top: 49.9vw
 
}
 
 
#five{
 
position: absolute;
 
width: 18%;
 
left: 30vw;
 
top: 45.6vw;
 
}
 
 
#six{
 
position: absolute;
 
width: 20%;
 
left: 16vw;
 
top: 12vw;
 
}
 
 
</style>
 
</head>
 
 
<body>
 
    <div class="Home">
 
        <img src="https://static.igem.org/mediawiki/2017/0/05/Home_page_1.png" width="100%">
 
    </div>
 
 
    <div class="sec_pic">
 
        <img src="https://static.igem.org/mediawiki/2017/8/8a/Hyperhome1.png" id="one">
 
        <img src="https://static.igem.org/mediawiki/2017/6/6d/Hyperhome2.png" id="two">
 
        <img src="https://static.igem.org/mediawiki/2017/5/5e/Hyperhome3.png" id="three">
 
        <img src="https://static.igem.org/mediawiki/2017/e/ee/Hyperhome4.png" id="four">
 
        <img src="https://static.igem.org/mediawiki/2017/a/ac/Hyperhome5.png" id="five">
 
        <img src="https://static.igem.org/mediawiki/2017/0/0f/Hyperhome6.png" id="six">
 
 
 
    </div>
 
 
    <div id="fut"></div>
 
 
</body>
 
</html>
 
 
{{NCTU_Formosa/Footer}}
 

Latest revision as of 01:28, 2 November 2017