Skip to content

Commit 8edd37a

Browse files
committed
Updates for dynamic inlets bundle and pro baseline
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent ab98209 commit 8edd37a

7 files changed

Lines changed: 218 additions & 77 deletions

File tree

_includes/logo-strip.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<img class="h-10 w-auto grayscale opacity-60" src="/images/customers/radiantlogic.png" alt="Radiant Logic">
99
<img class="h-7 w-auto grayscale opacity-60" src="/images/customers/lambda.svg" alt="Lambda">
1010
<img class="h-7 w-auto grayscale opacity-60" src="/images/customers/essentry.svg" alt="Essentry">
11-
<img class="h-7 w-auto grayscale opacity-60" src="/images/customers/econolite.png" alt="Econolite">
1211
<img class="h-5 w-auto grayscale opacity-60" src="/images/customers/linkbycar.svg" alt="LinkByCar">
1312
<img class="h-7 w-auto grayscale opacity-60" src="/images/customers/posteo.svg" alt="Posteo">
1413
</div>

_includes/pricing/checkout-modal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3 class="text-lg font-semibold text-gray-900" id="modal-title">
4949
</h3>
5050
<div class="mt-2">
5151
<p class="text-sm text-gray-500">
52-
Deploy inlets tunnels for commercial and/or business use. Each subscription includes 5 tunnels.
52+
Deploy inlets tunnels for commercial and/or business use. Each subscription includes 2 tunnels.
5353
</p>
5454
</div>
5555
</div>
@@ -62,8 +62,8 @@ <h3 class="text-lg font-semibold text-gray-900" id="modal-title">
6262
id="quantity"
6363
name="quantity"
6464
type="number"
65-
value="1"
66-
min="1"
65+
value="2"
66+
min="2"
6767
class="mt-1 ml-3 px-1 w-16 block border-gray-300 shadow-sm focus:border-indigo-500 focus:ring focus:ring-indigo-200 focus:ring-opacity-50"
6868
/>
6969
</div>

_includes/pricing/pricing-grid.html

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,18 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">inlets Personal</h2>
2929
<tr class="border-t border-gray-200">
3030
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Tunnels included.</th>
3131
<td class="py-5 pr-4">
32-
<span class="block text-sm text-gray-700 text-right">5 tunnels</span>
32+
<span class="block text-sm text-gray-700 text-right">Maximum of 5</span>
33+
</td>
34+
</tr>
35+
36+
<tr class="border-t border-gray-200">
37+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
38+
<td class="py-5 pr-4">
39+
<!-- Heroicon name: minus -->
40+
<svg class="ml-auto h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
41+
<path fill-rule="evenodd" d="M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
42+
</svg>
43+
<span class="sr-only">No</span>
3344
</td>
3445
</tr>
3546

@@ -131,17 +142,6 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">inlets Personal</h2>
131142
</tr>
132143

133144

134-
<tr class="border-t border-gray-200">
135-
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
136-
<td class="py-5 pr-4">
137-
<!-- Heroicon name: minus -->
138-
<svg class="ml-auto h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
139-
<path fill-rule="evenodd" d="M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
140-
</svg>
141-
<span class="sr-only">No</span>
142-
</td>
143-
</tr>
144-
145145
<tr class="border-t border-gray-200">
146146
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">{% include pricing/tooltip-label.html label="Update seat count via API." tip="Standard REST API, requires approval for access" %}</th>
147147
<td class="py-5 pr-4">
@@ -219,7 +219,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">inlets Personal</h2>
219219
<div class="px-4 mt-16">
220220
<h2 class="text-lg leading-6 font-medium text-gray-900">inlets Pro Commercial</h2>
221221
<p class="mt-4">
222-
<span class="text-4xl font-extrabold text-gray-900">$125.00</span>
222+
<span class="text-4xl font-extrabold text-gray-900">$50.00</span>
223223
<span class="text-base font-medium text-gray-500">/mo</span>
224224
</p>
225225
<p class="mt-4 text-sm text-gray-500">For use at work, in teams, and shared environments.</p>
@@ -241,14 +241,25 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">inlets Pro Commercial</h
241241
<tr class="border-t border-gray-200">
242242
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Tunnels included.</th>
243243
<td class="py-5 pr-4">
244-
<span class="block text-sm text-gray-700 text-right">5 tunnels</span>
244+
<span class="block text-sm text-gray-700 text-right">Starts with 2</span>
245+
</td>
246+
</tr>
247+
248+
<tr class="border-t border-gray-200">
249+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
250+
<td class="py-5 pr-4">
251+
<!-- Heroicon name: check -->
252+
<svg class="ml-auto h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
253+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
254+
</svg>
255+
<span class="sr-only">Yes</span>
245256
</td>
246257
</tr>
247258

