This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6fe955d capitalize title (#43)
6fe955d is described below
commit 6fe955d3a091d9ec3028ec48b5e54f9142ccae98
Author: jeffery <[email protected]>
AuthorDate: Mon Mar 7 17:32:30 2022 +0800
capitalize title (#43)
* rebuild homePage
* feature: modify homePage style
* style: modify homePage desc font size
* style: rename footer img
* style: capitalize title
* style: capitalize the title of join the community block
Co-authored-by: jipengfei01 <[email protected]>
---
data/homePage.json | 8 ++++----
layouts/index.html | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/data/homePage.json b/data/homePage.json
index 8786e3b..66171f6 100644
--- a/data/homePage.json
+++ b/data/homePage.json
@@ -2,7 +2,7 @@
"keyFeatures": [
{
"img": "homePageImg/kf1.png",
- "title": "Multi tenancy",
+ "title": "Multi Tenancy",
"desc": "Kyuubi provides end-to-end multi-tenancy for resource acquiring
and data/metadata access with a unified authentication/authorization layer."
},
{
@@ -66,17 +66,17 @@
"community": [
{
"img": "homePageImg/community1.png",
- "title": "Mailing list",
+ "title": "Mailing List",
"href": "https://kyuubi.apache.org/mailing_lists.html"
},
{
"img": "homePageImg/community2.png",
- "title": "Source code",
+ "title": "Source Code",
"href": "https://github.com/apache/incubator-kyuubi"
},
{
"img": "homePageImg/community3.png",
- "title": "How to contribute",
+ "title": "How to Contribute",
"href": "https://kyuubi.apache.org/contributing.html"
}
]
diff --git a/layouts/index.html b/layouts/index.html
index ef17c60..1c9405c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -82,7 +82,7 @@
</div>
<div class="ecoItemBody">
{{range .list}}
- <img src={{. | relURL}}/>
+ <img src="{{. | relURL}}"/>
{{end}}
</div>
</div>
@@ -93,7 +93,7 @@
<div>
<div class="contentBlock">
<div class="blockTitle">
- <span>Use cases</span>
+ <span>Use Cases</span>
<div class="blockTitleLine"></div>
</div>
<div class="useCaseListContainer">