Latin America/Templates/Header

From 2013.igem.org

(Difference between revisions)
(Created page with "<html lang="en"> </p></div></div></div></div> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta charset="utf-8"> <meta name="viewport" ...")
 
(33 intermediate revisions not shown)
Line 7: Line 7:
     <meta name="description" content="">
     <meta name="description" content="">
     <meta name="author" content="">
     <meta name="author" content="">
-
 
-
    <title>Carousel Template for Bootstrap</title>
 
     <!-- Bootstrap core CSS -->
     <!-- Bootstrap core CSS -->
Line 23: Line 21:
         <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
         <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
     <![endif]-->
     <![endif]-->
 +
 +
  <style type="text/css">
 +
  <!--
 +
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;}
 +
#top-section {
 +
    border: none;
 +
    height: 0px;}
 +
#content {
 +
    border: none;}
 +
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
 +
#menubar {
 +
    width: auto;}
 +
 +
body {
 +
    margin: 10px 0 0 0;
 +
    padding: 0;}
 +
#top-section {
 +
    width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
 +
#menubar {
 +
    font-size: 65%;
 +
    top: -14px;}
 +
.left-menu:hover {
 +
    background-color: transparent;}
 +
#menubar li a {
 +
    background-color: transparent;}
 +
#menubar:hover {
 +
    color: black;}
 +
#menubar li a {
 +
    color: transparent;}
 +
#menubar:hover li a {
 +
    color: black;}
 +
    -->
 +
  </style>
   </head>
   </head>
 +
 +
<!-- NAVBAR
 +
================================================== -->
 +
  <body>
 +
    <div class="navbar-wrapper">
 +
      <div class="container">
 +
 +
        <div class="navbar navbar-inverse navbar-static-top">
 +
          <div class="container">
 +
          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
 +
            <span class="icon-bar"></span>
 +
            <span class="icon-bar"></span>
 +
            <span class="icon-bar"></span>
 +
          </button>
 +
            <a class="navbar-brand" href="https://2013.igem.org/Latin_America">Latin America</a>
 +
            <div class="nav-collapse collapse">
 +
              <ul class="nav navbar-nav">
 +
                <li class="active"><a href="https://2013.igem.org/Latin_America">Home</a></li>
 +
                <li><a href="#">Pre Jamboree</a></li>
 +
                <li><a href="https://2013.igem.org/Latin_America/Jamboree">iGEM Competition Jamboree</a></li>
 +
                <li><a href="#">Sponsors</a></li>
 +
                <li><a href="https://2013.igem.org/Jamboree/Attendance_Fee">Registration</a></li>
 +
              </ul>
 +
            </div>
 +
          </div>
 +
        </div>
 +
 +
      </div>
 +
    </div>
 +
 +
 +
    <!-- Bootstrap core JavaScript
 +
    ================================================== -->
 +
    <!-- Placed at the end of the document so the pages load faster -->
 +
    <script src="http://examples.getbootstrap.com/assets/js/jquery.js"></script>
 +
    <script src="http://examples.getbootstrap.com/bootstrap/js/bootstrap.min.js"></script>
 +
    <script src="http://examples.getbootstrap.com/assets/js/holder.js"></script>
 +
    <script>
 +
      !function ($) {
 +
        $(function(){
 +
          // carousel demo
 +
          $('#myCarousel').carousel()
 +
        })
 +
      }(window.jQuery)
 +
    </script>
 +
 +
</body>

Latest revision as of 05:26, 14 August 2013

Retrieved from "http://2013.igem.org/Latin_America/Templates/Header"