Team:Westminster/template/header

From 2013.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 25: Line 25:
         <link rel="stylesheet" href="https://2013.igem.org/Team:Westminster/css/main.css?action=raw&ctype=text/css">
         <link rel="stylesheet" href="https://2013.igem.org/Team:Westminster/css/main.css?action=raw&ctype=text/css">
         <script src="http://www.westminsterigem.org/2013/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
         <script src="http://www.westminsterigem.org/2013/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
-
<script>
+
<script src="http://www.westminsterigem.org/2013/js/main.js"></script>
-
function rot( t, u, v ) {
+
<script src="http://www.westminsterigem.org/2013/js/table.js"></script>
-
return String.fromCharCode( ( ( t - u + v ) % ( v * 2 ) ) + u );
+
-
}
+
-
function rot13( s ) {
+
-
var b = [], c, i = s.length,
+
-
  a = 'a'.charCodeAt(), z = a + 26,
+
-
  A = 'A'.charCodeAt(), Z = A + 26;
+
-
while(i--) {
+
-
  c = s.charCodeAt( i );
+
-
  if( c>=a && c<z ) { b[i] = rot( c, a, 13 ); }
+
-
  else if( c>=A && c<Z ) { b[i] = rot( c, A, 13 ); }
+
-
  else { b[i] = s.charAt( i ); }
+
-
}
+
-
return b.join( '' );
+
-
}
+
-
function rot5( s ) {
+
-
var b = [], c, i = s.length,
+
-
  a = '0'.charCodeAt(), z = a + 10;
+
-
while(i--) {
+
-
  c = s.charCodeAt( i );
+
-
  if( c>=a && c<z ) { b[i] = rot( c, a, 5 ); }
+
-
  else { b[i] = s.charAt( i ); }
+
-
}
+
-
return b.join( '' );
+
-
}
+
-
function rot135( s ) {
+
-
return rot13( rot5( s ) );
+
-
}
+
-
document.write('<script src="//'+ rot13('//jjj.jrfgzvafgrevtrz.bet/2013/wf/znva.wf')+'"></' +'script>');
+
-
</script>
+
     </head>
     </head>
     <body>
     <body>
Line 85: Line 56:
                             <ul class="dropdown-menu">
                             <ul class="dropdown-menu">
                                 <li><a href="https://2013.igem.org/Team:Westminster/Description">Project Description</a></li>
                                 <li><a href="https://2013.igem.org/Team:Westminster/Description">Project Description</a></li>
-
                                 <li><a href="https://2013.igem.org/Team:Westminster/Diary">Diary</a></li>
+
                                 <li><a href="http://www.westminsterigem.org/2013/diary.html">Diary</a></li>
                                 <li class="divider"></li>
                                 <li class="divider"></li>
                                 <li class="dropdown-header">Lab Work</li>
                                 <li class="dropdown-header">Lab Work</li>
-
                                 <li><a href="https://2013.igem.org/Team:Westminster/Notebook">Notebook</a></li>
+
                                 <li><a href="http://www.westminsterigem.org/2013/notebook.html">Notebook</a></li>
                                  
                                  
-
                                 <li><a href="https://2013.igem.org/Team:Westminster/Protocols">Protocols</a></li>
+
                                 <li><a href="http://www.westminsterigem.org/2013/protocols.html">Protocols</a></li>
                                 <li><a href="https://2013.igem.org/Team:Westminster/Safety">Safety</a></li>
                                 <li><a href="https://2013.igem.org/Team:Westminster/Safety">Safety</a></li>
                                 <li class="divider"></li>
                                 <li class="divider"></li>
Line 97: Line 68:
                         </li>
                         </li>
                         <li><a href="https://2013.igem.org/Team:Westminster/Parts">Parts</a></li>
                         <li><a href="https://2013.igem.org/Team:Westminster/Parts">Parts</a></li>
-
                         <li><a href="https://2013.igem.org/Team:Westminster/Outreach">Outreach</a></li>
+
                         <li><a href="http://www.westminsterigem.org/2013/outreach.html">Outreach</a></li>
                         <li><a href="https://2013.igem.org/Team:Westminster/Attributions">Attributions</a></li>
                         <li><a href="https://2013.igem.org/Team:Westminster/Attributions">Attributions</a></li>
                     </ul>
                     </ul>

Latest revision as of 03:58, 5 October 2013