From 071b5101d00b8704fbd15e6aa5b991dd921a3145 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Thu, 20 Sep 2018 17:21:50 +0800 Subject: [PATCH] add footer tel --- index.html | 120 ++---------------------------------------------------------------------------------------------------------------------- js/nav-footer.js | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+), 118 deletions(-) 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 -- libgit2 0.21.4