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; color:gray" href="https://2018.igem.org/Team:H14Z1_Hangzhou" target="_blank">\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' +
 
         '                      Welcome to<br> Contact us!\n' +
 
         '                    </a>\n' +
 
         '                    </a>\n' +

Latest revision as of 00:29, 18 October 2018

$(function () {

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

});