You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/04/06 23:00:57 UTC

incubator-mnemonic git commit: Minor design tweaks: elevator pitch shortening and active link colour changes

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/asf-site-src cbdf37303 -> a6814caa8


Minor design tweaks: elevator pitch shortening and active link colour changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/a6814caa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/a6814caa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/a6814caa

Branch: refs/heads/asf-site-src
Commit: a6814caa8f762790df71bccd6d31c3b64a26a9bd
Parents: cbdf373
Author: Alex Holden <a...@lexholden.com>
Authored: Wed Apr 6 21:35:59 2016 +0100
Committer: Alex Holden <a...@lexholden.com>
Committed: Wed Apr 6 21:44:22 2016 +0100

----------------------------------------------------------------------
 css/screen.scss | 7 ++++++-
 index.html      | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a6814caa/css/screen.scss
----------------------------------------------------------------------
diff --git a/css/screen.scss b/css/screen.scss
index 3a2aae5..9043b03 100644
--- a/css/screen.scss
+++ b/css/screen.scss
@@ -108,7 +108,7 @@ nav {
 
       a {
         background-color: {{ site.highlight_color }};
-        color: #222;
+        color: #FFF;
         // @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);
       }
@@ -116,6 +116,11 @@ nav {
   }
 }
 
+.pitch-add {
+  font-size: 0.4em; 
+  float: right;
+}
+
 .mobile-nav {
 
   ul {

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a6814caa/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 929685a..a5ec73f 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@ overview: true
   <div class="grid">
     <div class="unit whole center-on-mobiles">
       <p class="first titlehead">
-        A non-volatile object programming model for memories e.g. NVMe, SSD etc
+        A non-volatile object programming model<br> for memories <br><span class="pitch-add">e.g. NVMe, SSD etc</span>
         <!-- <span style="padding-left: 50px;">The Big Data</span> <br /><span style="padding-left: 150px;">Security Platform.</span> -->
       </p>
     </div>