Team:Carnegie Mellon/Templates/header

From 2013.igem.org

(Difference between revisions)
 
(21 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
 +
<!-- MathJax (LaTeX for the web) -->
 +
 +
<!-- This part is only if you want to use $...$ delimiters -->
 +
<script type="text/x-mathjax-config">
 +
    MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
 +
</script>
 +
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 +
 +
<script type="text/javascript"
 +
  src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 +
</script>
 +
 +
 +
 +
<!-- Script for hiding/showing code snippets, referenced http://www.alohatechsupport.net/webdesignmaui/maui-web-site-design/show_hide_expand_collapse_javascript.html -->
 +
<script type="text/javascript">
 +
  $(document).ready(function() {
 +
  // Hide the "view" div.
 +
  $('div.view').hide();
 +
  // Watch for clicks on the "slide" link.
 +
  $('div.slide').click(function() {
 +
  // When clicked, toggle the "view" div.
 +
  $('div.view').slideToggle(400);
 +
  return false;
 +
});
 +
});
 +
</script>
 +
 +
<head>
<head>
<link rel="stylesheet" href="https://2013.igem.org/Team:Carnegie_Mellon/stylesheet?action=raw&ctype=text/css" type="text/css" />
<link rel="stylesheet" href="https://2013.igem.org/Team:Carnegie_Mellon/stylesheet?action=raw&ctype=text/css" type="text/css" />
Line 19: Line 49:
background-attachment:fixed;
background-attachment:fixed;
background-repeat: no-repeat;
background-repeat: no-repeat;
 +
 +
 +
margin-top:20px;
 +
margin-bottom:30px;
 +
margin-right:100px;
 +
margin-left:100px;
Line 44: Line 80:
</ul>
</ul>
</li>
</li>
-
<li class="dir"><a href="https://2013.igem.org/Team:Carnegie_Mellon/Project">Project
+
<li class="dir"><a href="https://2013.igem.org/Team:Carnegie_Mellon/Project/Abstract">Project
<ul>
<ul>
-
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Project/Abstract">Abstract</a></li>
+
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Project/Abstract">Overview</a></li>
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Project/Procedure">Procedure</a></li>
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Project/Procedure">Procedure</a></li>
-
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Project/Results">Results</a></li>
+
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Project/Results">Experimental Results</a></li>
 +
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Project/Future">Future Directions</a></li>
</ul>
</ul>
</li>
</li>
Line 71: Line 108:
</ul>
</ul>
<li class="dir"><a href="https://2013.igem.org/Team:Carnegie_Mellon/Safety">Safety
<li class="dir"><a href="https://2013.igem.org/Team:Carnegie_Mellon/Safety">Safety
-
<li class="dir"><a href="https://2013.igem.org/Team:Carnegie_Mellon/Outreach">Outreach
+
<li class="dir"><a href="https://2013.igem.org/Team:Carnegie_Mellon/HumanPractices">Outreach
<ul>
<ul>
-
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Presentations">Presentations</a></li>
+
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/HumanPractices">Human Practices</a></li>
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Collaboration">Collaboration</a></li>
<li><a href="https://2013.igem.org/Team:Carnegie_Mellon/Collaboration">Collaboration</a></li>
</ul>
</ul>

Latest revision as of 02:12, 28 September 2013

Killer Red