You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/02/12 06:22:17 UTC

[23/31] incubator-kylin git commit: refine website header

refine website header


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

Branch: refs/heads/master
Commit: f3e5d4d48a9c82dfb614c12cb947938020b8db06
Parents: 361c227
Author: lukehan <lu...@apache.org>
Authored: Wed Feb 4 18:14:55 2015 +0800
Committer: lukehan <lu...@apache.org>
Committed: Wed Feb 4 18:14:55 2015 +0800

----------------------------------------------------------------------
 docs/website/_includes/footer.html    | 11 +---------
 docs/website/_includes/header.cn.html | 11 +++++-----
 docs/website/_includes/header.html    | 22 ++++++++++----------
 docs/website/assets/css/styles.css    | 32 +++++++++++++++++++-----------
 docs/website/docs/index.html          |  2 --
 5 files changed, 38 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/f3e5d4d4/docs/website/_includes/footer.html
----------------------------------------------------------------------
diff --git a/docs/website/_includes/footer.html b/docs/website/_includes/footer.html
index a4d211e..8561e95 100644
--- a/docs/website/_includes/footer.html
+++ b/docs/website/_includes/footer.html
@@ -3,19 +3,10 @@
     <div class="row">
       <div class="col-md-12 widget" >
         <div class="widget-body" style="text-align:center">
-          <ul class="icons">
-            <li><a href="https://www.linkedin.com/groups/KylinOLAP-6785709?home=&gid=6785709&trk=anet_ug_hm" target="_blank" class="fa fa-linkedin fa-lg"></a></li>
-            <li><a href="https://twitter.com/debashis_saha/status/519612003443146752" target="_blank" class="fa fa-twitter fa-lg"></a></li>
-            <li><a href="https://www.facebook.com/kylinio?skip_nax_wizard=true&ref_type=logout_gear" target="_blank" class="fa fa-facebook fa-lg"></a></li>
-            <li><a href="https://plus.google.com/communities/101138166999680123468" target="_blank" class="fa fa-google-plus fa-lg"></a></li>
-            <li><a href="https://github.com/KylinOLAP/Kylin" target="_blank" class="fa fa-github-alt fa-lg"></a></li>
-            <!--  <li><a href="#" class="fa fa-weibo fa-lg"></a></li>
-         <li><a href="#" class="fa fa-weixin fa-lg"></a></li>-->
-          </ul>
           <div>
           Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
           </div>
-          <p style="text-align:center" > Apache Kylin is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0. </a> |<a href="#">back to top</a><br>
+          <p style="text-align:center" > Apache Kylin is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0. </a>
           </p>
         </div>
       </div>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/f3e5d4d4/docs/website/_includes/header.cn.html
----------------------------------------------------------------------
diff --git a/docs/website/_includes/header.cn.html b/docs/website/_includes/header.cn.html
index 7c45568..63cd04a 100644
--- a/docs/website/_includes/header.cn.html
+++ b/docs/website/_includes/header.cn.html
@@ -1,11 +1,7 @@
 <header id="header" >
   <div id="head" class="parallax" parallax-speed="3" >
-    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="{{ "/assets/images/kylin_logo.jpg"| prepend: site.baseurl }}"> <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data<br>
-      </span> 
-      <!--
-       <div id="download"><a href="https://github.com/KylinOLAP/Kylin/releases">DOWNLOAD</a></div>
-       -->
-       </div>
+    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="{{ "/assets/images/kylin_logo.jpg"| prepend: site.baseurl }}"> <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
+    </div>
   </div>
 
   <!-- Main Menu -->
@@ -31,6 +27,9 @@
           <li><a href="/blog">博客</li>
           <li><a href="/about" >关于</a></li>
           <li><a href="/" >English</a></li>
+          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
+          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>            
       </ul>
       
 

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/f3e5d4d4/docs/website/_includes/header.html
----------------------------------------------------------------------
diff --git a/docs/website/_includes/header.html b/docs/website/_includes/header.html
index 0968b2f..1745744 100644
--- a/docs/website/_includes/header.html
+++ b/docs/website/_includes/header.html
@@ -1,16 +1,17 @@
 <header id="header" >
+  
   <div id="head" class="parallax" parallax-speed="3" >
-    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="{{ "/assets/images/kylin_logo.jpg"| prepend: site.baseurl }}"> <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data<br>
-      </span> 
-      <!--
-       <div id="download"><a href="https://github.com/KylinOLAP/Kylin/releases">DOWNLOAD</a></div>
-       -->
-       </div>
+    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="{{ "/assets/images/kylin_logo.jpg"| prepend: site.baseurl }}"> <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
+    </div>
   </div>
