Team:Carnegie Mellon/Templates/header

From 2013.igem.org

(Difference between revisions)
 
(23 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
  <!-- iGem wiki hacks -->
 
-
        <!-- Remove all empty <p> tags -->
 
-
        <script type="text/javascript">
 
-
            $(document).ready(function() {
 
-
                $("p").filter( function() {
 
-
                    return $.trim($(this).html()) == '';
 
-
                }).remove();
 
-
            });
 
-
        </script>
 
-
        <!-- Remove "team" from the menubar -->
+
<!-- MathJax (LaTeX for the web) -->
-
        <script type="text/javascript">
+
 
-
            $(document).ready(function() {
+
<!-- This part is only if you want to use $...$ delimiters -->
-
                $("menubar > ul > li:last-child").remove();
+
<script type="text/x-mathjax-config">
-
            });
+
    MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
-
        </script>
+
</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>
 +
 
-
        <!-- Empty heading? - Then remove it.. -->
 
-
        <script type="text/javascript">
 
-
            $(document).ready(function() {
 
-
                if ("" == "</html>{{{1}}}<html>") {
 
-
                    $("#heading").remove();
 
-
                }
 
-
            });
 
-
        </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 33: Line 38:
<body>
<body>
 +
 +
 +
 +
<style type="text/css">
 +
  body {
 +
background-color: #A82128;
 +
 +
background-image: url("https://static.igem.org/mediawiki/2013/d/d4/Bk31.jpg"), url("https://static.igem.org/mediawiki/2013/1/13/Bk32.jpg");
 +
background-position: top left, 100% 100%;
 +
background-attachment:fixed;
 +
background-repeat: no-repeat;
 +
 +
 +
margin-top:20px;
 +
margin-bottom:30px;
 +
margin-right:100px;
 +
margin-left:100px;
 +
 +
 +
}
 +
</style>
 +
 +
<div class="wrapper">
<div class="wrapper">
Line 52: 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 79: 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