From 8df5439837a8311cdf7693e192433c4e5e76e282 Mon Sep 17 00:00:00 2001 From: Chris Ritzo Date: Sat, 25 Jan 2014 12:33:16 -0500 Subject: [PATCH 01/25] adding commotion logo and menu to header template. --- test.commotion/_includes/footer.html~ | 38 --------------------------- test.commotion/_includes/header.html | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 38 deletions(-) delete mode 100644 test.commotion/_includes/footer.html~ diff --git a/test.commotion/_includes/footer.html~ b/test.commotion/_includes/footer.html~ deleted file mode 100644 index 924311ed..00000000 --- a/test.commotion/_includes/footer.html~ +++ /dev/null @@ -1,38 +0,0 @@ - - - - - diff --git a/test.commotion/_includes/header.html b/test.commotion/_includes/header.html index 437edd2c..eca5c9f8 100644 --- a/test.commotion/_includes/header.html +++ b/test.commotion/_includes/header.html @@ -31,6 +31,37 @@ +
+ +
-
From 3cd5955333b89f470f791d51ab82189606776f46 Mon Sep 17 00:00:00 2001 From: Chris Ritzo Date: Sat, 25 Jan 2014 13:19:56 -0500 Subject: [PATCH 03/25] updated menu layout and css --- test.commotion/_includes/header.html | 75 ++++++++++++++++------------ test.commotion/css/bootstrap.css | 13 +++++ 2 files changed, 57 insertions(+), 31 deletions(-) diff --git a/test.commotion/_includes/header.html b/test.commotion/_includes/header.html index b89f7786..07bbbcc8 100644 --- a/test.commotion/_includes/header.html +++ b/test.commotion/_includes/header.html @@ -32,37 +32,50 @@
-
- -
+
+ +
+ + -
From 23451b8d60048111d8ac16f2cf68760c02f93e3e Mon Sep 17 00:00:00 2001 From: Chris Ritzo Date: Sun, 26 Jan 2014 15:06:29 -0500 Subject: [PATCH 19/25] fixed typo in developers menu class declaration --- test.commotion/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.commotion/_includes/header.html b/test.commotion/_includes/header.html index b1c7717f..2ca9e9af 100644 --- a/test.commotion/_includes/header.html +++ b/test.commotion/_includes/header.html @@ -86,7 +86,7 @@ For Developers -
-
-

{{page-title}}

-
+ +
+

{{title}}

From bb7b86ff8e8413708deca1118baa1b55ea7245b3 Mon Sep 17 00:00:00 2001 From: Chris Ritzo Date: Sun, 26 Jan 2014 17:05:29 -0500 Subject: [PATCH 24/25] adjusted placement of promo div --- test.commotion/_includes/header.html | 10 +++++----- test.commotion/css/bootstrap.css | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/test.commotion/_includes/header.html b/test.commotion/_includes/header.html index d7a098f7..8ddecb87 100644 --- a/test.commotion/_includes/header.html +++ b/test.commotion/_includes/header.html @@ -32,11 +32,11 @@
-
-
+
-
+

{{title}}

diff --git a/test.commotion/css/bootstrap.css b/test.commotion/css/bootstrap.css index a984f23c..357cab45 100644 --- a/test.commotion/css/bootstrap.css +++ b/test.commotion/css/bootstrap.css @@ -7164,5 +7164,9 @@ li.static-nodrop a:visited { text-transform: uppercase; } .promo { - background: url('/images/black_tri.png') center top no-repeat #000000; + width: 100%; + min-height: 3em; + position: relative; + top: 15em; + background: url('/images/black_tri.png') center bottom no-repeat #000000; } From 46e942dc531ff85864d9a9c9b4929f51801cb9d2 Mon Sep 17 00:00:00 2001 From: Chris Ritzo Date: Sun, 26 Jan 2014 17:27:07 -0500 Subject: [PATCH 25/25] additional css and header/footer include adjustments --- test.commotion/_includes/footer.html | 4 ++-- test.commotion/_includes/header.html | 7 ++++--- test.commotion/css/bootstrap.css | 15 ++++++++++++--- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/test.commotion/_includes/footer.html b/test.commotion/_includes/footer.html index a4af3185..2596621f 100644 --- a/test.commotion/_includes/footer.html +++ b/test.commotion/_includes/footer.html @@ -1,5 +1,5 @@
-
-
+
diff --git a/test.commotion/_includes/header.html b/test.commotion/_includes/header.html index 8ddecb87..043bfe04 100644 --- a/test.commotion/_includes/header.html +++ b/test.commotion/_includes/header.html @@ -34,7 +34,7 @@
- Commotion Wireless logo + Commotion Wireless logo
-

{{title}}

+

{{ page.title }}

-
+
+
diff --git a/test.commotion/css/bootstrap.css b/test.commotion/css/bootstrap.css index 357cab45..3a853ce0 100644 --- a/test.commotion/css/bootstrap.css +++ b/test.commotion/css/bootstrap.css @@ -7165,8 +7165,17 @@ li.static-nodrop a:visited { } .promo { width: 100%; - min-height: 3em; + min-height: 10em; position: relative; - top: 15em; - background: url('/images/black_tri.png') center bottom no-repeat #000000; + z-index: 10; + margin-top: -5.5em; +} +.contentcontainer { + background: url('/images/black_tri.png') center top no-repeat; + margin-right: auto; + margin-left: auto; +} +.footer-wrapper { + background: url('/images/white_tri.png') no-repeat center top #00FFCF; + color: #000000; }