This is an automated email from the ASF dual-hosted git repository.
lamberken pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 05a8ddb [MINOR] Remove logos on home page (#1635)
05a8ddb is described below
commit 05a8ddb89a4ad8186c7d4f20b4bde806b73698f5
Author: lamber-ken <[email protected]>
AuthorDate: Sat May 16 12:34:32 2020 +0800
[MINOR] Remove logos on home page (#1635)
---
docs/_docs/1_4_powered_by.md | 25 +++++++++++++++++++++++++
docs/_layouts/home.html | 32 ++++++++++++++++----------------
docs/_sass/hudi_style/skins/_hudi.scss | 4 ++--
3 files changed, 43 insertions(+), 18 deletions(-)
diff --git a/docs/_docs/1_4_powered_by.md b/docs/_docs/1_4_powered_by.md
index bee6bb9..04044d2 100644
--- a/docs/_docs/1_4_powered_by.md
+++ b/docs/_docs/1_4_powered_by.md
@@ -3,6 +3,19 @@ title: "Talks & Powered By"
keywords: hudi, talks, presentation
permalink: /docs/powered_by.html
last_modified_at: 2019-12-31T15:59:57-04:00
+power_items:
+ - img_path: /assets/images/powers/uber.png
+ - img_path: /assets/images/powers/aws.jpg
+ - img_path: /assets/images/powers/alibaba.png
+ - img_path: /assets/images/powers/emis.jpg
+ - img_path: /assets/images/powers/yield.png
+ - img_path: /assets/images/powers/qq.png
+ - img_path: /assets/images/powers/tongcheng.png
+ - img_path: /assets/images/powers/yotpo.png
+ - img_path: /assets/images/powers/kyligence.png
+ - img_path: /assets/images/powers/tathastu.png
+ - img_path: /assets/images/powers/shunfeng.png
+ - img_path: /assets/images/powers/lingyue.png
---
## Adoption
@@ -71,3 +84,15 @@ Using Hudi at Yotpo for several usages. Firstly, integrated
Hudi as a writer in
1. ["The Case for incremental processing on
Hadoop"](https://www.oreilly.com/ideas/ubers-case-for-incremental-processing-on-hadoop)
- O'reilly Ideas article by Vinoth Chandar
2. ["Hoodie: Uber Engineering's Incremental Processing Framework on
Hadoop"](https://eng.uber.com/hoodie/) - Engineering Blog By Prasanna
Rajaperumal
+
+## Powered by
+
+<div class="page__hero--overlay">
+ <div class="home-power-items">
+
+ {% for pi in page.power_items %}
+ <div class="power-item"><img src="{{ pi.img_path }}"></div>
+ {% endfor %}
+
+ </div>
+</div>
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
index f8174ba..fa169f9 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -69,25 +69,25 @@ layout: home
</div>
</div>
- <div class="page__hero--overlay">
- <div class="wrapper">
- <h1 style="font-size: 1.953em">
- Hudi Users
- </h1>
- <div class="home-power-items">
+<!-- <div class="page__hero--overlay">-->
+<!-- <div class="wrapper">-->
+<!-- <h1 style="font-size: 1.953em">-->
+<!-- Hudi Users-->
+<!-- </h1>-->
+<!-- <div class="home-power-items">-->
- {% for pi in page.power_items %}
- <div class="power-item"><img src="{{ pi.img_path }}"></div>
- {% endfor %}
+<!-- {% for pi in page.power_items %}-->
+<!-- <div class="power-item"><img src="{{ pi.img_path }}"></div>-->
+<!-- {% endfor %}-->
- </div>
- <p style="padding: 0 !important; margin: 0 !important;">
- <a href="/docs/quick-start-guide.html" class="btn btn--light-outline
btn--large" style="background-color: #55abce"><i class="fa fa-paper-plane"></i>
Get Started</a>
- </p>
- </div>
- </div>
+<!-- </div>-->
+<!-- <p style="padding: 0 !important; margin: 0 !important;">-->
+<!-- <a href="/docs/quick-start-guide.html" class="btn
btn--light-outline btn--large" style="background-color:
#55abce"><i class="fa fa-paper-plane"></i> Get Started</a>-->
+<!-- </p>-->
+<!-- </div>-->
+<!-- </div>-->
- <div class="page__footer" style="margin-top: 0px !important;">
+ <div class="page__footer" style="margin-top: 0px !important;
background-color: white !important;">
<footer>
{% include footer.html %}
</footer>
diff --git a/docs/_sass/hudi_style/skins/_hudi.scss
b/docs/_sass/hudi_style/skins/_hudi.scss
index 898046b..0b2f00e 100644
--- a/docs/_sass/hudi_style/skins/_hudi.scss
+++ b/docs/_sass/hudi_style/skins/_hudi.scss
@@ -60,7 +60,7 @@ table {
&--overlay {
position: relative;
.wrapper {
- padding: 3em 2em 2em 2em !important;
+ padding: 4em 2em 2em 2em !important;
}
}
}
@@ -98,7 +98,7 @@ table {
.power-item {
display: inline-block;
- width: 210px;
+ width: 240px;
margin-left: 0.8em;
margin-right: 0.8em;
margin-bottom: 1.1em;