diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0eb0e49 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js filter=dater +*.html filter=dater +*.txt ident +date*.txt filter=dater diff --git a/.index.html.un~ b/.index.html.un~ new file mode 100644 index 0000000..543a7a7 Binary files /dev/null and b/.index.html.un~ differ diff --git a/css/mainStyle.css b/css/mainStyle.css index dff4af6..c1d3b8b 100644 --- a/css/mainStyle.css +++ b/css/mainStyle.css @@ -65,6 +65,18 @@ span.expanded { border-bottom-right-radius: 0px; } +.navbar-default .navbar-nav>li.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/dateHook.sh b/dateHook.sh new file mode 100755 index 0000000..2dbbf8f --- /dev/null +++ b/dateHook.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +lastDate=$(git log --pretty=format:"%ad" -1) +sed -e "s/\$Date.*\\$/$Date: ${lastDate} $/" diff --git a/date_test.txt b/date_test.txt new file mode 100644 index 0000000..af99519 --- /dev/null +++ b/date_test.txt @@ -0,0 +1 @@ +## $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$ diff --git a/ddd.html b/ddd.html new file mode 100644 index 0000000..af99519 --- /dev/null +++ b/ddd.html @@ -0,0 +1 @@ +## $Date$ diff --git a/ddd.js b/ddd.js new file mode 100644 index 0000000..af99519 --- /dev/null +++ b/ddd.js @@ -0,0 +1 @@ +## $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 + '$') 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 @@ -


+
+
+

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