Refactor home page (#10795)

* Fix docs home subnav link name

* change linkTitle to Home

* accept fix from master

* refactor docs home template

* bump

* test

* switch layout to basic

* swap in cards

* test card css

* add launch-cards and launch-card classes

* swap in content

* use different layout name to not affect user journeys

* revert file naming

* revert docsportal.html

* remove main, add kubeadm link

* documentation -> docs

* change kubeadm link
This commit is contained in:
Andrew Chen
2019-01-23 18:36:23 -08:00
committed by Kubernetes Prow Robot
parent e5a31f8c67
commit b3ed053c82
5 changed files with 153 additions and 92 deletions
+22
View File
@@ -2,6 +2,28 @@
margin-top: 1em !important;
}
.gridPage .launch-content {
position: relative;
margin: 20px auto 50px;
}
.launch-cards {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.launch-card {
position: relative;
width: 33%;
padding: 0 30px 0 0;
margin-bottom: 50px;
min-height: 152px;
}
.gridPage p {
color: rgb(26,26,26) !important;
margin-left: 0 !important;