248259
<tr class="border-t border-gray-200">
249260
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Cost per tunnel.</th>
250261
<td class="py-5 pr-4">
251-
<span class="block text-sm text-gray-700 text-right">25 USD / mo</span>
262+
<span class="block text-sm text-gray-700 text-right">2 included, 25 USD / mo each additional</span>
252263
</td>
253264
</tr>
254265

@@ -342,17 +353,6 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">inlets Pro Commercial</h
342353
</td>
343354
</tr>
344355

345-
<tr class="border-t border-gray-200">
346-
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
347-
<td class="py-5 pr-4">
348-
<!-- Heroicon name: check -->
349-
<svg class="ml-auto h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
350-
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
351-
</svg>
352-
<span class="sr-only">Yes</span>
353-
</td>
354-
</tr>
355-
356356
<tr class="border-t border-gray-200">
357357
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">{% include pricing/tooltip-label.html label="Update seat count via API." tip="Standard REST API, requires approval for access" %}</th>
358358
<td class="py-5 pr-4">
@@ -433,7 +433,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
433433
<span class="text-base font-medium text-gray-500">/mo</span>
434434
</p>
435435
<p class="mt-4 text-sm text-gray-500">For service providers and managed access to customer services.</p>
436-
<a href="https://subscribe.openfaas.com/buy/a1087de1-3eb6-4bbc-8a3b-2f0955ec3ce1" class="mt-6 block border border-gray-800 rounded-md bg-gray-800 w-full py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Uplink</a>
436+
<button class="uplink-checkout-button mt-6 block border border-gray-800 rounded-md bg-gray-800 w-full py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Uplink</button>
437437
</div>
438438

439439
<table class="mt-8 w-full">
@@ -451,7 +451,18 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
451451
<tr class="border-t border-gray-200">
452452
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Tunnels included per cluster.</th>
453453
<td class="py-5 pr-4">
454-
<span class="block text-sm text-gray-700 text-right">10</span>
454+
<span class="block text-sm text-gray-700 text-right">Starts with 10</span>
455+
</td>
456+
</tr>
457+
458+
<tr class="border-t border-gray-200">
459+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
460+
<td class="py-5 pr-4">
461+
<!-- Heroicon name: check -->
462+
<svg class="ml-auto h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
463+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
464+
</svg>
465+
<span class="sr-only">Yes</span>
455466
</td>
456467
</tr>
457468

@@ -559,17 +570,6 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
559570
</td>
560571
</tr>
561572

562-
<tr class="border-t border-gray-200">
563-
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
564-
<td class="py-5 pr-4">
565-
<!-- Heroicon name: check -->
566-
<svg class="ml-auto h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
567-
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
568-
</svg>
569-
<span class="sr-only">Yes</span>
570-
</td>
571-
</tr>
572-
573573
<tr class="border-t border-gray-200">
574574
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">{% include pricing/tooltip-label.html label="Update seat count via API." tip="Standard REST API, requires approval for access" %}</th>
575575
<td class="py-5 pr-4">
@@ -640,7 +640,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
640640
</table>
641641

642642
<div class="border-t border-gray-200 px-4 pt-5">
643-
<a href="https://subscribe.openfaas.com/buy/a1087de1-3eb6-4bbc-8a3b-2f0955ec3ce1" class="block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Uplink</a>
643+
<button class="uplink-checkout-button block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Uplink</button>
644644
</div>
645645
</div>
646646

