From 67c0fb987eb5d48602cda1cf666452425f16bcc5 Mon Sep 17 00:00:00 2001 From: Kubernetes Prow Robot Date: Wed, 4 Mar 2020 11:01:48 -0800 Subject: [PATCH] Training page in the top nav (#19214) * Create new page and add to top nav Signed-off-by: Celeste Horgan * The basics Signed-off-by: Celeste Horgan * A bit of inline css Signed-off-by: Celeste Horgan * Fix CSS Signed-off-by: Celeste Horgan * Fix link + Add to bottom row Signed-off-by: Celeste Horgan * Address feedback in PR * Address feedback from elsewhere * Fix button alignment * Add training partners * Simplify css * Apply suggestions from review Co-Authored-By: Zach Corleissen * Fix landscape + text block widths Co-authored-by: Zach Corleissen --- assets/sass/_desktop.sass | 8 ++- assets/sass/_tablet.sass | 3 +- content/en/training/_index.html | 108 ++++++++++++++++++++++++++++++++ layouts/partials/css.html | 3 + layouts/partials/footer.html | 2 +- layouts/partials/header.html | 2 +- static/css/gridpage.css | 2 +- static/css/training.css | 105 +++++++++++++++++++++++++++++++ 8 files changed, 225 insertions(+), 8 deletions(-) create mode 100644 content/en/training/_index.html create mode 100644 static/css/training.css diff --git a/assets/sass/_desktop.sass b/assets/sass/_desktop.sass index cc75a377d7..6eda82df7b 100644 --- a/assets/sass/_desktop.sass +++ b/assets/sass/_desktop.sass @@ -107,7 +107,7 @@ $video-section-height: 550px padding-right: 10px #home - section, header, footer + section, header .main-section max-width: 1000px @@ -178,16 +178,18 @@ $video-section-height: 550px nav overflow: hidden margin-bottom: 20px + display: flex + justify-content: space-between a - width: 16.65% + width: auto float: left font-size: 24px font-weight: 300 white-space: nowrap .social - padding: 0 30px + padding: 0 max-width: 1200px div diff --git a/assets/sass/_tablet.sass b/assets/sass/_tablet.sass index 90215de1af..a8d1ce36ed 100644 --- a/assets/sass/_tablet.sass +++ b/assets/sass/_tablet.sass @@ -222,9 +222,8 @@ $feature-box-div-width: 45% footer nav text-align: center - a - width: 30% + width: auto padding: 0 20px .social diff --git a/content/en/training/_index.html b/content/en/training/_index.html new file mode 100644 index 0000000000..5547691d78 --- /dev/null +++ b/content/en/training/_index.html @@ -0,0 +1,108 @@ +--- +title: Training +bigheader: Kubernetes Training and Certification +abstract: Training programs, certifications, and partners. +layout: basic +cid: training +class: training +--- + +
+
+
+

Build your cloud native career

+

Kubernetes is at the core of the cloud native movement. Training and certifications from the Linux Foundation and our training partners lets you invest in your career, learn Kubernetes, and make your cloud native projects successful.

+
+
+
+ +
+
+
+

Take a free course on edX

+
+
+
+
+
+ Introduction to Kubernetes
 
+
+

Want to learn Kubernetes? Get an in-depth primer on this powerful system for managing containerized applications.

+
+ Go to Course +
+
+
+
+
+ Introduction to Cloud Infrastructure Technologies +
+

Learn the fundamentals of building and managing cloud technologies directly from The Linux Foundation, the leader in open source.

+
+ Go to Course +
+
+
+
+
+ Introduction to Linux +
+

Never learned Linux? Want a refresh? Develop a good working knowledge of Linux using both the graphical interface and command line across the major Linux distribution families.

+
+ Go to Course +
+
+
+
+ +
+
+
+

Learn with the Linux Foundation

+

The Linux Foundation offers instructor-led and self-paced courses for all aspects of the Kuberenetes application development and operations lifecycle.

+

+ See Courses +
+
+
+ +
+
+
+

Get Kubernetes Certified

+
+
+
+
+ Certified Kubernetes Application Developer (CKAD) +
+

The Certified Kubernetes Application Developer exam certifies that users can design, build, configure, and expose cloud native applications for Kubernetes.

+
+ Go to Certification +
+
+
+
+
+ Certified Kubernetes Administrator (CKA) +
+

The Certified Kubernetes Administrator (CKA) program provides assurance that CKAs have the skills, knowledge, and competency to perform the responsibilities of Kubernetes administrators.

+
+ Go to Certification +
+
+
+
+ +
+
+
+

Kubernetes Training Partners

+

Our network of Kubernetes Training Partners provide training services for Kubernetes and cloud native projects.

+
+
+
+ + +
+
diff --git a/layouts/partials/css.html b/layouts/partials/css.html index 520611ec8c..b4aadaed4f 100644 --- a/layouts/partials/css.html +++ b/layouts/partials/css.html @@ -25,6 +25,9 @@ {{- if eq .Params.class "gridPage" }} {{- end }} +{{- if eq .Params.class "training" }} + +{{- end }} {{- with .Params.css }} {{- $extraCss := split . "," }} {{- range $extraCss }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e85366460f..dfedd412b0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@