(Created page with "$(function () { // Dynamically append the footer to the footer class on document ready $(".footer").append( ' <div class="footer_content">\n' +...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
// Dynamically append the footer to the footer class on document ready | // Dynamically append the footer to the footer class on document ready | ||
$(".footer").append( | $(".footer").append( | ||
− | ' <div class="footer_content">\n' + | + | ' <div class="footer_content" style="position: relative">\n' + |
' <div class="sponsors">\n' + | ' <div class="sponsors">\n' + | ||
+ | ' <a href="https://2018.igem.org/Team:H14Z1_Hangzhou" target="_blank">\n' + | ||
+ | ' <img sytle="width:60%" src="https://static.igem.org/mediawiki/2018/c/c7/T--H14Z1_Hangzhou--footer_igem.png">\n' + | ||
+ | ' </a>\n' + | ||
' <a href="http://www.h14z.com/" target="_blank">\n' + | ' <a href="http://www.h14z.com/" target="_blank">\n' + | ||
− | ' <img | + | ' <img sytle="width:60%" src="https://static.igem.org/mediawiki/2018/5/54/T--H14Z1_Hangzhou--footer_H14Z1.png">\n' + |
− | + | ||
− | + | ||
− | + | ||
' </a>\n' + | ' </a>\n' + | ||
' </div>\n' + | ' </div>\n' + | ||
− | ' <div class="sosial_media" | + | ' <div class="sosial_media" style="position: absolute; right:0; font-size:50px">\n' + |
− | + | ' <a style="text-decoration: none; color:gray; line-height:70px" href="https://2018.igem.org/Team:H14Z1_Hangzhou" target="_blank">\n' + | |
− | + | ' Welcome to<br> Contact us!\n' + | |
− | ' < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | ' | + | |
' </a>\n' + | ' </a>\n' + | ||
− | |||
− | |||
− | |||
' </div>\n' + | ' </div>\n' + | ||
' </div>'); | ' </div>'); | ||
}); | }); |
Latest revision as of 00:29, 18 October 2018
$(function () {
// Dynamically append the footer to the footer class on document ready $(".footer").append(' ');
});