Skip to content

Commit efeecc4

Browse files
committed
Minor updates to wording on homepage
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent bc10bcc commit efeecc4

6 files changed

Lines changed: 24 additions & 24 deletions

File tree

_includes/landing-page/landing-demo.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ <h2 class="title is-size-3 is-size-2-desktop has-text-grey-darker">
1313
<div class="columns">
1414
<div class="column is-8 is-offset-2 has-text-centered">
1515
<p class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
16-
Functions can be written in any language, and are built into portable OCI images.
16+
Functions can be written in any language, and are built into portable Open Container Initiative (OCI) images with tooling like Docker & Buildkit.
1717
</p>
1818
<p class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
19-
We have official templates available for: Go, Java, Python, C#, Ruby, Node.js, PHP, or you can write your own.
19+
There are official templates available for: Go, Java, Python, C#, Ruby, Node.js, PHP, and you can also write your own in a short period of time.
2020
</p>
2121
<p class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
22-
You can even bring along your existing microservices written with custom frameworks like Express.js, Vert.x, Flask, ASP.NET Core, FastAPI and Django.
22+
Your existing microservices written with frameworks like Express.js, Vert.x, Flask, ASP.NET Core, FastAPI, and Django can be deployed to OpenFaaS to reduce the time you need to spend managing Kubernetes.
2323
</p>
2424
<p class="title has-text-weight-light is-size-5 is-size-4-desktop has-text-grey">
25-
Find templates in <a class="underline" href="https://docs.openfaas.com/cli/templates/">the store</a> or build your own.
25+
Browse the official templates <a class="underline" href="https://docs.openfaas.com/languages/overview/">in the docs</a> or build your own.
2626
</p>
2727
</div>
2828
</div>

_includes/landing-page/landing-description.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ <h2 class="title is-size-3-tablet is-size-2-desktop has-text-grey-darker">
55
Run your code anywhere with the same unified experience.
66
</h2>
77
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
8-
You can deploy OpenFaaS anywhere you have Kubernetes
8+
You can deploy OpenFaaS to any Kubernetes cluster
99
</p>
1010
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
1111
Our templates follow best practices meaning you can write and deploy a new function to production within a few minutes, knowing it will scale to meet demand.
1212
</p>
1313
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
14-
OpenFaaS Pro then builds on our Open Source codebase to bring flexible auto-scaling, event-connectors, monitoring, a new dashboard, GitOps and various levels of support.
14+
OpenFaaS Pro brings flexible auto-scaling, event-connectors, monitoring dashboards, Single Sign On, RBAC, and direct to engineering support.
1515
</p>
1616
</div>
1717
<div class="column is-12-tablet is-5-desktop is-offset-1-desktop">

_includes/landing-page/landing-features.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<img src="{{ site.baseurl }}/images/openfaas/anywhere.svg" alt="Run anywhere">
1414
</div>
1515
<div class="column has-text-centered-mobile">
16-
<h1 class="title is-size-4 has-text-grey-darker">
16+
<h2 class="title is-size-4 has-text-grey-darker">
1717
Anywhere
18-
</h1>
18+
</h2>
1919
<h2 class="subtitle is-size-5 has-text-grey-darker">
2020
Deploy your functions on-premises or in the cloud, with portable OCI images.
2121
</h2>
@@ -28,9 +28,9 @@ <h2 class="subtitle is-size-5 has-text-grey-darker">
2828
<img src="{{ site.baseurl }}/images/openfaas/anycode.svg" alt="Any code">
2929
</div>
3030
<div class="column has-text-centered-mobile">
31-
<h1 class="title is-size-4 has-text-grey-darker">
31+
<h2 class="title is-size-4 has-text-grey-darker">
3232
Any code
33-
</h1>
33+
</h2>
3434
<h2 class="subtitle is-size-5 has-text-grey-darker">
3535
Write functions in any language, and bring your existing microservices along too.
3636
</h2>
@@ -43,9 +43,9 @@ <h2 class="subtitle is-size-5 has-text-grey-darker">
4343
<img src="{{ site.baseurl }}/images/openfaas/anyscale.svg" alt="Any scale">
4444
</div>
4545
<div class="column has-text-centered-mobile">
46-
<h1 class="title is-size-4 has-text-grey-darker">
46+
<h2 class="title is-size-4 has-text-grey-darker">
4747
Any scale
48-
</h1>
48+
</h2>
4949
<h2 class="subtitle is-size-5 has-text-grey-darker">
5050
Pro features scale your functions to meet demand, and down to zero when idle.
5151
</h2>

