Difference between revisions of "Dev/Sitemap"

Line 15: Line 15:
  
  
 +
<div class="column half_width" id="HQ">
 +
 +
 +
</div>
  
  
Line 80: Line 84:
 
// is it a HQ page or a dev page ?
 
// is it a HQ page or a dev page ?
 
if( page_name.substring(0, 2 ) == "HQ"  ||  page_name.substring(0, page_name.indexOf("/") ) == "Dev" ) {
 
if( page_name.substring(0, 2 ) == "HQ"  ||  page_name.substring(0, page_name.indexOf("/") ) == "Dev" ) {
$("#HQ_Hub").append("<li ><a  href='/"+page_name+"'>"+page_name +"</a> </li>");
+
$("#HQ").append("<li ><a  href='/"+page_name+"'>"+page_name +"</a> </li>");
 
return true;
 
return true;
 
}
 
}

Revision as of 18:49, 24 November 2016

MENU

Sitemap

iGEM is a multifaceted competition with many different components. Our websites have a lot of information, from requirements of the competition to tips on how make fundraising easier. This page is here to help you navigate our site and make sure you have access to all of its content.