-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support/enterprise page refactor (#1511)
Signed-off-by: Zbynek Roubalik <[email protected]>
- Loading branch information
Showing
9 changed files
with
94 additions
and
48 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,6 @@ | ||
+++ | ||
title = "Enterprise" | ||
description = "Enterprise and commercially supported solutions based on KEDA" | ||
+++ | ||
|
||
{{< enterprise >}} |
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,36 @@ | ||
{{ $vendors := site.Params.vendors }} | ||
<div class="columns is-multiline is-centered"> | ||
{{ range $vendors }} | ||
<div class="column is-12"> | ||
<div class="card"> | ||
<div class="card-content"> | ||
<!-- Logo Section --> | ||
<div style="text-align: left; margin-bottom: 1rem;"> | ||
<img src="{{ printf "img/logos/%s" .logo | relURL }}" alt="{{ .name }}" style="max-width: 200px; height: auto;"> | ||
</div> | ||
<!-- Description Section --> | ||
<div class="content" style="text-align: left; margin-bottom: 1rem;"> | ||
{{ .description | markdownify }} | ||
</div> | ||
<hr /> | ||
<!-- Buttons Section --> | ||
<div class="buttons" style="text-align: left;"> | ||
{{ range .urls }} | ||
<a href="{{ .url }}" target="_blank" class="button has-background-info has-text-white has-text-weight-bold">{{ .text }}</a> | ||
{{ end }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{{ end }} | ||
</div> | ||
|
||
<!-- Add Your Solution Button --> | ||
<br/> | ||
<div class="columns is-centered is-8"> | ||
<a class="button column is-one-quarter has-background-info has-text-white has-text-weight-bold" | ||
href="https://github.com/kedacore/keda-docs#become-a-listed-keda-commercial-offering" | ||
target="_blank" role="button"> | ||
Add your solution | ||
</a> | ||
</div> |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.