[SYSTEMML-1206][SYSTEMML-1207][SYSTEMML-1210] Logo, favicon, trademark for docs
Update project documentation logo to new logo from main website. Update favicon.png to new favicon.png from main website. Add trademark symbol to SystemML in header. Modify styles, mostly for header. Closes #365. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/20e46a8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/20e46a8e Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/20e46a8e Branch: refs/heads/gh-pages Commit: 20e46a8ec69b450e495517db74d7d9868fe71ab6 Parents: f802be0 Author: Deron Eriksson <[email protected]> Authored: Thu Jan 26 17:02:42 2017 -0800 Committer: Deron Eriksson <[email protected]> Committed: Thu Jan 26 17:02:42 2017 -0800 ---------------------------------------------------------------------- _layouts/global.html | 2 +- css/main.css | 21 +++++++++++++++------ img/favicon.png | Bin 2774 -> 461 bytes img/systemml-logo.png | Bin 40071 -> 982 bytes 4 files changed, 16 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/20e46a8e/_layouts/global.html ---------------------------------------------------------------------- diff --git a/_layouts/global.html b/_layouts/global.html index f7cb969..1aa5296 100644 --- a/_layouts/global.html +++ b/_layouts/global.html @@ -28,7 +28,7 @@ <img class="logo" src="img/systemml-logo.png" alt="Apache SystemML (incubating)" title="Apache SystemML (incubating)"/> </div> <div class="navbar-brand brand projecttitle"> - <a href="index.html">Apache SystemML (incubating)</a><br/> + <a href="index.html">Apache SystemML<sup id="trademark">â¢</sup> (incubating)</a><br/> <span class="version">{{site.SYSTEMML_VERSION}}</span> </div> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/20e46a8e/css/main.css ---------------------------------------------------------------------- diff --git a/css/main.css b/css/main.css index 27bfe0d..661d9e6 100644 --- a/css/main.css +++ b/css/main.css @@ -5,6 +5,7 @@ /* Overall */ body { padding-top: 51px !important; + -moz-osx-font-smoothing: grayscale; } body #content { @@ -38,25 +39,27 @@ a:hover code { /* Branding */ .brand { - font-weight: bold !important; + font-weight: normal !important; padding-top: 0px; padding-bottom: 0px; max-width: 75%; } img.logo { - height: 100%; - margin-right: 0.2em; + height: 31px; + width: 32px; + margin-right: 10px; display: none; + margin-top: 10px; + margin-left: 10px; } /* Navigation Bar */ .navbar { - background-color: #152935; + background-color: rgba(0, 0, 0, 0.9); } .navbar .container { - background-color: #152935; background-image: none; } @@ -79,7 +82,7 @@ img.logo { } .navbar .projecttitle { - margin-top: 10px; + margin-top: 7px; height: 40px; white-space: nowrap; } @@ -196,6 +199,12 @@ a { color: #0c8672; } +#trademark { + font-size: 0.5em; + font-weight: 300; + vertical-align: middle; +} + /* Media queries */ @media only screen and (max-device-width: 768px) and (orientation : landscape) { /* landscape mobile */ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/20e46a8e/img/favicon.png ---------------------------------------------------------------------- diff --git a/img/favicon.png b/img/favicon.png index 2388972..c5311b9 100644 Binary files a/img/favicon.png and b/img/favicon.png differ http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/20e46a8e/img/systemml-logo.png ---------------------------------------------------------------------- diff --git a/img/systemml-logo.png b/img/systemml-logo.png index 87ae161..85e07bf 100644 Binary files a/img/systemml-logo.png and b/img/systemml-logo.png differ
