This is an automated email from the ASF dual-hosted git repository.

chen pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new 72e237d  update powered by page
72e237d is described below

commit 72e237d4a6f1080cd545bd3f1707c83aaf21cfa1
Author: chenzhx <c...@apache.org>
AuthorDate: Wed Jun 20 11:04:57 2018 +0800

    update powered by page
---
 website/_layouts/powered.html  | 50 ++++++++++++++++++++++++++++++++++++++++++
 website/assets/css/styles.css  | 13 +++++++++++
 website/blog/index.md          |  2 +-
 website/community/poweredby.md |  4 +---
 4 files changed, 65 insertions(+), 4 deletions(-)

diff --git a/website/_layouts/powered.html b/website/_layouts/powered.html
new file mode 100644
index 0000000..3ef982f
--- /dev/null
+++ b/website/_layouts/powered.html
@@ -0,0 +1,50 @@
+<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<!DOCTYPE html>
+<html>
+
+  {% include head.html %}
+
+  <body>
+
+    {% include header.html %}
+<main id="main" >
+  <div >
+    <div id="zero" class=" main powered" >
+
+      <header style=" padding:2em 0 0 0">
+        <div class="container" >
+          <h4 class="index-title"><span>Powered By Apache Kylin™</span></h4>
+        </div>
+      </header>
+      <div class="container" >
+        {{ content }}
+      </div>
+    </div>
+  </div>
+</main>
+
+    {% include footer.html %}
+
+  <script src="/assets/js/jquery-1.9.1.min.js"></script> 
+  <script src="/assets/js/bootstrap.min.js"></script> 
+  <script src="/assets/js/main.js"></script>
+  </body>
+
+</html>
diff --git a/website/assets/css/styles.css b/website/assets/css/styles.css
index 9d3dade..498daf3 100644
--- a/website/assets/css/styles.css
+++ b/website/assets/css/styles.css
@@ -703,9 +703,15 @@ a.section-menu-title:hover {
     text-align: center;
     margin: 60px 0 45px 0;
 }
+.credits ul{
+    text-align: left;
+}
 .contributors {
        margin: 5px 0 60px 15px;
 }
+.contributors table{
+       text-align: left;
+}
 .contributors span {
        min-width: 120px;
 }
@@ -840,6 +846,13 @@ a.section-menu-title:hover {
 .blog ol {
   padding-left: 20px;
 }
+.powered {
+  margin-bottom: 90px;
+}
+.powered ul {
+       list-style: none;
+       padding-left: 0px;
+}
 /*********************************************************************
  
 
diff --git a/website/blog/index.md b/website/blog/index.md
index afa2e0f..b5aab37 100644
--- a/website/blog/index.md
+++ b/website/blog/index.md
@@ -13,7 +13,7 @@ title: Blog
             {% for category in site.categories %}   
             {% if category[0]  == 'blog' %}
             {% for post in category[1] %}
-            <div class="col-md-6 col-lg-6 col-xs-6">
+            <div class="col-md-6 col-lg-6 col-xs-12">
               <a class="blog-card" href="{{ post.url | prepend: site.baseurl 
}}">
                 <div class="blog-pic">
                   <img width="20" src="../assets/images/icon_blog_w.png">
diff --git a/website/community/poweredby.md b/website/community/poweredby.md
index c89c4fc..4aedb26 100644
--- a/website/community/poweredby.md
+++ b/website/community/poweredby.md
@@ -1,11 +1,9 @@
 ---
-layout: default
+layout: powered
 title: PoweredBy
 permalink: /community/poweredby.html
 ---            
 
-## Powered By Apache Kylin™
-
 __How to be listed here?__
 Send a quick description of your organization and usage to the [mailing 
list](mailto:u...@kylin.apache.org) or to 
[@apachekylin](https://twitter.com/apachekylin) or 
[@lukehq](https://twitter.com/lukehq) on twitter and we'll add you.
 

Reply via email to