diff --git a/index.html b/index.html index 35d5899..49d8116 100755 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Ruby - Responsive Corporate Tempalte + 任你停 @@ -63,54 +63,7 @@ @@ -842,76 +795,7 @@ diff --git a/js/nav-footer.js b/js/nav-footer.js index 642c539..3e0b25c 100644 --- a/js/nav-footer.js +++ b/js/nav-footer.js @@ -1,4 +1,94 @@ $(function(){ + //header HTML + var headerHtmls='
' + + '
' + + '
' + + '
' + + '' + + '
' + + '
' + + '
' + + '' + + '
' + + '
' + + '<
' + + '
'; + //footer HTML + var footHtmls='
' + + '
' + + '
' + + ' ' + + '
' + + '
' + + ' ' + + '
' + + '
' + + ' ' + + '
' + + '
' + + ' ' + + '
' + + '
' + + '
' + + ' '; + $('#header').html(headerHtmls); + $('#footer').html(footHtmls); }); \ No newline at end of file