_includes/landing-page/landing-solutions.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ <h2 class="title is-size-4 has-text-grey-darker">
99
A sandbox for your customer's code
1010
</h2>
1111
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
12-
With OpenFaaS Enterprise, you can take code snippets from your customers and use them to extend your platform.
12+
With OpenFaaS Enterprise, you can take code snippets from customers and use them to extend your own product.
1313
</p>
1414
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
15-
You can use the Function Builder API to turn source code into functions, which can be deployed via the OpenFaaS REST API.
15+
The Function Builder API turns source code into functions, to deployed via REST API.
1616
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
17-
Network policies, resource limits, a runtime class, read-only filesystem and dedicated namespace means their code will be as isolated as possible.
17+
Multi-tenancy is supported through Kubernetes network policies, resource limits, runtime classes, read-only filesystems, and dedicated namespaces per tenant.
1818
</p>
1919
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
2020
Who's doing this already? Waylay (for custom functions for industrial IoT), Patchworks (customer extensions for e-commerce), LivePerson (for customer extensions) and Cognite (for custom ML/data-science functions).
@@ -29,13 +29,13 @@ <h2 class="title is-size-4 has-text-grey-darker">
2929
OpenFaaS Pro autoscaling can be fine-tuned to match the execution pattern of your functions, and to retry failed invocations.
3030
</p>
3131
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
32-
Through JetStream for OpenFaaS, you can fan out to many thousands of executions, executing in parallel and scaling automatically.
32+
Through JetStream for OpenFaaS, you can fan out to many thousands of executions, executing in parallel, and scaling automatically.
3333
</p>
3434
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
35-
ML models can be deployed as functions, and scaled, even if they run for a long time.
35+
Batch jobs and ML models can be deployed as functions, and scaled up and down properly, even if they run for a very long time.
3636
</p>
3737
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
38-
See also: <a href="https://www.openfaas.com/blog/fan-out-and-back-in-using-functions/" style="text-decoration: underline;">Exploring the Fan out and Fan in pattern with OpenFaaS</a>
38+
See also: <a href="https://www.openfaas.com/blog/fan-out-and-back-in-using-functions/" style="text-decoration: underline;">Explore the Fan out and Fan in pattern with OpenFaaS</a>
3939
</p>
4040
</div>
4141

@@ -44,15 +44,15 @@ <h2 class="title is-size-4 has-text-grey-darker">
4444
Kubernetes, made usable
4545
</h2>
4646
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
47-
OpenFaaS enriches Kubernetes with scaling, queueing, monitoring and event triggers, so your team can focus on shipping features.
47+
OpenFaaS enriches Kubernetes with scaling, queueing, monitoring, and event triggers, so your team can focus on shipping features.
4848
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
49-
Customers have told us that even from early on, they were shipping new functionality to production within hours.
49+
Compared to plain Kubernetes, customers said that they are now shipping functionality to production within hours.
5050
</p>
5151
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
5252
Functions can be run on-demand, or on a schedule, and can be triggered by events from your existing systems like Apache Kafka or AWS. If you invoke them asynchronously, you'll also get to benefit from retries without writing any additional code.
5353
</p>
5454
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
55-
Deel migrated from AWS Lambda to Kubernetes, only to find that their code would no longer scale how they needed. They reached out to us, and we wrote up a reference architecture.
55+
deel.com migrated from AWS Lambda to Kubernetes, only to find that their code would no longer scale how they needed. They reached out to us, and we wrote up a reference architecture.
5656
</p>
5757
</p>
5858
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
@@ -65,7 +65,7 @@ <h2 class="title is-size-4 has-text-grey-darker">
6565
One function, many clouds
6666
</h2>
6767
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
68-
Does your product need to run on multiple different clouds? Perhaps you're considering writing an abstraction layer to cover your bases?
68+
Does your product need to run on different clouds, including on-premises? Perhaps you're considering writing an abstraction layer to cover your bases?
6969
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey mt-2">
7070
When faced with this question, <a href="https://www.openfaas.com/blog/low-code-automation/" style="text-decoration: underline;">Waylay.io</a> built their low-code platform with OpenFaaS.
7171
</p>

_includes/landing-page/landing-sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1 class="title is-size-5 is-size-4-desktop has-text-grey sponsors-category">
3131
{% endfor %}
3232
<div class="column is-12 has-text-centered">
3333
<p class="has-text-weight-light is-size-5 is-size-4-desktop has-text-grey sponsors-category">Become an individual or corporate sponsor via GitHub:</p>
34-
<a href="{{ site.baseurl }}/support" class="button is-primary">
34+
<a href="https://github.com/sponsors/openfaas" class="button is-primary">
3535
Become a sponsor
3636
<span class="icon">
3737
<i class="fas fa-long-arrow-alt-right"></i>

_includes/support-page/support-cards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h3 class="title has-text-weight-light is-size-5 is-size-4-desktop">
2121

2222
<ul style="line-height: 2.5rem; text-align: left; padding-left: 20px; list-style-type: square;">
2323
<li>Critical issues or downtime could affect your business.</li>
24-
<li>Rest assured that you'll get a response within the agreed SLA.</li>
24+
<li>Rest assured that you'll get a response within the agreed Service Level Agreement (SLA) period.</li>
2525
<li>You may need us to talk to procurement or legal.</li>
2626
<li>Learn best practices and configuration for production.</li>
2727
<li>Get direct access to our engineering team via Slack.</li>

0 commit comments

Comments
 (0)