Skip to content

Commit

Permalink
Added BEL to enterprise page (#1702)
Browse files Browse the repository at this point in the history
* Added BEL to enterprise page

Signed-off-by: Travis Beckham <[email protected]>

* Fixes

Signed-off-by: Travis Beckham <[email protected]>

---------

Signed-off-by: Travis Beckham <[email protected]>
Co-authored-by: William Morgan <[email protected]>
  • Loading branch information
travisbeckham and wmorgan authored Oct 29, 2023
1 parent 22980c7 commit 2c2796c
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 45 deletions.
8 changes: 8 additions & 0 deletions linkerd.io/assets/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,14 @@
.enterprise-support__entry-content {
order: 1;
}
.enterprise-support__entry-description {
> * {
margin-bottom: 24px;
}
> :last-child {
margin-bottom: 0;
}
}
.enterprise-support__entry-image {
order: 2;
}
Expand Down
14 changes: 11 additions & 3 deletions linkerd.io/content/enterprise/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ layout: enterprise
type: enterprise
weight: 1
top_hero:
title: Linkerd Enterprise Support and Training
title: 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
- title: Distributions
entries:
- title: Buoyant Enterprise for Linkerd
description: "From the creators of Linkerd. Rust-based network security and reliability for modern applications. Built on open source and designed for the enterprise.\n\n- Uniform encryption, authentication, and authorization across your network\n- Global application traffic management, cluster failover, and cost-aware routing\n- Full L7 visibility\n- FIPS compliant distribution"
image: /uploads/enterprise/buoyant.svg
button:
href: https://buoyant.io/enterprise-linkerd/
text: Learn more
- title: 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"
description: "- 24x7 Enterprise Support\n- Support, training, architectural reviews, and more"
image: /uploads/enterprise/buoyant.svg
button:
href: https://buoyant.io/linkerd-support/
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/layouts/partials/enterprise/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 class="title has-text-navy-black">{{ .title }}</h2>
</div>
<div class="column is-two-thirds-tablet is-three-quarters-widescreen enterprise-support__entry-content">
<h3 class="title has-text-navy-black mb-6">{{ .title }}</h3>
<div class="mb-6">{{ .description | markdownify }}</div>
<div class="mb-6 enterprise-support__entry-description">{{ .description | markdownify }}</div>
<a href="{{ .button.href }}" class="button is-link" target="_blank">
{{ .button.text }}
</a>
Expand Down
Loading

0 comments on commit 2c2796c

Please sign in to comment.