From 1f04746f52740673ad3ca872e08de2953235450a Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 13 Feb 2017 23:50:17 -0600 Subject: [PATCH 01/34] update edge vedrsion --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c8d4a0d..a0d5517 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE2 + EDGE3 From 745544b1e06c0cd89421ef465634af7f7e794814 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 13 Feb 2017 23:54:35 -0600 Subject: [PATCH 02/34] .. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a0d5517..83839a3 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE3 + EDGE3x From d04295b726f3227990fd569c5ea82f292fdc7a60 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 14 Feb 2017 22:58:20 -0600 Subject: [PATCH 03/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 83839a3..3feb678 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE3x + EDGE4x From 0903cc39ad0b8282041a1421d0d87367b7d1552a Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 00:02:25 -0600 Subject: [PATCH 04/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3feb678..97843c1 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4x + EDGE4 $DATE$ From bfb20e5d52a4dc41a9c16ea972efb6b173855af2 Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 01:06:27 -0500 Subject: [PATCH 05/34] add date hook to resolve the $DATE$ magic keyword --- .gitattributes | 2 ++ dateHook.sh | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .gitattributes create mode 100755 dateHook.sh diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..92be8bb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.js filter=dateHook.sh +*.html filter=dateHook.sh diff --git a/dateHook.sh b/dateHook.sh new file mode 100755 index 0000000..a2f7979 --- /dev/null +++ b/dateHook.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +lastDate=$(git log --pretty=format:"%ad" -1) +sed -e "s/\$DATE[^\$]\$/$DATE: ${lastDate}$/" From 8c882752079143f99a57ac22f679d922b18bb810 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 00:09:45 -0600 Subject: [PATCH 06/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 97843c1..2843e76 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4 $DATE$ + EDGE4x $DATE$ From 02aebd77c2a4c5b9d8cc0c07f87f2a0f3098819a Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 00:22:06 -0600 Subject: [PATCH 07/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2843e76..5ce2247 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4x $DATE$ + EDGE4y $DATE$ From b4461bfcff9dfc548392afb67c9468dc8d47ba75 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 00:27:54 -0600 Subject: [PATCH 08/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5ce2247..d304e15 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4y $DATE$ + EDGE4a $DATE$ From f3c63de5644ea1b3838c67b921c162c9e3d43e20 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 00:29:08 -0600 Subject: [PATCH 09/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d304e15..f27051c 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4a $DATE$ + EDGE4b $DATE$ From 9fd9aaf65a3629ddb36958ba534df0b4d02f7dad Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 00:29:48 -0600 Subject: [PATCH 10/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f27051c..b8fea53 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4b $DATE$ + EDGE4c $DATE$ From 37e053b8f27932822b14f1520ed0dd1d820be140 Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 01:31:53 -0500 Subject: [PATCH 11/34] ... --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 92be8bb..1ca8ee5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -*.js filter=dateHook.sh -*.html filter=dateHook.sh +*.js filter=dateHook +*.html filter=dateHook From 0e1dc026253d2479abe2ba602504b09e3a6c9e31 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 00:34:26 -0600 Subject: [PATCH 12/34] .. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b8fea53..500109b 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4c $DATE$ + EDGE4d $DATE$ From 794d498efdf9fd52cecdda3c35c0345b18542c20 Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 01:47:03 -0500 Subject: [PATCH 13/34] ,,, --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..d01034f --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +this is file $Id$ - yyaaaayyy From 5e8a4ecec9adaea06cfbaea1714b44ba0ed66fc5 Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 01:57:35 -0500 Subject: [PATCH 14/34] ... --- .gitattributes | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1ca8ee5..b835544 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -*.js filter=dateHook -*.html filter=dateHook +*.html filter=dater +*.txt ident diff --git a/index.html b/index.html index 500109b..2dde621 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4d $DATE$ + EDGE4d $Date$ From 233662e0b47763e1cc09978590ff6c7223ba1c7e Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 01:59:45 -0500 Subject: [PATCH 15/34] gsdfgf --- expand_date | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 expand_date diff --git a/expand_date b/expand_date new file mode 100755 index 0000000..e521b15 --- /dev/null +++ b/expand_date @@ -0,0 +1,4 @@ +#! /usr/bin/env ruby +data = STDIN.read +last_date = `git log --pretty=format:"%ad" -1` +puts data.gsub('$Date$', '$Date: ' + last_date.to_s + '$') From 76ab409b338bdbec6c0d9593c0e57187daf4bb61 Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 02:02:23 -0500 Subject: [PATCH 16/34] Testing date expansion in Git --- .gitattributes | 1 + date_test.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 date_test.txt diff --git a/.gitattributes b/.gitattributes index b835544..cf32335 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.html filter=dater *.txt ident +date*.txt filter=dater diff --git a/date_test.txt b/date_test.txt new file mode 100644 index 0000000..7d94a5e --- /dev/null +++ b/date_test.txt @@ -0,0 +1 @@ +# $Date$ From 76d07f1baaf673f86a39f572cfb26b2420f3f2ff Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 02:04:47 -0500 Subject: [PATCH 17/34] ... --- date_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/date_test.txt b/date_test.txt index 7d94a5e..af99519 100644 --- a/date_test.txt +++ b/date_test.txt @@ -1 +1 @@ -# $Date$ +## $Date$ From 64156281f18c71cad162d61e8702b504e4440983 Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 02:06:02 -0500 Subject: [PATCH 18/34] ... --- .gitattributes | 2 +- date_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index cf32335..ff0667b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ +*.js filter=dater *.html filter=dater *.txt ident -date*.txt filter=dater diff --git a/date_test.txt b/date_test.txt index af99519..d5be810 100644 --- a/date_test.txt +++ b/date_test.txt @@ -1 +1 @@ -## $Date$ +## $Date: Wed Feb 15 02:04:47 2017 -0500$ From 25671335d438183a5989ae026f545ffc76deb59c Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 02:07:31 -0500 Subject: [PATCH 19/34] sss --- ddd.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 ddd.html diff --git a/ddd.html b/ddd.html new file mode 100644 index 0000000..d5be810 --- /dev/null +++ b/ddd.html @@ -0,0 +1 @@ +## $Date: Wed Feb 15 02:04:47 2017 -0500$ From a92c01a6afae5d97a302bec0b2a1a06b75708c1e Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 02:08:10 -0500 Subject: [PATCH 20/34] .,.. --- ddd.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/ddd.html b/ddd.html index d5be810..2dde621 100644 --- a/ddd.html +++ b/ddd.html @@ -1 +1,48 @@ -## $Date: Wed Feb 15 02:04:47 2017 -0500$ + + + + + + + + I Buy Properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ EDGE4d $Date$ + + From ec65a1c3cdad20fcddce3313967ccd540f03a66f Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 02:10:00 -0500 Subject: [PATCH 21/34] .,.. --- ddd.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ddd.html b/ddd.html index 2dde621..c4790c8 100644 --- a/ddd.html +++ b/ddd.html @@ -2,7 +2,7 @@ - +dd I Buy Properties @@ -43,6 +43,7 @@
- EDGE4d $Date$ + +## $Date$ From 9d35d5acc267ca6829d675af58af17df8d118b27 Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 02:12:09 -0500 Subject: [PATCH 22/34] .. --- ddd.html | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/ddd.html b/ddd.html index c4790c8..af99519 100644 --- a/ddd.html +++ b/ddd.html @@ -1,49 +1 @@ - - - - -dd - - - I Buy Properties - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ## $Date$ - - From 1468275b55215f2373b58edbfb582a9684221ab0 Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 02:14:07 -0500 Subject: [PATCH 23/34] .. --- ddd.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 ddd.js diff --git a/ddd.js b/ddd.js new file mode 100644 index 0000000..af99519 --- /dev/null +++ b/ddd.js @@ -0,0 +1 @@ +## $Date$ From 1f8f3da6d4cfe08241e447c5b5cb9bc96e1832ac Mon Sep 17 00:00:00 2001 From: WebMaster Date: Wed, 15 Feb 2017 02:16:46 -0500 Subject: [PATCH 24/34] ... --- .gitattributes | 1 + date_test.txt | 2 +- date_test2.txt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 date_test2.txt diff --git a/.gitattributes b/.gitattributes index ff0667b..0eb0e49 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.js filter=dater *.html filter=dater *.txt ident +date*.txt filter=dater diff --git a/date_test.txt b/date_test.txt index d5be810..af99519 100644 --- a/date_test.txt +++ b/date_test.txt @@ -1 +1 @@ -## $Date: Wed Feb 15 02:04:47 2017 -0500$ +## $Date$ diff --git a/date_test2.txt b/date_test2.txt new file mode 100644 index 0000000..af99519 --- /dev/null +++ b/date_test2.txt @@ -0,0 +1 @@ +## $Date$ From 611c7c08c3a476d25c1d7fc5d1f7c43e173f9b36 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 01:42:31 -0600 Subject: [PATCH 25/34] ... --- dateHook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dateHook.sh b/dateHook.sh index a2f7979..2dbbf8f 100755 --- a/dateHook.sh +++ b/dateHook.sh @@ -1,4 +1,4 @@ #!/bin/bash lastDate=$(git log --pretty=format:"%ad" -1) -sed -e "s/\$DATE[^\$]\$/$DATE: ${lastDate}$/" +sed -e "s/\$Date.*\\$/$Date: ${lastDate} $/" From 70df2830ab04ee166db9ab3e00074d622d1369bb Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 01:43:07 -0600 Subject: [PATCH 26/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2dde621..4e88d63 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4d $Date$ + EDGE4f $Date$ From 79fc268a54c11189c72fdca1be5132c0981fb477 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 01:44:36 -0600 Subject: [PATCH 27/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4e88d63..b6e2a5c 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4f $Date$ + EDGE4G $Date$ From 9fd4a80095a8a4074b2c224094089c4df8aa78b4 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 01:45:44 -0600 Subject: [PATCH 28/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b6e2a5c..aeb6906 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4G $Date$ + EDGE4H $Date$ From 1af566f759bcbb4add885e1e8e4782cc689160a9 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 01:47:23 -0600 Subject: [PATCH 29/34] .. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index aeb6906..9cb4ae5 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4H $Date$ + EDGE4I $Date$ From 9d5627ff94f277da3494de43c335e079f1d91e60 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 01:48:53 -0600 Subject: [PATCH 30/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9cb4ae5..03cf038 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4I $Date$ + EDGE4I From 0aebd6c25dff7ac842b26bd9b8fe956ec1f93417 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 15 Feb 2017 19:02:54 -0600 Subject: [PATCH 31/34] ... --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 03cf038..ebfa21c 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4I + EDGE4J From fcd5faa261cfe916ddb753dbc2c0f87c217cc935 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 20 Feb 2017 21:41:01 -0600 Subject: [PATCH 32/34] .. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ebfa21c..e2fd425 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,6 @@
- EDGE4J + EDGE4K From 727dd1f9df7afc27e392e725e86b8f6adeb7e818 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 23 Feb 2017 18:45:53 -0600 Subject: [PATCH 33/34] get the mobile mode work properly. --- .index.html.un~ | Bin 0 -> 535 bytes css/mainStyle.css | 12 ++++++++++++ index.html~ | 48 +++++++++++++++++++++++++++++++++++++++++++++ templates/nav.html | 25 +++++++++-------------- 4 files changed, 69 insertions(+), 16 deletions(-) create mode 100644 .index.html.un~ create mode 100644 index.html~ diff --git a/.index.html.un~ b/.index.html.un~ new file mode 100644 index 0000000000000000000000000000000000000000..543a7a7c964985937b8e986ce8f78159bf0da29e GIT binary patch literal 535 zcmWH`%$*;a=aT=FfoWF#Co^Yh=D24Jb7Z1ED2ary#_VEN_Pgh;bBO6+Pli.visible-xs>a{ + background-color:#999999; + width:100%; + height: 50px; + top:0px; + vertical-align: bottom; + text-align:center; + color:#000000; + border-radius: 0px; +} + + .navbar-default .navbar-nav>li>a:hover{ background-color: #666b75; text-emphasis: bold; diff --git a/index.html~ b/index.html~ new file mode 100644 index 0000000..a0d5517 --- /dev/null +++ b/index.html~ @@ -0,0 +1,48 @@ + + + + + + + + I Buy Properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ EDGE3 + + diff --git a/templates/nav.html b/templates/nav.html index b54ebf6..02182a7 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -24,26 +24,19 @@ -


+
+
+

From f6530606870b63e589785076a002bf589e036f69 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 23 Feb 2017 18:47:31 -0600 Subject: [PATCH 34/34] ... --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index e2fd425..2a92733 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,5 @@
- EDGE4K