+  
 
   <!-- Main Menu -->
   <nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
   <div class="container-fluid" id="nav">
+    <!--
+    <img class="img-circle" width="40px" height="40px" id="circlelogo" src="{{ "/assets/images/kylin_logo.jpg"| prepend: site.baseurl }}">
+    -->
     <!-- Brand and toggle get grouped for better mobile display -->
     <div class="navbar-header">
       <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -30,10 +31,11 @@
           <li><a href="/community" >Community</a></li>
           <li><a href="/blog">Blog</li>
           <li><a href="/about" >About</a></li>
-          <li><a href="/cn" >中文版</a></li>
-      </ul>
-      
-
+          <li><a href="/cn" >中文版</a></li>  
+          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
+          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
+      </ul>      
     </div><!-- /.navbar-collapse -->
   </div><!-- /.container-fluid -->
 </nav>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/f3e5d4d4/docs/website/assets/css/styles.css
----------------------------------------------------------------------
diff --git a/docs/website/assets/css/styles.css b/docs/website/assets/css/styles.css
index 12ebef4..e2e080e 100644
--- a/docs/website/assets/css/styles.css
+++ b/docs/website/assets/css/styles.css
@@ -118,7 +118,7 @@ a:hover, a:focus {
 	background: #f4f4f4 url(../images/data.png) top center;
 	background-size: cover;
 	color: #7C7C7C;
-	height: 400px
+	height: 200px;	
 }
 #head .title {
 	font-family: 'Open sans';
@@ -136,8 +136,8 @@ a:hover, a:focus {
 }
 #head img.img-circle {
 	display: block;
-	width: 140px;
-	height: 140px;
+	width: 100px;
+	height: 100px;
 	overflow: hidden;
 	border: 9px solid rgba(0, 0, 0, 0.05);
 	margin: 0 auto;
@@ -161,10 +161,11 @@ a:hover, a:focus {
 	color: #5E5E5E;
 }
 #logo {
-	padding-top: 50px;
+	padding-top: 0px;
+	padding-left: 10px;
 }
 .home #head .title {
-	font-size: 36px;
+	font-size: 18px;
 	color: #fb8d08;/*color:#146df3;*/
 	
 }
@@ -203,7 +204,13 @@ a:hover, a:focus {
 
 **********************************************************************/
 .navbar {
-	border-width: 1px 0;
+	/*
+	background: #f4f4f4 url(../images/data.png) top center;
+	background-size: cover;
+	color: #7C7C7C;
+	height: 100px;
+*/
+	 border-width: 1px 0;
 	-webkit-border-radius: 0;
 	-webkit-background-clip: padding-box;
 	-moz-border-radius: 0;
@@ -211,6 +218,7 @@ a:hover, a:focus {
 	border-radius: 0;
 	background-clip: padding-box;
 	width: 100%;
+
 }
 .navbar.stick {
 	position: fixed;
@@ -227,19 +235,19 @@ a:hover, a:focus {
 	background-clip: padding-box;
 	font-family: 'Open sans';
 	font-weight: 400;
-	text-transform: uppercase;
+	/* text-transform: uppercase;*/
 }
 .navbar-nav {
 	float: none;
 	margin: 0 auto;
-	text-align: center;
+	text-align: right;
 }
 .navbar-nav > li {
 	float: none;
 	display: inline-block;
 }
 .navbar-nav > li > a {
-	padding: 20px 30px;
+	padding: 10px 12px;
 }
 .navbar-default {
 	background-color: #ffffff;
@@ -553,9 +561,9 @@ ol.style1 {
 	margin: 0 0 20px;
 }
 #underfooter {
-	background: #191919;
+	background: #696969;
 	padding: 15px 0;
-	color: #777;
+	color: #EEEEEE;
 	font-size: 12px;
 }
 #underfooter a {
@@ -580,7 +588,7 @@ ol.style1 {
 	background-clip: padding-box;
 	font-family: 'Open sans';
 	font-weight: 400;
-	text-transform: uppercase;
+	/* text-transform: uppercase;*/
 	max-height: 340px;
 	padding-right: 15px;
 	padding-left: 15px;

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/f3e5d4d4/docs/website/docs/index.html
----------------------------------------------------------------------
diff --git a/docs/website/docs/index.html b/docs/website/docs/index.html
index 5057a13..599fd75 100644
--- a/docs/website/docs/index.html
+++ b/docs/website/docs/index.html
@@ -2,8 +2,6 @@
 layout: default
 title: Docs
 ---
-
-
   
 <main id="main" >
   <div class="container" >