Team:Cornell/templates/hpracnav
From 2013.igem.org
(Difference between revisions)
(Created page with "<html class="no-js" lang="en"> <body> <div id="bodyContent"> <div class="row"> <div class="twelve columns"> <ul class="side-nav"> <li> <h6>Human Practices</h6> ...") |
|||
Line 2: | Line 2: | ||
<body> | <body> | ||
<div id="bodyContent"> | <div id="bodyContent"> | ||
- | <div class="row"> | + | <div class="row last-ele"> |
<div class="twelve columns"> | <div class="twelve columns"> | ||
<ul class="side-nav"> | <ul class="side-nav"> | ||
Line 14: | Line 14: | ||
<li id="liEcovative"> | <li id="liEcovative"> | ||
<a href="https://2013.igem.org/Team:Cornell/project/hprac/ecovative">Collaboration with Ecovative</a> | <a href="https://2013.igem.org/Team:Cornell/project/hprac/ecovative">Collaboration with Ecovative</a> | ||
- | |||
- | |||
- | |||
</li> | </li> | ||
<li id="liEconomics"> | <li id="liEconomics"> | ||
Line 23: | Line 20: | ||
<li id="liEnvironment"> | <li id="liEnvironment"> | ||
<a href="https://2013.igem.org/Team:Cornell/project/hprac/environment">Environmental Impact</a> | <a href="https://2013.igem.org/Team:Cornell/project/hprac/environment">Environmental Impact</a> | ||
+ | </li> | ||
+ | <li id="liEthics"> | ||
+ | <a href="https://2013.igem.org/Team:Cornell/project/hprac/ethics">Bioethics</a> | ||
</li> | </li> | ||
<li id="liFuture"> | <li id="liFuture"> | ||
Line 38: | Line 38: | ||
else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/ecovative") | else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/ecovative") | ||
{ document.getElementById("liEcovative").className="active"; } | { document.getElementById("liEcovative").className="active"; } | ||
- | |||
- | |||
else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/economics") | else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/economics") | ||
{ document.getElementById("liEconomics").className="active"; } | { document.getElementById("liEconomics").className="active"; } | ||
else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/environment") | else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/environment") | ||
{ document.getElementById("liEnvironment").className="active"; } | { document.getElementById("liEnvironment").className="active"; } | ||
+ | else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/ethics") | ||
+ | { document.getElementById("liEthics").className="active"; } | ||
else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/future") | else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/future") | ||
{ document.getElementById("liFuture").className="active"; } | { document.getElementById("liFuture").className="active"; } | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 04:12, 20 September 2013