Skip to content

Commit 7ecbe2d

Browse files
committed
Rename OpenFaaS Premium to PRO
* Rename OpenFaaS Premium to PRO and update the order of cards on homepage. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 6beef83 commit 7ecbe2d

6 files changed

+23
-21
lines changed

_includes/landing-page/landing-bottom-cta-cards.html

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,49 @@
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-
Start your Serverless journey
14+
Start your Serverless Journey
1415
</h1>
1516
<h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
16-
OpenFaaS is the easiest way to create portable functions, microservices, and APIs.
17+
Learn use-cases for Serverless Functions and start building and deploying functions today with our new eBook and video course <i>Serverless For Everyone Else</i>.
1718
</h1>
18-
</div>
1919

20-
<a href="https://docs.openfaas.com/deployment/" target="_blank" class="button is-primary is-large">
21-
<span class="icon"><i class="fas fa-cloud"></i></span>
22-
<span>DEPLOY OPENFAAS NOW</span>
20+
</div>
21+
<a href="https://gumroad.com/l/serverless-for-everyone-else" target="_blank" class="button is-primary is-large">
22+
<span class="icon"><i class="fas fa-file-alt"></i></span>
23+
<span>LEARN MORE</span>
2324
</a>
2425
</div>
2526

2627
<div class="card has-text-centered">
2728
<div class="card-content">
2829
<div class="card-logo">
2930
<figure class="image">
30-
<img src="{{ site.baseurl }}/images/openfaas/whale.png" alt="logo">
31+
<img src="{{ site.baseurl }}/images/openfaas/logo-whale-round.png" alt="logo">
3132
</figure>
3233
</div>
3334
<h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
34-
Upgrade to a Premium Subscription
35+
Become a GitHub Sponsor
3536
</h1>
3637
<h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
37-
Enable enterprise-grade authentication, Single-Sign-On (SSO), get an expert architecture review, and priority responses to issues.
38+
OpenFaaS is the easiest way to create portable functions, microservices, and APIs. Become an individual sponsor through GitHub from 25 USD / mo.
3839
</h1>
39-
4040
</div>
41-
<a href="/support/" target="_blank" class="button is-primary is-large">
42-
<span class="icon"><i class="fas fa-file-alt"></i></span>
43-
<span>FIND OUT MORE</span>
41+
42+
<a href="https://github.com/sponsors/openfaas/" target="_blank" class="button is-primary is-large">
43+
<span class="icon"><i class="fas fa-trophy"></i></span>
44+
<span>BECOME A SPONSOR</span>
4445
</a>
4546
</div>
47+
4648
</div>
4749
</div>
4850
</div>

_includes/support-page/support-cards.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
</figure>
1212
</div>
1313
<h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker">
14-
Premium Subscription
14+
OpenFaaS PRO
1515
</h1>
1616
<h1 class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
17-
<p style="padding-bottom: 20px">Buy a Premium Subscription and enjoy:</p>
17+
<p style="padding-bottom: 20px">Get started today and enjoy:</p>
1818

1919
<ul style="line-height: 2.5rem; text-align: left; padding-left: 20px; list-style-type: square;">
2020
<li>OpenFaaS PRO features: Single-sign-on (SSO) with OIDC auth plugin, consume events from Kafka, scale to zero.</li>

_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-
Through a Premium Subscription, you can unlock PRO features and get help when you need it most.
7+
Through an OpenFaaS PRO Subscription, you can unlock PRO features and get help when you need it most.
88
</h1>
99

1010
</div>

_posts/2020-09-16-openfaas-oidc-okta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Bring enterprise authentication and Single Sign-on (SSO) to OpenFaaS with Okta a
2020

2121
OpenID Connect is a common standard that builds upon OAuth2 to enable authentication to services and applications. Solutions like [Okta](https://www.okta.com) can be used to enable Single Sign-On across a number of third-party and in-house applications. This reduces the burden on IT administrators - fewer requests to reset passwords, fewer employees will share credentials and policy can enforced in one place.
2222

23-
In this tutorial, I'll show you how to setup Okta and [OpenFaaS with the OIDC / OAuth2 authentication module](https://docs.openfaas.com/reference/authentication/). The OIDC auth module for OpenFaaS is a commercial add-on included in our [OpenFaaS Premium Subscription](https://www.openfaas.com/support).
23+
In this tutorial, I'll show you how to setup Okta and [OpenFaaS with the OIDC / OAuth2 authentication module](https://docs.openfaas.com/reference/authentication/). The OIDC auth module for OpenFaaS is a commercial add-on included in our [OpenFaaS PRO Subscription](https://www.openfaas.com/support).
2424

25-
If you don't have an active [OpenFaaS Premium Subscription](https://www.openfaas.com/support), then you will need to apply for a trial key here: [Apply for a 14-day trial](https://forms.gle/mFmwtoez1obZzm286).
25+
If you don't have an active [OpenFaaS PRO Subscription](https://www.openfaas.com/support), then you will need to apply for a trial key here: [Apply for a 14-day trial](https://forms.gle/mFmwtoez1obZzm286).
2626

2727
## Tutorial overview
2828

_posts/2020-10-08-openfaas-functions-with-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ You can see the full workflow YAML file supporting multi-arch builds here: [main
224224

225225
Have you got questions, comments, or suggestions? Join the community on [Slack](https://slack.openfaas.io).
226226

227-
Would you like help setting up your OpenFaaS installation, or someone to call when things don't quite go to plan? [Our Premium Subscription plan](https://www.openfaas.com/support/) gives you a say in the project roadmap, a support contact, and access to Enterprise-grade authentication with OIDC.
227+
Would you like help setting up your OpenFaaS installation, or someone to call when things don't quite go to plan? [Our PRO Subscription plan](https://www.openfaas.com/support/) gives you a say in the project roadmap, a support contact, and access to Enterprise-grade authentication with OIDC.
228228

229229
### Acknowledgements
230230

_posts/2020-10-27-kubernetes-webhooks-made-easy-with-openfaas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ In the example I used a single function, however, you could register more than o
245245
246246
Have you got questions, comments, or suggestions? Join the community on [Slack](https://slack.openfaas.io).
247247
248-
Would you like help to set up your OpenFaaS installation, or someone to call when things don't quite go to plan? [Our Premium Subscription plan](https://www.openfaas.com/support/) gives you a say in the project roadmap, a support contact, and access to Enterprise-grade authentication with OIDC.
248+
Would you like help to set up your OpenFaaS installation, or someone to call when things don't quite go to plan? [Our OpenFaaS PRO Subscription plan](https://www.openfaas.com/support/) gives you a say in the project roadmap, a support contact, and access to Enterprise-grade authentication with OIDC.
249249
250250
### Acknowledgements
251251

0 commit comments

Comments
 (0)