@@ -685,7 +685,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
685685
<td class="h-full py-8 px-6 align-top">
686686
<div class="relative h-full table">
687687
<p>
688-
<span class="text-4xl font-extrabold text-gray-900">$125</span>
688+
<span class="text-4xl font-extrabold text-gray-900">$50</span>
689689
<span class="text-base font-medium text-gray-500">/mo</span>
690690
</p>
691691
<p class="mt-4 mb-16 text-sm text-gray-500">For use at work, in teams, and shared environments.</p>
@@ -701,7 +701,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
701701
<span class="text-base font-medium text-gray-500">/mo</span>
702702
</p>
703703
<p class="mt-4 mb-16 text-sm text-gray-500">For service providers and managed access to customer services.</p>
704-
<a href="https://subscribe.openfaas.com/buy/a1087de1-3eb6-4bbc-8a3b-2f0955ec3ce1" class="absolute bottom-0 flex-grow block w-full bg-gray-800 border border-gray-800 rounded-md 5 py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Uplink</a>
704+
<button class="uplink-checkout-button absolute bottom-0 flex-grow block w-full bg-gray-800 border border-gray-800 rounded-md 5 py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Uplink</button>
705705
</div>
706706
</td>
707707
</tr>
@@ -712,13 +712,38 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
712712
<tr>
713713
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Tunnels included.</th>
714714
<td class="py-5 px-6">
715-
<span class="block text-sm text-gray-700">5 tunnels</span>
715+
<span class="block text-sm text-gray-700">Maximum of 5</span>
716716
</td>
717717
<td class="py-5 px-6">
718-
<span class="block text-sm text-gray-700">5 tunnels</span>
718+
<span class="block text-sm text-gray-700">Starts with 2</span>
719719
</td>
720720
<td class="py-5 px-6">
721-
<span class="block text-sm text-gray-700">10 tunnels</span>
721+
<span class="block text-sm text-gray-700">Starts with 10</span>
722+
</td>
723+
</tr>
724+
725+
<tr>
726+
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
727+
<td class="py-5 px-6">
728+
<!-- Heroicon name: minus -->
729+
<svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
730+
<path fill-rule="evenodd" d="M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
731+
</svg>
732+
<span class="sr-only">Limited in Personal</span>
733+
</td>
734+
<td class="py-5 px-6">
735+
<!-- Heroicon name: check -->
736+
<svg class="h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
737+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
738+
</svg>
739+
<span class="sr-only">Included in Commercial</span>
740+
</td>
741+
<td class="py-5 px-6">
742+
<!-- Heroicon name: check -->
743+
<svg class="h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
744+
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
745+
</svg>
746+
<span class="sr-only">Included in Uplink</span>
722747
</td>
723748
</tr>
724749

@@ -728,7 +753,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
728753
<span class="block text-sm text-gray-700">Included</span>
729754
</td>
730755
<td class="py-5 px-6">
731-
<span class="block text-sm text-gray-700">25 USD / mo</span>
756+
<span class="block text-sm text-gray-700">2 included, 25 USD / mo each additional</span>
732757
</td>
733758
<td class="py-5 px-6">
734759
<span class="block text-sm text-gray-700">10 included, 25 USD / mo each additional</span>
@@ -941,31 +966,6 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
941966
</td>
942967
</tr>
943968

944-
<tr>
945-
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
946-
<td class="py-5 px-6">
947-
<!-- Heroicon name: minus -->
948-
<svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
949-
<path fill-rule="evenodd" d="M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
950-
</svg>
951-
<span class="sr-only">Limited in Personal</span>
952-
</td>
953-
<td class="py-5 px-6">
954-
<!-- Heroicon name: check -->
955-
<svg class="h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
956-
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
957-
</svg>
958-
<span class="sr-only">Included in Commercial</span>
959-
</td>
960-
<td class="py-5 px-6">
961-
<!-- Heroicon name: check -->
962-
<svg class="h-5 w-5 text-green-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
963-
<path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" />
964-
</svg>
965-
<span class="sr-only">Included in Uplink</span>
966-
</td>
967-
</tr>
968-
969969
<tr>
970970
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">{% include pricing/tooltip-label.html label="Update seat count via API." tip="Standard REST API, requires approval for access" %}</th>
971971
<td class="py-5 px-6">
@@ -1097,7 +1097,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Inlets Uplink</h2>
10971097
</td>
10981098

10991099
<td class="pt-5 px-6">
1100-
<a href="https://subscribe.openfaas.com/buy/a1087de1-3eb6-4bbc-8a3b-2f0955ec3ce1" class="block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Uplink</a>
1100+
<button class="uplink-checkout-button block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Uplink</button>
11011101
</td>
11021102
</tr>
11031103
</tfoot>

_includes/pricing/pricing-uplink-callout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="bg-gray-100">
22
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
3-
<div class="max-w-3xl mx-auto pt-1 pb-3">
3+
<div class="max-w-3xl mx-auto pt-0 pb-6">
44
<div class="bg-blue-600 rounded-lg px-6 py-5 sm:flex sm:items-center sm:justify-between">
55
<div>
66
<h3 class="text-base font-semibold text-white">Evaluating Inlets Uplink?</h3>

0 commit comments

Comments
 (0)