Merge pull request #43164 from Gauravpadam/docs-home-card-consistency
Docs home page card layout is now consistentpull/43165/head
commit
c5835c5718
|
@ -317,18 +317,45 @@ footer {
|
||||||
/* DOCS */
|
/* DOCS */
|
||||||
|
|
||||||
.launch-cards {
|
.launch-cards {
|
||||||
button {
|
padding: 0;
|
||||||
cursor: pointer;
|
.launch-card{
|
||||||
box-sizing: border-box;
|
|
||||||
background: none;
|
padding: 0;
|
||||||
margin: 0;
|
display: flex;
|
||||||
border: 0;
|
flex-direction: column;
|
||||||
|
background-color: #DAEAf9;
|
||||||
|
border:2px solid #99B7D3;
|
||||||
|
border-radius: 8px;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.75em;
|
||||||
|
padding: .5em;
|
||||||
|
|
||||||
|
a{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
p {
|
||||||
li {
|
padding: .5em;
|
||||||
list-style: none;
|
text-align: center;
|
||||||
padding-left: 0;
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: disc;
|
||||||
|
color: #99B7D3;
|
||||||
|
margin: 0 auto;
|
||||||
|
margin-block-end: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
height: min-content;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: .5em .75em;
|
||||||
|
cursor: pointer;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,16 +46,16 @@ cards:
|
||||||
description: Browse terminology, command line syntax, API resource types, and setup tool documentation.
|
description: Browse terminology, command line syntax, API resource types, and setup tool documentation.
|
||||||
button: View Reference
|
button: View Reference
|
||||||
button_path: /docs/reference
|
button_path: /docs/reference
|
||||||
- name: training
|
|
||||||
title: "Training"
|
|
||||||
description: "Get certified in Kubernetes and make your cloud native projects successful!"
|
|
||||||
button: "View training"
|
|
||||||
button_path: "/training"
|
|
||||||
- name: contribute
|
- name: contribute
|
||||||
title: Contribute to Kubernetes
|
title: Contribute to Kubernetes
|
||||||
description: Anyone can contribute, whether you're new to the project or you've been around a long time.
|
description: Anyone can contribute, whether you're new to the project or you've been around a long time.
|
||||||
button: Find out how to help
|
button: Find out how to help
|
||||||
button_path: /docs/contribute
|
button_path: /docs/contribute
|
||||||
|
- name: training
|
||||||
|
title: "Training"
|
||||||
|
description: "Get certified in Kubernetes and make your cloud native projects successful!"
|
||||||
|
button: "View training"
|
||||||
|
button_path: "/training"
|
||||||
- name: Download
|
- name: Download
|
||||||
title: Download Kubernetes
|
title: Download Kubernetes
|
||||||
description: Install Kubernetes or upgrade to the newest version.
|
description: Install Kubernetes or upgrade to the newest version.
|
||||||
|
|
Loading…
Reference in New Issue