|
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 | | - Buy an Insiders Subscription |
| 14 | + Premium Subscription |
14 | 15 | </h1> |
15 | 16 | <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> |
17 | 18 |
|
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> |
19 | 27 | </h1> |
20 | 28 | </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> |
25 | 32 | </a> |
26 | 33 | </div> |
27 | 34 |
|
28 | 35 | <div class="card has-text-centered"> |
29 | 36 | <div class="card-content"> |
30 | 37 | <div class="card-logo"> |
31 | 38 | <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"> |
33 | 40 | </figure> |
34 | 41 | </div> |
35 | 42 | <h1 class="title is-size-4 is-size-3-desktop has-text-grey-darker"> |
36 | | - Your logo on openfaas.com 🏆 |
| 43 | + Community Insiders Program |
37 | 44 | </h1> |
38 | 45 | <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> |
45 | 47 |
|
| 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> |
46 | 55 | </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> |
50 | 60 | </a> |
51 | 61 | </div> |
52 | 62 | </div> |
|
0 commit comments