Repository: incubator-systemml
Updated Branches:
  refs/heads/master 6bcc82359 -> 2fc337bdd


[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/2fc337bd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/2fc337bd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/2fc337bd

Branch: refs/heads/master
Commit: 2fc337bddd71f693b902a2786d0d794d2ed340a5
Parents: 6bcc823
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

----------------------------------------------------------------------
 docs/_layouts/global.html  |   2 +-
 docs/css/main.css          |  21 +++++++++++++++------
 docs/img/favicon.png       | Bin 2774 -> 461 bytes
 docs/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/2fc337bd/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index f7cb969..1aa5296 100644
--- a/docs/_layouts/global.html
+++ b/docs/_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/2fc337bd/docs/css/main.css
----------------------------------------------------------------------
diff --git a/docs/css/main.css b/docs/css/main.css
index 27bfe0d..661d9e6 100644
--- a/docs/css/main.css
+++ b/docs/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/2fc337bd/docs/img/favicon.png
----------------------------------------------------------------------
diff --git a/docs/img/favicon.png b/docs/img/favicon.png
index 2388972..c5311b9 100644
Binary files a/docs/img/favicon.png and b/docs/img/favicon.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/2fc337bd/docs/img/systemml-logo.png
----------------------------------------------------------------------
diff --git a/docs/img/systemml-logo.png b/docs/img/systemml-logo.png
index 87ae161..85e07bf 100644
Binary files a/docs/img/systemml-logo.png and b/docs/img/systemml-logo.png 
differ

Reply via email to