Team:SUSTC-Shenzhen/WikiPlay/native test.htm

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{SUSTC-Shenzhen/removeStyles}}
{{SUSTC-Shenzhen/removeStyles}}
-
<div>Empty
+
 
-
</div>
+
<head>
 +
  <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="">
 +
  <link rel="shortcut icon" href="/favicon.ico">
 +
 
 +
  <title>Team SUSTC-Shenzhen</title>
 +
 
 +
  <!-- Bootstrap core CSS -->
 +
  <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
 +
  <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato">
 +
  <style>
 +
  body {
 +
    margin-top: 70px;
 +
    font-family: Lato, inherit;
 +
  }
 +
  </style>
 +
 
 +
 
 +
  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
 +
  <!--[if lt IE 9]>
 +
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
 +
      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
 +
    <![endif]-->
 +
</head>
 +
<nav role="navigation" class="navbar navbar-default navbar-fixed-top">
 +
  <div class="container-fluid">
 +
    <div class="navbar-header">
 +
      <a href="/">
 +
        <img src="https://static.igem.org/mediawiki/2014/2/22/Logo2014v2.png">
 +
      </a>
 +
    </div>
 +
    <ul class="nav navbar-nav">
 +
      <li class="active"><a href="#">Home</a>
 +
      </li>
 +
      <li><a href="/Team:SUSTC-Shenzhen/Introduction">About</a>
 +
      </li>
 +
      <li><a href="/Team:SUSTC-Shenzhen/Contact">Contact</a>
 +
      </li>
 +
    </ul>
 +
    <ul class="nav navbar-nav pull-right">
 +
      <li><a id="nav-login-status">Log in</a>
 +
      </li>
 +
    </ul>
 +
  </div>
 +
</nav>
 +
 
 +
<body>
 +
  <div id="main-content" class="container col-md-12">
 +
 
 +
    <div class="jumbotron">
 +
      <h1 class="jumbotron-header">iGEM SUSTC-Shenzhen</h1>
 +
      <p class="lead">Believe that something amazing will happen.</p>
 +
      <p class="lead">
 +
        <a href="http://www.freelists.org/list/igem-sustc" target="_blank" class="btn btn-lg btn-default">Stay focused</a>
 +
      </p>
 +
    </div>
 +
 
 +
    <div class="mastfoot">
 +
      <div class="inner">
 +
        <p>2014 SUSTC-Shenzhen</p>
 +
      </div>
 +
    </div>
 +
  </div>
 +
 
 +
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
 +
  <script>
 +
    function updateNav(){
 +
     
 +
      if(wgUserName!=null) {
 +
       
 +
        $("#nav-login-status")
 +
          .text(wgUserName)
 +
          .attr("href","/User:" + wgUserName);
 +
      } else {
 +
        $("#nav-login-status")
 +
          .text("Log in")
 +
          .attr("href","https://igem.org/Login");
 +
      }
 +
    };
 +
    updateNav();
 +
  </script>
 +
  <script>
 +
  (function(i, s, o, g, r, a, m) {
 +
    i['GoogleAnalyticsObject'] = r;
 +
    i[r] = i[r] || function() {
 +
      (i[r].q = i[r].q || []).push(arguments)
 +
    }, i[r].l = 1 * new Date();
 +
    a = s.createElement(o),
 +
    m = s.getElementsByTagName(o)[0];
 +
    a.async = 1;
 +
    a.src = g;
 +
    m.parentNode.insertBefore(a, m)
 +
  })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
 +
 
 +
  ga('create', 'UA-42690126-5', 'igem.org');
 +
  ga('send', 'pageview');
 +
  </script>
 +
</body>
 +
<footer>
 +
 
 +
 
 +
</footer>

Revision as of 01:52, 28 July 2014

<head>

 <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="">
 <link rel="shortcut icon" href="/favicon.ico">
 <title>Team SUSTC-Shenzhen</title>
 <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato">
 <style>
 body {
   margin-top: 70px;
   font-family: Lato, inherit;
 }
 </style>


</head> <nav role="navigation" class="navbar navbar-default navbar-fixed-top">

</nav>

<body>

iGEM SUSTC-Shenzhen

Believe that something amazing will happen.

<a href="http://www.freelists.org/list/igem-sustc" target="_blank" class="btn btn-lg btn-default">Stay focused</a>

2014 SUSTC-Shenzhen

 <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
 <script>
   function updateNav(){
     
     if(wgUserName!=null) {
       
       $("#nav-login-status")
         .text(wgUserName)
         .attr("href","/User:" + wgUserName);
     } else {
       $("#nav-login-status")
         .text("Log in")
         .attr("href","https://igem.org/Login");
     }
   };
   updateNav();
 </script>
 <script>
 (function(i, s, o, g, r, a, m) {
   i['GoogleAnalyticsObject'] = r;
   i[r] = i[r] || function() {
     (i[r].q = i[r].q || []).push(arguments)
   }, i[r].l = 1 * new Date();
   a = s.createElement(o),
   m = s.getElementsByTagName(o)[0];
   a.async = 1;
   a.src = g;
   m.parentNode.insertBefore(a, m)
 })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
 ga('create', 'UA-42690126-5', 'igem.org');
 ga('send', 'pageview');
 </script>

</body> <footer>


</footer>