From 72ba7dfbbcef3592b34aaf6b42612f32b1ad7b89 Mon Sep 17 00:00:00 2001 From: Md Mohin Uddin <45921824+mohin7@users.noreply.github.com> Date: Sun, 10 Dec 2023 13:08:04 +0600 Subject: [PATCH] Remove community plan and add contact sales button (#93) Signed-off-by: mohin7 --- layouts/_default/baseof.html | 2 +- layouts/pricing/list.html | 156 +------------------ static/assets/sass/pages/_features-plan.scss | 4 +- 3 files changed, 4 insertions(+), 158 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7890c02ea3..86bf4b5634 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -564,7 +564,7 @@
{{ $p.Title }}
{{ $currentPageType := index (split .Page.Permalink "/") 3 }} CONTACT + class="button ac-button is-primary {{ if eq $currentPageType "docs" }} is-outlined {{ end }}">CONTACT SALES diff --git a/layouts/pricing/list.html b/layouts/pricing/list.html index 1baa7569af..b1f618d3fa 100644 --- a/layouts/pricing/list.html +++ b/layouts/pricing/list.html @@ -78,11 +78,6 @@

Stash Enterprise

Recommended For
- -
- Core functionalities for FREE
for any Kubernetes user -
-
Self-service plan for production workloads
@@ -103,10 +98,6 @@

Stash Enterprise

src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
check-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
error-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
error-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
error-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
error-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
error-icon
-
Stash Enterprise
Security
- -
-
-
@@ -615,10 +534,6 @@

Stash Enterprise

Role Based Access Control (RBAC)
- -
check-icon
-
Stash Enterprise
Open Policy Agent (OPA)
- -
check-icon
-
Stash Enterprise
Pod Security Policy (PSP)
- -
check-icon
-
Stash Enterprise
Network Policy
- -
check-icon
-
Stash Enterprise
GDPR
- -
error-icon
-
Planned
@@ -740,11 +639,6 @@

Stash Enterprise

Support Plans
- -
- COMMUNITY -
-
SILVER
@@ -762,11 +656,6 @@

Stash Enterprise

Support Coverage
- -
- Self-service -
-
Self-service
@@ -787,9 +676,6 @@

Stash Enterprise

src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
N/A
-
Best Effort
@@ -807,10 +693,6 @@

Stash Enterprise

Quarterly Updates
- -
check-icon
-
Stash Enterprise
Emergency patches
- -
error-icon
-
Stash Enterprise
Incident Tickets (with SLA coverage)
- -
error-icon
-
Stash Enterprise
- -
error-icon
-
1
@@ -898,10 +768,6 @@

Stash Enterprise

- -
error-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
error-icon
-
Yes
@@ -946,10 +808,6 @@

Stash Enterprise

Production Runbook
- -
error-icon
-
Stash Enterprise src="/assets/images/icon/info-icon.svg" alt="info-icon">
- -
error-icon
-
Stash Enterprise
Phone Support
- -
error-icon
-
Stash Enterprise
Custom Features
- -
error-icon
-
What types of payment do you accept? -{{ end }} \ No newline at end of file +{{ end }} diff --git a/static/assets/sass/pages/_features-plan.scss b/static/assets/sass/pages/_features-plan.scss index 41b29fee49..f6c07651a2 100644 --- a/static/assets/sass/pages/_features-plan.scss +++ b/static/assets/sass/pages/_features-plan.scss @@ -80,7 +80,7 @@ } &.enterprise { - width: 70%; + width: 100%; .button { &.ac-button { @@ -323,7 +323,7 @@ display: grid; align-items: center; // width: 65%; - grid-template-columns: 30% 70%; + grid-template-columns: 100%; .features-plan { font-weight: 400;