Team:USTC-Software/text
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <style> a{ color: #e8512f; } a:visited{ color: #e8512f; } a:hover{ color: #6d6d6a; text-decoration:none; } #content { position: rel...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <head> |
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
+ | <title>VitaYeast - Johns Hopkins University, iGEM 2011</title> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/css/default?action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/css/defaultnivo?action=raw&ctype=text/css" type="text/css"/> | ||
+ | <link rel="stylesheet" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/css/nivo?action=raw&ctype=text/css" type="text/css"/> | ||
+ | <link rel="stylesheet" href="https://2011.igem.org/Team:Johns_Hopkins/Templates/gallerifficcss?action=raw&ctype=text/css" type="text/css"/> | ||
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> | ||
+ | <script src="https://2011.igem.org/Team:Johns_Hopkins/Templates/droplinemenu?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/nivosliderpack?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/hoverintent?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/galleriffic?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/js/opacityrollover?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/js/jqueryhistory?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:Johns_Hopkins/Templates/js/profile?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" | ||
+ | src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | //build menu with DIV ID="myslidemenu" on page: | ||
+ | droplinemenu.buildmenu("mydroplinemenu") | ||
- | + | //Nivoslider | |
- | + | $(window).load(function() { | |
- | } | + | $('#slider').nivoSlider({ |
+ | effect:'fade', | ||
+ | pauseOnHover:true | ||
+ | }); | ||
+ | }); | ||
- | + | //Profile script from http://www.willmaster.com/library/web-development/replace-div-content.php | |
- | + | function ReplaceContentInContainer(id,content) { | |
+ | var container = document.getElementById(id); | ||
+ | container.innerHTML = content; | ||
} | } | ||
+ | </script> | ||
- | + | </head> | |
- | + | <body> | |
- | + | <div id="banner"> | |
- | + | <a href="https://2011.igem.org/Team:Johns_Hopkins"><img src="https://static.igem.org/mediawiki/2011/e/e9/Jhuigemlogo.png"></a> | |
- | + | ||
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
- | </ | + |
Revision as of 12:40, 2 August 2012