Repository: calcite Updated Branches: refs/heads/master 749b236c0 -> d3f1969cb
New logo and color scheme for Avatica site Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/d3f1969c Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/d3f1969c Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/d3f1969c Branch: refs/heads/master Commit: d3f1969cb3bc16c4b1461c32c9238593f6ba6f17 Parents: 749b236 Author: Julian Hyde <[email protected]> Authored: Mon Mar 7 12:10:19 2016 -0800 Committer: Julian Hyde <[email protected]> Committed: Mon Mar 7 12:11:05 2016 -0800 ---------------------------------------------------------------------- avatica/site/_includes/header.html | 2 +- avatica/site/_sass/_style.scss | 16 ++++++++-------- avatica/site/favicon.ico | Bin 5683 -> 0 bytes avatica/site/img/cake.jpg | Bin 58990 -> 0 bytes avatica/site/img/logo.png | Bin 69304 -> 27763 bytes avatica/site/img/pie-chart.png | Bin 13257 -> 0 bytes avatica/site/img/window-types.png | Bin 19177 -> 0 bytes 7 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/d3f1969c/avatica/site/_includes/header.html ---------------------------------------------------------------------- diff --git a/avatica/site/_includes/header.html b/avatica/site/_includes/header.html index e901cc4..8205804 100644 --- a/avatica/site/_includes/header.html +++ b/avatica/site/_includes/header.html @@ -6,7 +6,7 @@ <div class="unit one-third center-on-mobiles"> <h1> <a href="{{ site.baseurl }}/.."> - <span class="sr-only">Apache Calcite</span> + <span class="sr-only">Apache Calcite Avatica</span> <img src="{{ site.baseurl }}/img/logo.png" width="226" height="140" alt="Calcite Logo"> </a> </h1> http://git-wip-us.apache.org/repos/asf/calcite/blob/d3f1969c/avatica/site/_sass/_style.scss ---------------------------------------------------------------------- diff --git a/avatica/site/_sass/_style.scss b/avatica/site/_sass/_style.scss index 14d9723..b433050 100644 --- a/avatica/site/_sass/_style.scss +++ b/avatica/site/_sass/_style.scss @@ -10,7 +10,7 @@ body { font: 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #ddd; background-color: #333; - border-top: 5px solid #33adff; + border-top: 5px solid #937cb0; @include box-shadow(inset 0 3px 30px rgba(0,0,0,.3)); text-shadow: 0 1px 3px rgba(0,0,0,.5); -webkit-font-feature-settings: "kern" 1; @@ -86,7 +86,7 @@ nav { &.current { a { - background-color: #33adff; + background-color: #937cb0; color: #222; @include box-shadow(inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5)); text-shadow: 0 1px 0 rgba(255,255,255,.3); @@ -107,7 +107,7 @@ nav { float: left; width: 100%; background-color: #333; - color: #33adff; + color: #937cb0; text-align: center; text-transform: uppercase; font-size: 14px; @@ -125,7 +125,7 @@ nav { .current { a { - background-color: #33adff; + background-color: #937cb0; color: #222; @include box-shadow(inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5)); text-shadow: 0 1px 0 rgba(255,255,255,.3); @@ -649,11 +649,11 @@ h5 > code, h1, h2, h3, h4, h5, h6 { margin: 0; } a { - color: #33adff; + color: #937cb0; text-decoration: none; @include transition(all .25s); - &:hover { color: #33adff; } + &:hover { color: #937cb0; } } strong { font-weight: 700; } @@ -856,7 +856,7 @@ code.output { &:after { content: '\2605'; - color: #33adff; + color: #937cb0; position: absolute; top: 14px; left: 14px; @@ -918,7 +918,7 @@ code.output { .warning:after { content: '\203C'; - color: #33adff; + color: #937cb0; position: absolute; top: 15px; left: 15px; http://git-wip-us.apache.org/repos/asf/calcite/blob/d3f1969c/avatica/site/favicon.ico ---------------------------------------------------------------------- diff --git a/avatica/site/favicon.ico b/avatica/site/favicon.ico deleted file mode 100644 index 47d4618..0000000 Binary files a/avatica/site/favicon.ico and /dev/null differ http://git-wip-us.apache.org/repos/asf/calcite/blob/d3f1969c/avatica/site/img/cake.jpg ---------------------------------------------------------------------- diff --git a/avatica/site/img/cake.jpg b/avatica/site/img/cake.jpg deleted file mode 100644 index af370c6..0000000 Binary files a/avatica/site/img/cake.jpg and /dev/null differ http://git-wip-us.apache.org/repos/asf/calcite/blob/d3f1969c/avatica/site/img/logo.png ---------------------------------------------------------------------- diff --git a/avatica/site/img/logo.png b/avatica/site/img/logo.png index b883465..22b983e 100644 Binary files a/avatica/site/img/logo.png and b/avatica/site/img/logo.png differ http://git-wip-us.apache.org/repos/asf/calcite/blob/d3f1969c/avatica/site/img/pie-chart.png ---------------------------------------------------------------------- diff --git a/avatica/site/img/pie-chart.png b/avatica/site/img/pie-chart.png deleted file mode 100644 index 59e2ddb..0000000 Binary files a/avatica/site/img/pie-chart.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/calcite/blob/d3f1969c/avatica/site/img/window-types.png ---------------------------------------------------------------------- diff --git a/avatica/site/img/window-types.png b/avatica/site/img/window-types.png deleted file mode 100644 index 366c00a..0000000 Binary files a/avatica/site/img/window-types.png and /dev/null differ
