Difference between revisions of "Team:WashU StLouis/Header"

Line 1: Line 1:
<html>
+
<html lang="en">
 +
 
 
<head>
 
<head>
  
<style type="text/css">
+
  <meta charset="utf-8">
 +
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
  <meta name="viewport" content="width=device-width, initial-scale=1">
 +
  <meta name="description" content="">
 +
  <meta name="author" content="">
  
#contentSub, #footer-box, #catlinks, #search-controls,
+
  <title>Washington University - Penn State IGEM</title>
#p-logo, .printfooter, .firstHeading, .visualClear {
+
display: none;
+
}
+
  
#top-section {
+
  <!-- Bootstrap Core CSS -->
border: 0 none;
+
  <link href="css/bootstrap.min.css" rel="stylesheet">
height: 14px;
+
z-index: 100;
+
top: 0;
+
position: fixed;
+
width: 975px;
+
left: 50%;
+
margin-left: -487px;
+
}
+
  
#globalWrapper, #content {
+
  <!-- Custom CSS -->
width: 100%;
+
  <link href="css/igem.css" rel="stylesheet">
height: 100%;
+
border: 0px;
+
background-color: transparent;
+
margin: 0px;
+
padding: 0px;
+
padding-bottom:50px;
+
font-size: 100%;
+
}
+
  
html, body, .wrapper {
+
  <!-- Custom Fonts -->
width: 100%;
+
  <link href="https://2015.igem.org/Team:WashU_StLouis/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
height: 100%;
+
  <link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
background-color: transparent;
+
  <link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
}
+
  <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
 +
  <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
  
header{
+
  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
position:relative;
+
  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
margin-top:50px;
+
  <!--[if lt IE 9]>
top:10px;
+
  <script src="http://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
}
+
  <script src="http://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
 +
  <![endif]-->
  
footer{
+
  <!-- Background Req -->
position: relative;
+
  <script src="js/underscore-min.js"></script>
}
+
  <script src="js/backbone-min.js"></script>
 +
  <script src="js/d3.min.js" charset="utf-8"></script>
 +
  <script src="js/module-manager.js"></script>
  
.navbar {
 
margin: 0 auto;
 
margin-top: 1em;
 
padding: 1em;
 
border-radius: 10px;
 
}
 
  
</style>
 
 
<link rel="stylesheet" href="https://2015.igem.org/Team:WashU_StLouis/bootstrap.min.css?action=raw&ctype=text/css" type="text/css">
 
<link rel="stylesheet" href="https://2015.igem.org/Team:WashU_StLouis/igem.css?action=raw&ctype=text/css" type="text/css">
 
<link rel="stylesheet" href="https://2015.igem.org/Team:WashU_StLouis/font-awesome.css?action=raw&ctype=text/css" type="text/css">
 
<meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
 
 
</head>
 
</head>
 
<header>
 
    <div class= "navbar navbar-default navbar-fixed-top">
 
        <div class="text-center col-sm-12" id="navigation">
 
            <nav>
 
                <a href="https://2015.igem.org/Team:WashU_StLouis" id="home">Main</a>
 
                <a href="https://2015.igem.org/Team:WashU_StLouis/Team">Team</a>
 
                <a href="https://2015.igem.org/Team:WashU_StLouis/Research">Research</a>
 
                <a href="https://2015.igem.org/Team:WashU_StLouis/Modeling">Modeling</a>
 
                <a href="https://2015.igem.org/Team:WashU_StLouis/Cooperation">Cooperation</a>
 
                <a href="https://2015.igem.org/Team:WashU_StLouis/Outreach">Outreach</a>
 
                <a href="https://2015.igem.org/Team:WashU_StLouis/Journal">Journal</a>
 
            </nav>
 
        </div>
 
    </div>
 
</header>
 
 
 
</html>
 
</html>

Revision as of 04:34, 7 July 2015

Washington University - Penn State IGEM