Difference between revisions of "Team:NCTU Formosa"

(Blanked the page)
 
(7 intermediate revisions by 3 users 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: 100px;
 +
}
 +
 +
.Home{
 +
background: #FFF;
 +
position: relative;
 +
}
 +
 +
/*----------------------------------------------------------------------------*/
 +
 +
/*----------------------------------------------------------------------------*/
 +
.sec_pic{
 +
position: relative;
 +
height: 70vw;
 +
}
 +
 +
#one{
 +
    width: 80%;
 +
    position: relative;
 +
    left: 10vw;
 +
}
 +
 +
</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/a/a0/Xxxxxxxxxxxxxxxxxxxxxxxxxxx.png" id="one" class="one">
 +
    </div>
 +
 +
    <div id="fut"></div>
 +
 +
</body>
 +
</html>
 +
 +
{{NCTU_Formosa/Footer}}

Latest revision as of 02:06, 2 November 2017

navigation

NCTU_Formosa: Home

Untitled Document