-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Stubbed out content for enterprise page Signed-off-by: Travis Beckham <travis@buoyant.io> * added styles to enterprise page Signed-off-by: Travis Beckham <travis@buoyant.io> * css fixes Signed-off-by: Travis Beckham <travis@buoyant.io> * opened external links in new tab Signed-off-by: Travis Beckham <travis@buoyant.io> * feedback Signed-off-by: Travis Beckham <travis@buoyant.io> * fixed link Signed-off-by: Travis Beckham <travis@buoyant.io> --------- Signed-off-by: Travis Beckham <travis@buoyant.io>
- Loading branch information
1 parent
7dd8e1a
commit a7e2e73
Showing
13 changed files
with
498 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
description: Lists of educational resources and companies that provide commercial support for Linkerd. | ||
title: Enterprise | ||
aliases: | ||
- /support-training/ | ||
layout: enterprise | ||
type: enterprise | ||
weight: 1 | ||
menu: | ||
top: | ||
weight: 5 | ||
top_hero: | ||
title: Linkerd Enterprise Support and Training | ||
description: "Linkerd was created by Buoyant and contributed to the Cloud Native Computing Foundation in 2017. It was the first service mesh to achieve graduated status, and today powers the critical production systems of enterprises around the world.\n\nHere, you'll find commercial products, support, and training for Linkerd." | ||
support: | ||
- title: Enterprise Support | ||
entries: | ||
- title: Enterprise support from Buoyant, creators of Linkerd | ||
description: "- 24x7 Enterprise Support\n- FIPS compliant distribution\n- Support, training, architectural reviews, and more" | ||
image: /uploads/enterprise/buoyant.svg | ||
button: | ||
href: https://buoyant.io/ | ||
text: Learn more | ||
- title: Enterprise-grade Linkerd Support for Production Environment | ||
description: "Run Linkerd confidently with 24*7 enterprise support from the officially recognized commercial services Linkerd partner." | ||
image: /uploads/enterprise/infracloud.svg | ||
button: | ||
href: https://www.infracloud.io/linkerd-support/ | ||
text: Learn more | ||
- title: Training | ||
entries: | ||
- title: Buoyant Service Mesh Academy | ||
description: "Hands-on, engineer-focused training from the creators of the service mesh. Self-paced courses and monthly live workshops providing hands-on training on Linkerd and related CNCF projects." | ||
image: /uploads/enterprise/buoyant-service-mesh-academy.svg | ||
button: | ||
href: https://buoyant.io/service-mesh-academy/ | ||
text: Learn more | ||
- title: The Linux Foundation | ||
description: "Get hands-on practical experience with Linkerd, the open source, open governance, ultralight CNCF service mesh for Kubernetes with this self-paced course." | ||
image: /uploads/enterprise/linux-foundation.png | ||
button: | ||
href: https://www.edx.org/course/introduction-to-service-mesh-with-linkerd | ||
text: Learn more | ||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{{ define "main" }} | ||
{{ partial "enterprise/top-hero.html" .Params.top_hero }} | ||
{{ partial "enterprise/support.html" .Params.support }} | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<div class="wrapper body-header has-background-white enterprise-top-hero"> | ||
<div class="container"> | ||
<div class="notification"> | ||
<h1 class="title has-gradient-text is-size-1 pb-5">{{ .title }}</h1> | ||
<div class="has-text-navy-black"> | ||
{{ .description | markdownify }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.