(Created page with "$(function () { // Dynamically append the footer to the footer class on document ready $(".footer").append( ' <div class="footer_content">\n' +...") |
|||
Line 8: | Line 8: | ||
' </a>\n' + | ' </a>\n' + | ||
' <a href="http://aquagen.no/en/" target="_blank">\n' + | ' <a href="http://aquagen.no/en/" target="_blank">\n' + | ||
− | ' <img src="https://static.igem.org/mediawiki/ | + | ' <img src="https://static.igem.org/mediawiki/2018/c/c7/T--H14Z1_Hangzhou--footer_igem.png">\n' + |
+ | ' </a>\n' + | ||
+ | ' <a href="http://aquagen.no/en/" target="_blank">\n' + | ||
+ | ' <img src="https://static.igem.org/mediawiki/2018/5/54/T--H14Z1_Hangzhou--footer_H14Z1.png">\n' + | ||
' </a>\n' + | ' </a>\n' + | ||
' </div>\n' + | ' </div>\n' + |
Revision as of 12:51, 17 October 2018
$(function () {
// Dynamically append the footer to the footer class on document ready $(".footer").append(' ');
});