Difference between revisions of "Team:H14Z1 Hangzhou/JS-files/footer"

Line 13: Line 13:
 
         '                <div class="sosial_media" style="position: absolute; right:0; font-size:50px">\n' +
 
         '                <div class="sosial_media" style="position: absolute; right:0; font-size:50px">\n' +
 
         '                    <a style="text-decoration: none; color:gray" href="https://2018.igem.org/Team:H14Z1_Hangzhou" target="_blank">\n' +
 
         '                    <a style="text-decoration: none; color:gray" href="https://2018.igem.org/Team:H14Z1_Hangzhou" target="_blank">\n' +
         '                      Welcome to Contact us!\n' +
+
         '                      Welcome to<br> Contact us!\n' +
 
         '                    </a>\n' +
 
         '                    </a>\n' +
 
         '                </div>\n' +
 
         '                </div>\n' +
 
         '            </div>');
 
         '            </div>');
 
});
 
});

Revision as of 00:21, 18 October 2018

$(function () {

   // Dynamically append the footer to the footer class on document ready
   $(".footer").append(
' ');

});