Skip to content

Commit 0f4ffcf

Browse files
committed
Uplink offer
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 8a02940 commit 0f4ffcf

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

_includes/pricing/pricing-calc.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
<dt class="text-lg leading-6 font-medium text-gray-900">How does licensing work for Inlets Uplink?</dt>
4848
<dd class="mt-2 text-base text-gray-500">A subscription is required for each Kubernetes cluster, which includes 10 tunnels. Additional tunnels come in bundles of 5 at 25 USD / mo per tunnel. Volume pricing available for high quantities.</dd>
4949
</div>
50+
<div>
51+
<dt class="text-lg leading-6 font-medium text-gray-900">How do we pay for dev or test installations of Inlets Uplink?</dt>
52+
<dd class="mt-2 text-base text-gray-500">For dev and testing clusters, we are currently offering a promotion. Get a perpetual 50% discount on non-production installations subject to case-study being published on our blog.</dd>
53+
</div>
5054
</dl>
5155
</div>
5256
</div>

_includes/pricing/pricing-hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="bg-gray-100">
2-
<div class="pt-16 pb-10 sm:pt-20 sm:pb-14 lg:pt-24 lg:pb-16">
2+
<div class="pt-16 pb-8 sm:pt-20 sm:pb-8 lg:pt-24 lg:pb-10">
33
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
44
<div class="text-center">
55
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl lg:text-5xl">

_includes/pricing/pricing-question.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-start">
1+
<div class="py-8 bg-gray-50 overflow-hidden">
2+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
23
<div class="relative z-10">
34
<div class="prose prose-indigo text-gray-500 mx-auto lg:max-w-none">
45
<div class="text-base max-w-prose mx-auto lg:max-w-none">
@@ -11,4 +12,5 @@
1112
</a>
1213
</div>
1314
</div>
14-
</div>
15+
</div>
16+
</div>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<div class="bg-gray-100">
2+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
3+
<div class="max-w-3xl mx-auto py-2">
4+
<div class="bg-blue-600 rounded-lg px-6 py-5 sm:flex sm:items-center sm:justify-between">
5+
<div>
6+
<h3 class="text-base font-semibold text-white">Evaluating Inlets Uplink?</h3>
7+
<p class="mt-1 text-sm text-blue-100">Reach out with a work email address for a 50% discount in your first month.</p>
8+
</div>
9+
<div class="mt-3 sm:mt-0 sm:flex-shrink-0">
10+
<a href="/contact" class="inline-flex items-center justify-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50">
11+
Contact Us
12+
</a>
13+
</div>
14+
</div>
15+
</div>
16+
</div>
17+
</div>

pricing/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
{% include pricing/pricing-hero.html %}
77

8+
{% include pricing/pricing-uplink-callout.html %}
9+
810
<div style="padding-bottom: 20px;"></div>
911

1012
{% include pricing/pricing-grid.html %}

0 commit comments

Comments
 (0)