Difference between revisions of "Team:CGU Taiwan/standard content"
Line 1: | Line 1: | ||
− | { | + | <html> |
+ | |||
+ | <style> | ||
+ | .navbar-brand{margin-top:50%} | ||
+ | .navbar-right{position:static} | ||
− | + | .header-list { | |
+ | font-size:15px !important; | ||
+ | width:5px; | ||
+ | background-color:red; | ||
+ | padding-left:2px; | ||
+ | z-index:5; | ||
+ | } | ||
− | + | .list-arrow { | |
− | + | padding-right:4px; | |
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | .list-arrow::after { | ||
+ | content: ''; | ||
+ | border-right: 2px solid #ccc; | ||
+ | border-top: 2px solid #ccc; | ||
+ | display: inline-block; | ||
+ | height: 8px; | ||
+ | margin: -4px 0 0; | ||
+ | position: absolute; | ||
+ | right: 10px; | ||
+ | top: 50%; | ||
+ | -webkit-transform: rotate(135deg); | ||
+ | -moz-transform: rotate(135deg); | ||
+ | -o-transform: rotate(135deg); | ||
+ | -ms-transform: rotate(135deg); | ||
+ | transform: rotate(135deg); | ||
+ | width: 8px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | aside { | ||
+ | float:left; | ||
+ | height:700px; | ||
+ | margin-left:20px; | ||
+ | } | ||
+ | |||
+ | article { | ||
+ | margin-left:125px; | ||
+ | } | ||
+ | |||
+ | .box-example1 { | ||
+ | background:#ffe666; | ||
+ | background-image: -webkit-linear-gradient(top, #ffe666, rgba(255,154,102,.8)); | ||
+ | margin:8px; | ||
+ | font-size:30px; | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | .mask { | ||
+ | position:fixed; | ||
+ | } | ||
+ | |||
+ | .box-square-basic { | ||
+ | height:35px; | ||
+ | width:100px; | ||
+ | } | ||
+ | |||
+ | .border-radius-round1 { | ||
+ | border-radius:4px; | ||
+ | padding-bottom:5px; | ||
+ | padding-left:5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <meta name="description" content=""> | ||
+ | <meta name="author" content=""> | ||
+ | <title>Home | CGU_Taiwan</title> | ||
+ | <link href="https://2015.igem.org/Team:CGU_Taiwan/css/bootstrap?action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | ||
+ | <link href="https://2015.igem.org/Team:CGU_Taiwan/css/animate?action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | ||
+ | <link href="https://2015.igem.org/Team:CGU_Taiwan/css/font-awesome?action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | ||
+ | <link href="https://2015.igem.org/Team:CGU_Taiwan/css/lightbox?action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | ||
+ | <link href="https://2015.igem.org/Team:CGU_Taiwan/css/main?action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | ||
+ | <link href="https://2015.igem.org/Team:CGU_Taiwan/css/responsive?action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script src="https://2015.igem.org/Team:CGU_Taiwan/js/html5shiv?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2015.igem.org/Team:CGU_Taiwan/js/respond?action=raw&ctype=text/javascript"></script> | ||
+ | <![endif]--> | ||
+ | <link rel="shortcut icon" href="images/ico/favicon.ico"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png"> | ||
+ | <link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png"> | ||
+ | </head> | ||
<body> | <body> | ||
− | + | <header id="header" > | |
− | + | ||
− | + | <div class="navbar navbar-inverse" role="banner"> | |
+ | <div class="container" > | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
+ | <span class="sr-only"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand" href="https://2015.igem.org/Team:CGU_Taiwan"> | ||
+ | <h1><img src="https://static.igem.org/mediawiki/2015/d/d4/CGU-logo-60x60.jpg" alt="logo"></h1> | ||
+ | </a> | ||
+ | |||
+ | </div> | ||
+ | <div class="collapse navbar-collapse"> | ||
+ | <ul class="nav navbar-nav navbar-right"> | ||
+ | |||
+ | <li class="header-list"><a href="https://2015.igem.org/Team:CGU_Taiwan/Description"><font size="4">Project</font></a></li> | ||
+ | <li class="dropdown header-list"><a href="#" class="list-arrow"><font size="4">Experiment </font></a> | ||
+ | <ul role="menu" class="sub-menu"> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Experiments">Protocols</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Modeling">Modeling</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Results">Result</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown header-list"><a href="#" class="list-arrow"><font size="4">Parts </font></a> | ||
+ | <ul role="menu" class="sub-menu"> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Parts">Team Parts</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Basic_Part">Basic Parts</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Composite_Part">Composite Parts</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Part_Collection">Part Collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="header-list"><a href="https://2015.igem.org/Team:CGU_Taiwan/Practices" ><font size="4">Human Practice</font></a></li> | ||
+ | <li class="header-list"><a href="https://2015.igem.org/Team:CGU_Taiwan/Collaborations" ><font size="4">Collaboration</font></a></li> | ||
+ | <li class="header-list"><a href="https://2015.igem.org/Team:CGU_Taiwan/Team"><font size="4">About Us </font></a></li> | ||
+ | <li class="header-list"><a href="https://2015.igem.org/Team:CGU_Taiwan/Attributions"><font size="4">Attribution</font></a></li> | ||
+ | <li class="dropdown header-list"><a href="#" class="list-arrow"><font size="4">Notebook</font></a> | ||
+ | <ul role="menu" class="sub-menu"> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Timeline">Overview & Timeline</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Notebook">Lab Notes</a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:CGU_Taiwan/Medals">Medals</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | </ul> | ||
+ | </div> | ||
− | + | </div> | |
− | + | </div> | |
− | + | </header> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <script type="text/javascript" src="https://2015.igem.org/Team:CGU_Taiwan/js/jquery?action=raw&ctype=text/javascript"></script> | ||
<script type="text/javascript" src="https://2015.igem.org/Team:CGU_Taiwan/js/bootstrap?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2015.igem.org/Team:CGU_Taiwan/js/bootstrap?action=raw&ctype=text/javascript"></script> | ||
<script type="text/javascript" src="https://2015.igem.org/Team:CGU_Taiwan/js/lightbox?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2015.igem.org/Team:CGU_Taiwan/js/lightbox?action=raw&ctype=text/javascript"></script> | ||
<script type="text/javascript" src="https://2015.igem.org/Team:CGU_Taiwan/js/wow?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2015.igem.org/Team:CGU_Taiwan/js/wow?action=raw&ctype=text/javascript"></script> | ||
<script type="text/javascript" src="https://2015.igem.org/Team:CGU_Taiwan/js/main?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2015.igem.org/Team:CGU_Taiwan/js/main?action=raw&ctype=text/javascript"></script> | ||
− | < | + | |
− | + | ||
− | + | </body> | |
</html> | </html> |
Revision as of 08:31, 17 November 2015