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

Line 12: Line 12:
 
         '                </div>\n' +
 
         '                </div>\n' +
 
         '                <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" 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 Contact us!\n' +
 
         '                    </a>\n' +
 
         '                    </a>\n' +

Revision as of 14:34, 17 October 2018

$(function () {

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

});