Skip to content

Commit 0bdebf8

Browse files
committed
Add premium subscription details
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent ee10dc3 commit 0bdebf8

File tree

3 files changed

+36
-25
lines changed

3 files changed

+36
-25
lines changed

_includes/support-page/support-cards.html

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,61 @@
22
<div class="columns is-multiline">
33
<div class="column is-12 is-spaced-bottom">
44
<div class="cards-wrapper">
5+
56
<div class="card has-text-centered">
67
<div class="card-content">
78
<div class="card-logo">
89
<figure class="image">
9-
<img src="{{ site.baseurl }}/images/openfaas/logo-whale-round.png" alt="logo">
10+
<img src="{{ site.baseurl }}/images/openfaas/whale.png" alt="logo">
1011
</figure>
1112
</div>
1213
<h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
13-
Buy an Insiders Subscription
14+
Premium Subscription
1415
</h1>
1516
<h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
16-
Subscribe to the Insiders program through <a href="https://github.com/users/alexellis/sponsorship">GitHub Sponsors</a>
17+
<p style="padding-bottom: 20px">Buy a Premium Subscription and enjoy:</p>
1718

18-
All subscribers gain exclusive access to regular update emails with the latest news, tutorials, industry news about OpenFaaS, Serverless, Kubernetes, and Docker.
19+
<ul style="text-align: left; padding-left: 20px; list-style-type: square;">
20+
<li>Architecture review & PoC on cloud of your choice</li>
21+
<li>Premium advice and guidance</li>
22+
<li>Backlog prioritization</li>
23+
<li>Advocacy in upstream projects by our experts</li>
24+
<li>Priority support on GitHub for issues and PRs</li>
25+
<li>Notification of patches and security issues</li>
26+
</ul>
1927
</h1>
2028
</div>
21-
22-
<a href="https://github.com/users/alexellis/sponsorship" target="_blank" class="button is-primary is-large">
23-
<span class="icon"><i class="fab fa-github"></i></span>
24-
<span>BUY A SUBSCRIPTION</span>
29+
<a href="mailto:sales@openfaas.com" target="_top" class="button is-primary is-large">
30+
<span class="icon"><i class="fas fa-envelope-open-text"></i></span>
31+
<span>CONTACT SALES</span>
2532
</a>
2633
</div>
2734

2835
<div class="card has-text-centered">
2936
<div class="card-content">
3037
<div class="card-logo">
3138
<figure class="image">
32-
<img src="{{ site.baseurl }}/images/openfaas/whale.png" alt="logo">
39+
<img src="{{ site.baseurl }}/images/openfaas/logo-whale-round.png" alt="logo">
3340
</figure>
3441
</div>
3542
<h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
36-
Your logo on openfaas.com 🏆
43+
Community Insiders Program
3744
</h1>
3845
<h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
39-
Become a sponsor of <a href="https://openfaas.com">openfaas.com</a> and connect
40-
your brand to one of the fastest-growing developer communities with over
41-
23k GitHub stars across the codebase and dozens of well-known end-users.
42-
<br/><br/>Email <a href="mailto:sales@openfaas.com">sales@openfaas.com</a>
43-
to ask about how to sponsor by invoice through OpenFaaS Ltd.
44-
</h1>
46+
<p style="padding-bottom: 20px">Join the community subscription program via <a href="https://github.com/users/alexellis/sponsorship">GitHub Sponsors</a></p>
4547

48+
<ul style="text-align: left; padding-left: 20px; list-style-type: square;">
49+
<li>Receive exclusive weekly email updates on all changes to OpenFaaS</li>
50+
<li>Stay ahead with Kubernetes, OSS and complementary Cloud Native projects</li>
51+
<li>Free samples available</li>
52+
<li>Written by OpenFaaS Founder Alex Ellis</li>
53+
</ul>
54+
</h1>
4655
</div>
47-
<a href="mailto:sales@openfaas.com" target="_top" class="button is-primary is-large">
48-
<span class="icon"><i class="fas fa-envelope-open-text"></i></span>
49-
<span>CONTACT SALES</span>
56+
57+
<a href="https://github.com/users/alexellis/sponsorship" target="_blank" class="button is-primary is-large">
58+
<span class="icon"><i class="fab fa-github"></i></span>
59+
<span>JOIN INSIDERS</span>
5060
</a>
5161
</div>
5262
</div>

_includes/support-page/support-cta.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<div class="has-text-centered">
55
<div class="card-content">
66
<h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
7-
Need Professional Support?
7+
Your logo on openfaas.com 🏆
88
</h1>
99
<h1 class="title has-text-weight-light is-size-4 is-size-4-desktop has-text-grey">
10-
As the project host OpenFaaS Ltd offers: on-site training, installation of
11-
OpenFaaS / OpenFaaS Cloud, drop-in and regular consultations, technical support. Wherever you
12-
are in your journey, whether you would like to build a Proof-of-concept, migrate to the cloud,
13-
or review your architecture with an expert.
10+
Become a sponsor of <a href="https://openfaas.com">openfaas.com</a> and connect
11+
your brand to one of the fastest-growing developer communities with over
12+
23k GitHub stars across the codebase and dozens of well-known end-users.
13+
<br/><br/>Email <a href="mailto:sales@openfaas.com">sales@openfaas.com</a>
14+
to ask about how to sponsor by invoice through OpenFaaS Ltd.
1415
</h1>
1516
</div>
1617
<a href="mailto:sales@openfaas.com" target="_top" class="button is-primary is-large">

_includes/support-page/support-title.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h1 class="title is-size-3-mobile is-size-2-tablet is-size-1-desktop is-capital
44
</h1>
55

66
<h1 class="title is-size-5 is-size-4-desktop has-text-grey-darker has-text-weight-light">
7-
Buy an Insiders Subscription, homepage sponsorship, or professional services from OpenFaaS Ltd
7+
Buy a Subscription from OpenFaaS Ltd to get the most out of your Cloud Native journey
88
</h1>
99

1010
</div>

0 commit comments

Comments
 (0)