Skip to content

Commit

Permalink
Update features table content
Browse files Browse the repository at this point in the history
  • Loading branch information
“yndira-flowforge” committed Aug 23, 2023
1 parent f8927c7 commit 88bf56d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 16 deletions.
12 changes: 6 additions & 6 deletions src/_includes/feature_lists/cloud.njk
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,22 @@
info: "<p>FlowForge can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowForge with a single set of login credentials, improving security, user experience, and save them time.</p>"
}, {
id: "project-nodes",
label: "Seamless Data Stream (Project nodes)",
label: "Seamless Data Stream",
values: [null, 'check', 'check'],
info: "<p><a href=\"https://github.com/flowforge/flowforge-nr-project-nodes\" target=\"blank\">FlowForge Project Nodes</a> enable the passing of data and messages between your Node-RED projects, included with all FlowForge Projects by default.</p>"
}]
}, {
label: "Support",
label: "Support & SLA",
hosting: "cloud",
rows: [{
label: "Committed SLA",
values: ['None', '99.5%', 'Up to 99.9%']
}, {
label: "FlowForge Support",
values: ['Community Forum (except billing questions)', '8 hours (business days)', '4 hours']
values: ['<a href="https://community.flowfuse.com/">Community Forum</a>', 'Next business day', '4 hours']
}, {
label: "Node-RED Support",
values: ['Community Forum', '8 hours (business days)', '4 hours']
values: ['<a href="https://discourse.nodered.org/">Community Forum</a>', 'Next business day', '4 hours']
}]
}, {
label: "Subscription",
Expand All @@ -103,9 +103,9 @@
url: "https://app.flowforge.com/account/create",
onclick: "capture('cta-join', {'position': 'secondary'}, {'plan': 'cloud-starter'})"
}, {
cta: "SIGN-UP NOW",
cta: "BOOK A DEMO",
url: "https://app.flowforge.com/account/create",
onclick: "capture('cta-join', {'position': 'secondary'}, {'plan': 'cloud-team'})"
onclick: "capture('cta-contact', {'position': 'primary'}, {'plan': 'cloud-team'})"
}, {
cta: "CONTACT SALES",
url: "/book-demo",
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/feature_lists/features-table-base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{% elif value === null %}
<span></span>
{% else %}
{{ value }}
{{ value | safe }}
{% endif %}
</span>
{% endfor %}
Expand Down
11 changes: 4 additions & 7 deletions src/_includes/feature_lists/self-hosted.njk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
info: "<p>Tooltip info here</p>"
}, {
id: "project-nodes",
label: "Seamless Data Stream (Project nodes)",
label: "Seamless Data Stream",
values: [null, 'check', 'check'],
info: "<p><a href=\"https://github.com/flowforge/flowforge-nr-project-nodes\" target=\"blank\">FlowForge Project Nodes</a> enable the passing of data and messages between your Node-RED projects, included with all FlowForge Projects by default.</p>"
}, {
Expand All @@ -76,14 +76,11 @@
label: "Support",
hosting: "self-hosted",
rows: [{
label: "Committed SLA",
values: ['None', 'On Request - up to 99.5%', 'On Request - up to 99.9%']
}, {
label: "FlowForge Support",
values: ['Community Forum (except billing questions)', '8 hours (business days)', '4 hours']
values: ['<a href="https://community.flowfuse.com/">Community Forum</a>', 'Next business day', '4 hours']
}, {
label: "Node-RED Support",
values: ['Community Forum', '8 hours (business days)', '4 hours']
values: ['<a href="https://discourse.nodered.org/">Community Forum</a>', 'Next business day', '4 hours']
}]
}, {
label: "Subscription",
Expand All @@ -97,7 +94,7 @@
url: "/docs/install",
onclick: "capture('cta-install', {'position': 'secondary'}, {'plan': 'sh-starter'})"
}, {
cta: "CONTACT SALES",
cta: "BOOK A DEMO",
url: "/book-demo",
onclick: "capture('cta-contact', {'position': 'secondary'}, {'plan': 'sh-team'})"
}, {
Expand Down
8 changes: 8 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,14 @@ h4:hover .header-anchor {
@apply bg-gray-200;
}

main .ff-bg-light .ff-feature-row a {
@apply text-gray-800 no-underline;
}

.ff-feature-row a:hover {
@apply no-underline;
}

.ff-feature-table-section li.ff-feature--column-header {
background-color: theme(colors.gray.50);
padding: 0;
Expand Down
4 changes: 2 additions & 2 deletions src/pricing.njk
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ meta:
<note class="note text-teal-100">/Node-RED</br>instance/month</note>
</div>
</div>
<a class="ff-btn ff-btn--primary uppercase align-baseline w-full" href="https://app.flowforge.com/account/create" onclick="capture('cta-join', {'position': 'primary'}, {'plan': 'cloud-team'})">Sign-up Now</a>
<a class="ff-btn ff-btn--primary uppercase align-baseline w-full" href='/book-demo' onclick="capture('cta-contact', {'position': 'primary'}, {'plan': 'cloud-team'})">BOOK A DEMO</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -171,7 +171,7 @@ meta:
<div class="mt-7 md:text-left items-left w-full mb-8 flex flex-row">
<div class="self-end">{% include "components/icons/chat-bubble-left-right.svg" %}</div>
</div>
<a class="ff-btn ff-btn--primary uppercase align-baseline w-full" href="/book-demo" onclick="capture('cta-contact', {'position': 'primary'}, {'plan': 'sh-team'})">CONTACT SALES</a>
<a class="ff-btn ff-btn--primary uppercase align-baseline w-full" href="/book-demo" onclick="capture('cta-contact', {'position': 'primary'}, {'plan': 'sh-team'})">BOOK A DEMO</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 88bf56d

Please sign in to comment.