Skip to content

Commit

Permalink
Adding a Support & Training page. (linkerd#1076)
Browse files Browse the repository at this point in the history
- Removing enterprise page and replacing it with the new Support & Training page
- Adding Introduction to K8s course
- Adding redirect from enterprise -> support-training

Signed-off-by: Nate W <[email protected]>
  • Loading branch information
nate-double-u authored May 21, 2021
1 parent 4ce7521 commit 23344d9
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 26 deletions.
25 changes: 0 additions & 25 deletions linkerd.io/content/enterprise.md

This file was deleted.

36 changes: 36 additions & 0 deletions linkerd.io/content/support-training.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
description: Lists of educational resources and companies that provide commercial support for Linkerd.
title: Support & Training
layout: enterprise
type: enterprise
weight: "1"
menu:
top:
weight: 4

support:
kinds:
- title: 'Courses'
entries:
- description: Introduction to Service Mesh with Linkerd | edx
thumbnail: "/uploads/linux-foundation-logo.svg"
title: The Linux Foundation
url: https://www.edx.org/course/introduction-to-service-mesh-with-linkerd
- description: Introduction to Kubernetes | edx
thumbnail: "/uploads/linux-foundation-logo.svg"
title: The Linux Foundation
url: https://www.edx.org/course/introduction-to-kubernetes
- title: 'Commercial support'
entries:
- description: Buoyant is the original creator of Linkerd and provides support, training, and enterprise products.
thumbnail: "/uploads/buoyant_logo_icon-only_primary.svg"
title: Buoyant
url: https://buoyant.io/linkerd-support/

bottom_description: Offering Linkerd support? Add your company!
description: ''
buttons:
- caption: Edit this page
url: https://github.com/linkerd/website/edit/main/linkerd.io/content/support-training.md
---

4 changes: 3 additions & 1 deletion linkerd.io/layouts/partials/enterprise/support.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<div class="wrapper has-background-bright-blue has-text-white has-text-centered is-fullheight hero">
<div class="container jobs-list-container notification has-background-bright-blue enterprise-top-hero">
{{ range .kinds }}
<h1 class="title is-size-1">{{.title}}</h1>
<h5 class="title is-size-5">{{.description | markdownify}}</h5>
<div class="columns jobs-list is-multiline">
{{ range .companies }}
{{ range .entries }}
<div class="column is-half job-item">
<a class="has-text-color box-link" href="{{ .url }}">
<div class="box">
Expand All @@ -29,6 +30,7 @@ <h6 class="is-size-6 has-text-weight-light">{{.description | markdownify}}</h6>
</div>
{{ end }}
</div>
{{ end }}
<h5 class="title is-size-5 has-text-light-green">{{.bottom_description | markdownify}}</h5>
<div class="columns">
{{ range .buttons }}
Expand Down
102 changes: 102 additions & 0 deletions linkerd.io/static/uploads/linux-foundation-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ command = "make preview-build"

[context.branch-deploy]
command = "make preview-build"

[[redirects]]
from = "/enterprise"
to = "/support-training/"
status = 301

0 comments on commit 23344d9

Please sign in to comment.