Team:SUSTC-Shenzhen-B/team.html

From 2013.igem.org

(Difference between revisions)
m
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
                 <script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
                 <script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
                 <script type="text/javascript" src="https://2013.igem.org/SUSTC-SZ-B_2013iGEM/JS/bootstrap.min.js?action=raw&amp;ctype=text/javascript"></script>
                 <script type="text/javascript" src="https://2013.igem.org/SUSTC-SZ-B_2013iGEM/JS/bootstrap.min.js?action=raw&amp;ctype=text/javascript"></script>
 +
                <link type="text/css" rel="stylesheet" href="https://2013.igem.org/Team:SUSTC-Shenzhen-B/CSS/style.css?action=raw&amp;ctype=text/css" />
<link type="text/css" rel="stylesheet" href="https://2013.igem.org/SUSTC-SZ-B_2013iGEM/CSS/bootstrap.min.css?action=raw&amp;ctype=text/css" />
<link type="text/css" rel="stylesheet" href="https://2013.igem.org/SUSTC-SZ-B_2013iGEM/CSS/bootstrap.min.css?action=raw&amp;ctype=text/css" />
<link type="text/css" rel="stylesheet" href="https://2013.igem.org/SUSTC-SZ-B_2013iGEM/CSS/bootstrap-responsive.min.css?action=raw&amp;ctype=text/css" />
<link type="text/css" rel="stylesheet" href="https://2013.igem.org/SUSTC-SZ-B_2013iGEM/CSS/bootstrap-responsive.min.css?action=raw&amp;ctype=text/css" />
<style type="text/css">
<style type="text/css">
-
* {
+
                    body {
-
margin: 0px;
+
                    background: black;
-
padding: 0px;
+
                    }
-
}
+
-
html, body{
+
-
height: 100%;
+
-
width: 100%;
+
-
}
+
-
            body {
+
-
                background: black;
+
-
            }
+
-
            #iGEM_nav {
+
-
                padding:0;
+
-
                padding-left:15px;
+
-
                padding-right: 15px;
+
-
            }
+
-
            #iGEM_nav img {
+
-
                height: 40px;
+
-
            }
+
             .item {
             .item {
                 height: 100%;  
                 height: 100%;  
Line 47: Line 31:
                         $(".firstHeading").remove();  
                         $(".firstHeading").remove();  
                         $('.carousel').carousel('pause');                 
                         $('.carousel').carousel('pause');                 
-
                        var menu = document.getElementById('menu');
 
-
var init = menu.offsetTop;
 
-
var docked;
 
-
                        alert("1");
 
-
window.onscroll = function () {
 
-
                            /*if (!docked && (menu.offsetTop - scrollTop() < 0)) {
 
-
  menu.style.top = 0;
 
-
  menu.style.position = 'fixed';
 
-
  menu.className = 'docked';
 
-
  docked = true;
 
-
                        alert("2");
 
-
                            }
 
-
                            else if (docked && scrollTop() <= init) {
 
-
  menu.style.position = 'absolute';
 
-
  menu.style.top = init + 'px';
 
-
  menu.className = menu.className.replace('docked', '');
 
-
  docked = false;
 
-
                            }*/
 
-
};
 
-
function scrollTop() {
 
-
return document.body.scrollTop || document.documentElement.scrollTop;
 
-
}
 
});
});
</script>
</script>
Line 82: Line 44:
      </a>
      </a>
      <ul class="nav">
      <ul class="nav">
-
   <li class="dropdown"><a id="iGEM_nav" href="#" class="dropdown-toggle" data-toggle="dropdown"><img src="img/iGEM-white.gif"><b class="caret"></b></a>
+
   <li class="dropdown"><a id="iGEM_nav" href="#" class="dropdown-toggle" data-toggle="dropdown"><img src="https://static.igem.org/mediawiki/2013/2/26/2013ustcigem_IGEM_basic_Logo.png" /><b class="caret"></b></a>
     <ul class="dropdown-menu">
     <ul class="dropdown-menu">
-
      <form class="navbar-search pull-left">
+
                                                        <li><a href="2013.igem.org">Back to iGEM Homepage</a></li>
-
  <input type="text" class="search-query" placeholder="Search">
+
                                                        <li><a href="https://igem.org/Team_Wikis?year=2013">Back to iGEM Wiki Page</a></li>
-
</form>
+
                                                        <li class="divider"></li>
 +
                                                        <li><a href="/wiki/index.php?title=Team:SUSTC-Shenzhen-B/notebook.html&amp;action=edit">Edit</a></li>
 +
                                                        <li><a href="/wiki/index.php?title=Team:SUSTC-Shenzhen-B/notebook.html&amp;action=history">History</a></li>
 +
                                                        <li><a href="https://igem.org/User_Information">My Account</a></li>
     </ul>
     </ul>
   </li>
   </li>
Line 93: Line 58:
      <ul class="nav">
      <ul class="nav">
  <li><a href="project.html">Project</a></li>
  <li><a href="project.html">Project</a></li>
-
  <li class="active"><a href="#">Team</a></li>
+
  <li><a href="team.html">Team</a></li>
  <li><a href="human.html">Human Practice</a></li>
  <li><a href="human.html">Human Practice</a></li>
-
  <li><a href="notebook.html">Notebook</a></li>
+
  <li class="active"><a href="#">Notebook</a></li>
</ul>
</ul>
      </div>
      </div>

Revision as of 08:59, 27 September 2013