mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
change link
This commit is contained in:
parent
0d197ce84f
commit
ebb18c14a5
|
|
@ -419,10 +419,10 @@
|
|||
background-color: #e4edf6;
|
||||
}
|
||||
|
||||
a {
|
||||
& > span {
|
||||
position: absolute;
|
||||
top: 71px;
|
||||
right: 35px;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -181,6 +181,6 @@ section6:
|
|||
linkContent: Want your logo up there? Just submit a pull request →
|
||||
joinTitle: Join the Revolution, Partner with KubeSphere
|
||||
joinContent: We look forward to your joining KubeSphere partner program to improve both ecosystems and grow your business.
|
||||
joinLink:
|
||||
joinLink: partner
|
||||
image: /images/home/certification.jpg
|
||||
---
|
||||
|
|
|
|||
|
|
@ -34,6 +34,6 @@
|
|||
translation: 2.This demo account is only allowed to view parts of UI
|
||||
- id: demo content 3
|
||||
translation: 3.It's recommended that install KubeSphere in your environment
|
||||
- id: Read More
|
||||
translation: Read More
|
||||
- id: Coming Soon
|
||||
translation: Coming Soon
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
<p class="common-p">{{ .content | safeHTML }}</p>
|
||||
</div>
|
||||
<div class='middle-line'></div>
|
||||
<a class="common-green-a" href="{{ .link }}">{{ i18n "Read More" }} →</a>
|
||||
<span class="common-green-a">{{ i18n "Coming Soon" }}</span>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
<div class='link-div'>
|
||||
<a class="common-black-a" href="{{ .link }}">{{ .linkContent }}</a>
|
||||
</div>
|
||||
<a class='join-div' href="{{ .titleLink }}">
|
||||
<a class='join-div' href="{{ .joinsLink }}">
|
||||
<p class='p1'>{{ .joinTitle }}</p>
|
||||
<p class='p2'>{{ .joinContent }}</p>
|
||||
<img src="/images/home/join-right.svg" alt="">
|
||||
|
|
|
|||
Loading…
Reference in New Issue