|
2 | 2 | <div class="columns is-multiline"> |
3 | 3 | <div class="column is-12 is-spaced-bottom"> |
4 | 4 | <div class="cards-wrapper"> |
| 5 | + |
5 | 6 | <div class="card has-text-centered"> |
6 | 7 | <div class="card-content"> |
7 | 8 | <div class="card-logo"> |
8 | 9 | <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"> |
10 | 11 | </figure> |
11 | 12 | </div> |
12 | 13 | <h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker"> |
13 | | - Start your Serverless journey |
| 14 | + Start your Serverless Journey |
14 | 15 | </h1> |
15 | 16 | <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>. |
17 | 18 | </h1> |
18 | | - </div> |
19 | 19 |
|
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> |
23 | 24 | </a> |
24 | 25 | </div> |
25 | 26 |
|
26 | 27 | <div class="card has-text-centered"> |
27 | 28 | <div class="card-content"> |
28 | 29 | <div class="card-logo"> |
29 | 30 | <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"> |
31 | 32 | </figure> |
32 | 33 | </div> |
33 | 34 | <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 |
35 | 36 | </h1> |
36 | 37 | <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. |
38 | 39 | </h1> |
39 | | - |
40 | 40 | </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> |
44 | 45 | </a> |
45 | 46 | </div> |
| 47 | + |
46 | 48 | </div> |
47 | 49 | </div> |
48 | 50 | </div> |
|
0 commit comments