mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
fix: Update banner text
Signed-off-by: lannyfu <lannyfu@kubesphere.io>
This commit is contained in:
parent
e49d490bd2
commit
2c4148f7dc
|
|
@ -61,36 +61,31 @@
|
|||
}
|
||||
|
||||
.p1 {
|
||||
height: 24px;
|
||||
width: 588px;
|
||||
color: #fff;
|
||||
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
letter-spacing: -0.04px;
|
||||
color: #ffffff;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
line-height: 32px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
width: 660px;
|
||||
margin-top: 12px;
|
||||
color: #fff;
|
||||
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
font-size: 50px;
|
||||
font-weight: bold;
|
||||
line-height: 1.2;
|
||||
letter-spacing: -0.14px;
|
||||
color: #ffffff;
|
||||
font-size: 56px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.p2 {
|
||||
width: 660px;
|
||||
height: 72px;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 30px;
|
||||
width: 560px;
|
||||
color: #fff;
|
||||
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
font-size: 16px;
|
||||
|
||||
line-height: 1.5;
|
||||
letter-spacing: -0.04px;
|
||||
color: #ffffff;
|
||||
margin-top: 8px;
|
||||
font-weight: 380;
|
||||
line-height: 28px;
|
||||
letter-spacing: -0.044px;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
|
|
@ -226,10 +226,10 @@ name = "Community"
|
|||
URL = "https://github.com/kubesphere/community/tree/master/sig-advocacy-and-outreach/ospp-2025"
|
||||
weight = 6
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
weight = 6
|
||||
name = "Apply for a Free License"
|
||||
URL = "https://kubesphere.cloud/certification/"
|
||||
# [[languages.en.menu.main]]
|
||||
# weight = 6
|
||||
# name = "Apply for a Free License"
|
||||
# URL = "/"
|
||||
|
||||
|
||||
[languages.zh]
|
||||
|
|
@ -408,11 +408,11 @@ weight = 7
|
|||
name = "认证"
|
||||
URL = "https://kubesphere.cloud/certification/"
|
||||
|
||||
[[languages.zh.menu.main]]
|
||||
weight = 8
|
||||
name = "申请免费授权"
|
||||
URL = "/"
|
||||
# TODO: LINK
|
||||
# [[languages.zh.menu.main]]
|
||||
# weight = 8
|
||||
# name = "申请免费授权"
|
||||
# URL = "/"
|
||||
# # TODO: LINK
|
||||
|
||||
|
||||
# [languages.tr]
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ description: KubeSphere is a distributed operating system for cloud-native appli
|
|||
css: scss/index.scss
|
||||
|
||||
section1:
|
||||
title: KubeSphere Container Platform
|
||||
topic: The Kubernetes platform tailored for hybrid multicloud
|
||||
title: KubeSphere Community Edition
|
||||
topic: KubeSphere Container Platform-The Kubernetes platform tailored for hybrid multicloud
|
||||
content: KubeSphere is a distributed operating system for cloud-native application management, using Kubernetes as its kernel. It provides a plug-and-play architecture, allowing third-party applications to be seamlessly integrated into its ecosystem.
|
||||
btns:
|
||||
- content: Experience Now
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ description: KubeSphere 是在 Kubernetes 之上构建的以应用为中心的
|
|||
css: scss/index.scss
|
||||
|
||||
section1:
|
||||
title: KubeSphere 容器平台-面向云原生应用的容器混合云
|
||||
topic: kubesphere 社区版
|
||||
content: KubeSphere 愿景是打造一个以 Kubernetes 为内核的云原生分布式操作系统,它的架构可以非常方便地使第三方应用与云原生生态组件进行即插即用(plug-and-play)的集成,支持云原生应用在多云与多集群的统一分发和运维管理。
|
||||
title: kubesphere 社区版
|
||||
topic: 面向云原生应用的容器混合云
|
||||
content: KubeSphere 愿景是打造一个以 Kubernetes 为内核的云原生分布式操作系统,<br/>它的架构可以非常方便地使第三方应用与云原生生态组件进行即插即用(plug-<br/>and-play)的集成,支持云原生应用在多云与多集群的统一分发和运维管理。
|
||||
btns:
|
||||
- content: 即刻体验
|
||||
# TODO: Community page
|
||||
|
|
|
|||
Loading…
Reference in New Issue