Skip to content

Commit e5d60c9

Browse files
committed
solo
1 parent 33e63b7 commit e5d60c9

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ JEKYLL_ENV=production bundle exec jekyll build
2424

2525
#### Pricing plans
2626

27-
`/pricing` loads plan prices and limits from committed `_data/plans.json` (Pro audit retention is **5 days**).
27+
`/pricing` loads plan prices and limits from committed `_data/plans.json` (Solo audit retention is **5 days**).
2828

2929
Optionally sync from Radar by setting `PLANS_API_URL`:
3030

_data/plans.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"plans": [
33
{
4-
"id": "pro",
5-
"name": "Pro",
4+
"id": "solo",
5+
"name": "Solo",
66
"audience": "Personal",
77
"price": {
88
"display": "$5",
@@ -102,7 +102,7 @@
102102
"id": "members",
103103
"label": "Users",
104104
"values": {
105-
"pro": "1",
105+
"solo": "1",
106106
"team": "3",
107107
"business": "10",
108108
"enterprise": "Custom"
@@ -112,7 +112,7 @@
112112
"id": "audit_events",
113113
"label": "Audit events",
114114
"values": {
115-
"pro": "25,000",
115+
"solo": "25,000",
116116
"team": "250,000",
117117
"business": "1,000,000",
118118
"enterprise": "Custom"
@@ -122,7 +122,7 @@
122122
"id": "audit_retention",
123123
"label": "Audit retention",
124124
"values": {
125-
"pro": "5 days",
125+
"solo": "5 days",
126126
"team": "30 days",
127127
"business": "90 days",
128128
"enterprise": "Flexible"
@@ -132,7 +132,7 @@
132132
"id": "armored_keys",
133133
"label": "Armored keys",
134134
"values": {
135-
"pro": "Unlimited",
135+
"solo": "Unlimited",
136136
"team": "Unlimited",
137137
"business": "Unlimited",
138138
"enterprise": "Unlimited"

_includes/components/pricing/compare-access.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<thead>
77
<tr>
88
<th scope="col">Feature</th>
9-
<th scope="col" class="design-table-cell--center pricing-summary-plan">Pro</th>
9+
<th scope="col" class="design-table-cell--center pricing-summary-plan">Solo</th>
1010
<th scope="col" class="design-table-cell--center pricing-summary-plan">Team</th>
1111
<th scope="col" class="design-table-cell--center pricing-summary-plan"><span class="pricing-plan-label-full">Business</span><span class="pricing-plan-label-short">Biz</span></th>
1212
<th scope="col" class="design-table-cell--center pricing-summary-plan"><span class="pricing-plan-label-full">Enterprise</span><span class="pricing-plan-label-short">Ent</span></th>
@@ -15,7 +15,7 @@
1515
<tbody>
1616
<tr>
1717
<th scope="row">Users</th>
18-
<td class="design-table-cell--center">{{ members_feature.values.pro }}</td>
18+
<td class="design-table-cell--center">{{ members_feature.values.solo }}</td>
1919
<td class="design-table-cell--center">{{ members_feature.values.team }}</td>
2020
<td class="design-table-cell--center">{{ members_feature.values.business }}</td>
2121
<td class="design-table-cell--center"></td>

_includes/components/pricing/compare-audit.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<thead>
1111
<tr>
1212
<th scope="col">Feature</th>
13-
<th scope="col" class="design-table-cell--center pricing-summary-plan">Pro</th>
13+
<th scope="col" class="design-table-cell--center pricing-summary-plan">Solo</th>
1414
<th scope="col" class="design-table-cell--center pricing-summary-plan">Team</th>
1515
<th scope="col" class="design-table-cell--center pricing-summary-plan"><span class="pricing-plan-label-full">Business</span><span class="pricing-plan-label-short">Biz</span></th>
1616
<th scope="col" class="design-table-cell--center pricing-summary-plan"><span class="pricing-plan-label-full">Enterprise</span><span class="pricing-plan-label-short">Ent</span></th>
@@ -54,14 +54,14 @@
5454
</tr>
5555
<tr>
5656
<th scope="row"><span class="pricing-value-detail pricing-value-detail--label" tabindex="0" aria-label="Audit Events. Each recorded access to an Armor-protected key counts as one event." data-tooltip="Each recorded access to a protected key is one event">Audit Events</span></th>
57-
<td class="design-table-cell--center"><span class="pricing-value-detail" tabindex="0" aria-label="25,000 audit events per billing month. Additional events cost $0.20 per 1,000." data-tooltip="Per billing month · $0.20 per additional 1,000"><span class="pricing-plan-label-full">{{ audit_events_feature.values.pro }}</span><span class="pricing-plan-label-short">25k</span></span></td>
57+
<td class="design-table-cell--center"><span class="pricing-value-detail" tabindex="0" aria-label="25,000 audit events per billing month. Additional events cost $0.20 per 1,000." data-tooltip="Per billing month · $0.20 per additional 1,000"><span class="pricing-plan-label-full">{{ audit_events_feature.values.solo }}</span><span class="pricing-plan-label-short">25k</span></span></td>
5858
<td class="design-table-cell--center"><span class="pricing-value-detail" tabindex="0" aria-label="250,000 audit events per billing month. Additional events cost $0.10 per 1,000." data-tooltip="Per billing month · $0.10 per additional 1,000"><span class="pricing-plan-label-full">{{ audit_events_feature.values.team }}</span><span class="pricing-plan-label-short">250k</span></span></td>
5959
<td class="design-table-cell--center"><span class="pricing-value-detail" tabindex="0" aria-label="1,000,000 audit events per billing month. Additional events cost $0.025 per 1,000." data-tooltip="Per billing month · $0.025 per additional 1,000"><span class="pricing-plan-label-full">{{ audit_events_feature.values.business }}</span><span class="pricing-plan-label-short">1M</span></span></td>
6060
<td class="design-table-cell--center"><span class="pricing-value-detail pricing-value-detail--right" tabindex="0" aria-label="Custom monthly audit event allowance and pricing." data-tooltip="Custom monthly allowance and pricing">Custom</span></td>
6161
</tr>
6262
<tr>
6363
<th scope="row"><span class="pricing-value-detail pricing-value-detail--label" tabindex="0" aria-label="Audit Retention. How long each audit event remains available in Armor." data-tooltip="How long each audit event remains available">Audit Retention</span></th>
64-
<td class="design-table-cell--center"><span class="pricing-value-detail" tabindex="0" aria-label="Audit events remain available for a rolling 5 days." data-tooltip="Events remain available for a rolling 5 days">{{ audit_retention_feature.values.pro }}</span></td>
64+
<td class="design-table-cell--center"><span class="pricing-value-detail" tabindex="0" aria-label="Audit events remain available for a rolling 5 days." data-tooltip="Events remain available for a rolling 5 days">{{ audit_retention_feature.values.solo }}</span></td>
6565
<td class="design-table-cell--center"><span class="pricing-value-detail" tabindex="0" aria-label="Audit events remain available for a rolling 30 days." data-tooltip="Events remain available for a rolling 30 days">{{ audit_retention_feature.values.team }}</span></td>
6666
<td class="design-table-cell--center"><span class="pricing-value-detail" tabindex="0" aria-label="Audit events remain available for a rolling 90 days." data-tooltip="Events remain available for a rolling 90 days">{{ audit_retention_feature.values.business }}</span></td>
6767
<td class="design-table-cell--center"><span class="pricing-value-detail pricing-value-detail--right" tabindex="0" aria-label="Custom audit retention period based on your organization's needs." data-tooltip="Custom retention based on your needs"></span></td>

_includes/components/pricing/compare-support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<thead>
99
<tr>
1010
<th scope="col">Feature</th>
11-
<th scope="col" class="design-table-cell--center pricing-summary-plan">Pro</th>
11+
<th scope="col" class="design-table-cell--center pricing-summary-plan">Solo</th>
1212
<th scope="col" class="design-table-cell--center pricing-summary-plan">Team</th>
1313
<th scope="col" class="design-table-cell--center pricing-summary-plan"><span class="pricing-plan-label-full">Business</span><span class="pricing-plan-label-short">Biz</span></th>
1414
<th scope="col" class="design-table-cell--center pricing-summary-plan"><span class="pricing-plan-label-full">Enterprise</span><span class="pricing-plan-label-short">Ent</span></th>

_includes/components/pricing/summary.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
{% assign price_cell = plan.price.display %}
3535
{% assign users_detail = users_cell | append: " users are included with this plan." %}
3636
{% assign users_tooltip = "Includes " | append: users_cell | append: " users" %}
37-
{% if plan.id == "pro" %}
37+
{% if plan.id == "solo" %}
3838
{% assign users_detail = "1 user is included with this plan." %}
3939
{% assign users_tooltip = "Includes 1 user" %}
4040
{% endif %}
4141
{% assign price_detail = price_cell | append: " billed monthly on a month-to-month plan." %}
4242
{% assign price_tooltip = price_cell | append: " billed month to month" %}
4343
{% assign cta_href = "/signup" %}
44-
{% if plan.id == "pro" %}
44+
{% if plan.id == "solo" %}
4545
{% assign cta_label = "Sign Up Free" %}
4646
{% else %}
4747
{% assign cta_label = "Get " | append: plan_name %}
@@ -51,7 +51,7 @@
5151
<th scope="row" class="pricing-summary-plan">
5252
<span class="pricing-summary-plan-row">
5353
<span>{{ plan_name }}</span>
54-
{% if plan.id == "pro" %}
54+
{% if plan.id == "solo" %}
5555
{% include components/design-badge.html
5656
label="Free trial"
5757
tone="info"
@@ -70,7 +70,7 @@
7070
label=cta_label
7171
class="design-btn--block"
7272
%}
73-
{% elsif plan.id == "pro" %}
73+
{% elsif plan.id == "solo" %}
7474
{% include components/design-btn-paid.html
7575
href=cta_href
7676
label=cta_label

0 commit comments

Comments
 (0)