From 5aeb2a1a688db82b70d873c7766d6d151b05a9cf Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Fri, 3 Jun 2022 15:55:00 -0800 Subject: [PATCH] Added pricing informationi, and renamed menu Issue #54 --- content/features/support.md | 1 - content/services/_index.md | 2 +- content/services/free.md | 2 +- content/services/hosted-repo.md | 2 +- content/services/plus.md | 1 + .../layouts/partials/blocks/page-summary/service-summary.html | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/features/support.md b/content/features/support.md index e2e6fa9d..40379487 100644 --- a/content/features/support.md +++ b/content/features/support.md @@ -6,7 +6,6 @@ description: Directly contact our staff category: support linked_services: - service_file: services/plus.md - table_annotation: Institutional subscribers only - service_file: services/hosted-repo.md show_in_table: true render_page: false diff --git a/content/services/_index.md b/content/services/_index.md index 1e07ac08..08640151 100644 --- a/content/services/_index.md +++ b/content/services/_index.md @@ -96,7 +96,7 @@ menu: weight: 1 parent: Services primary_nav: - name: All services & features + name: Pricing & features weight: 100 parent: Services diff --git a/content/services/free.md b/content/services/free.md index aa92bb0a..7c8ae581 100644 --- a/content/services/free.md +++ b/content/services/free.md @@ -4,7 +4,7 @@ weight: 1 service_color: "#79a4b5" service_icon: users description: Member services from DataONE are freely accessible and open to the public. Join us as a [member repository](/jointhenetwork) or become part of the community board. -price: 0 +price: "Free" render_page: false cta: type: internal page diff --git a/content/services/hosted-repo.md b/content/services/hosted-repo.md index 18e52307..b81e54dc 100644 --- a/content/services/hosted-repo.md +++ b/content/services/hosted-repo.md @@ -617,7 +617,7 @@ page_sections: internal_link: '' icon: '' id: '' -price: +price: "$1083.34 /mo, billed annually" icon: '' menu: primary_nav: diff --git a/content/services/plus.md b/content/services/plus.md index 8360a306..7cbb338c 100644 --- a/content/services/plus.md +++ b/content/services/plus.md @@ -364,6 +364,7 @@ page_sections: blocks: - template: page-summary service: services/hosted-repo.md +price: "$47.92 /mo, billed annually" menu: primary_nav: weight: 2 diff --git a/themes/dataone/layouts/partials/blocks/page-summary/service-summary.html b/themes/dataone/layouts/partials/blocks/page-summary/service-summary.html index ce90346c..bb744a81 100644 --- a/themes/dataone/layouts/partials/blocks/page-summary/service-summary.html +++ b/themes/dataone/layouts/partials/blocks/page-summary/service-summary.html @@ -80,7 +80,7 @@

{{- with $price := (string $price) -}} {{- if eq $price "0" -}} - {{- $price = "free" -}} + {{- $price = "Free" -}} {{- end -}}
{{- $price -}}