|
4 | 4 | <div class="cards-wrapper"> |
5 | 5 |
|
6 | 6 | <div class="card has-text-centered is-12"> |
7 | | - <div class="card-content"> |
8 | | - <div class="card-logo"> |
9 | | - <figure class="image is-96x96"> |
10 | | - <img src="{{ site.baseurl }}/images/openfaas/logo-whale-round.png" alt="logo"> |
11 | | - </figure> |
| 7 | + <div class="card-content is-justify-content-space-between"> |
| 8 | + <div class=""> |
| 9 | + <div class="card-logo"> |
| 10 | + <figure class="image is-96x96 m-auto"> |
| 11 | + <img src="{{ site.baseurl }}/images/openfaas/logo-whale-round.png" alt="logo"> |
| 12 | + </figure> |
| 13 | + </div> |
| 14 | + <h3 class="title is-size-12 is-size-8-desktop has-text-grey-darker"> |
| 15 | + OpenFaaS Standard & Enterprise |
| 16 | + </h3> |
| 17 | + <subtitle class="is-size-5 mb-3"> |
| 18 | + A truly portable Serverless platform, built for developers |
| 19 | + </subtitle> |
| 20 | + <p style="padding-bottom: 20px" class="has-text-weight-light">Originally created in 2016, OpenFaaS is battle-tested technology.</p> |
12 | 21 | </div> |
13 | | - <h3 class="title is-size-12 is-size-8-desktop has-text-grey-darker"> |
14 | | - OpenFaaS Standard & Enterprise |
15 | | - </h3> |
16 | | - <subtitle class="is-size-5 mb-3"> |
17 | | - Portable serverless framework for Kubernetes |
18 | | - </subtitle> |
19 | | - <h3 class="title has-text-weight-light is-size-5 is-size-4-desktop"> |
20 | | - <p style="padding-bottom: 20px">Build functions and deploy them to production with the power of Kubernetes.</p> |
| 22 | + <div> |
| 23 | + <a class="button is-primary is-medium" href="https://openfaas.com">openfaas.com</a> |
| 24 | + </div> |
| 25 | + </div> |
| 26 | + </div> |
21 | 27 |
|
22 | | - <ul style="line-height: 2.5rem; text-align: left; padding-left: 20px; list-style-type: square;"> |
23 | | - <li>Highly scaleable functions scale up with demand or to zero.</li> |
24 | | - <li>Focus on writing code instead of low-level Kubernetes YAML.</li> |
25 | | - <li>Get expert support and assistance from the OpenFaaS team.</li> |
26 | | - <li>Automate tasks, run scheduled jobs and ETL for your data.</li> |
27 | | - <li>Integrate with the API, Helm, ArgoCD or our CLI/Dashboard.</li> |
28 | | - </ul> |
29 | | - </h3> |
30 | 28 |
|
| 29 | + <div class="card has-text-centered is-12"> |
| 30 | + <div class="card-content is-justify-content-space-between"> |
| 31 | + <div class=""> |
| 32 | + <div class="card-logo"> |
| 33 | + <figure class="image is-96x96 m-auto"> |
| 34 | + <img src="{{ site.baseurl }}/images/openfaas/logo-faasd.png" style="border-radius: 30px" alt="logo"> |
| 35 | + </figure> |
| 36 | + </div> |
| 37 | + |
| 38 | + <h3 class="title is-size-12 is-size-8-desktop has-text-grey-darker"> |
| 39 | + OpenFaaS for Edge |
| 40 | + </h3> |
| 41 | + <subtitle class="is-size-5 mb-3"> |
| 42 | + Run functions without Kubernetes |
| 43 | + </subtitle> |
| 44 | + <p style="padding-bottom: 20px" class="has-text-weight-light">Built for low-maintenance redistribution and packaging of functions.</p> |
| 45 | + </div> |
| 46 | + <div> |
| 47 | + <a class="button is-primary is-medium" href="https://docs.openfaas.com/deployment/edge/">docs.openfaas.com</a> |
| 48 | + </div> |
31 | 49 | </div> |
32 | 50 | </div> |
33 | 51 |
|
| 52 | +<!-- |
| 53 | + <div class="card has-text-centered is-12"> |
| 54 | + <div class="card-content is-justify-content-space-between"> |
| 55 | + <div class=""> |
| 56 | + <div class="card-logo"> |
| 57 | + <figure class="image is-96x96 m-auto"> |
| 58 | + <img src="{{ site.baseurl }}/images/openfaas/logo-actuated.png" alt="logo"> |
| 59 | + </figure> |
| 60 | + </div> |
| 61 | + <h3 class="title is-size-12 is-size-8-desktop has-text-grey-darker"> |
| 62 | + Actuated |
| 63 | + </h3> |
| 64 | + <subtitle class="is-size-5 mb-3"> |
| 65 | + Fast, secure, and supported self-hosted runners for GitHub Actions &;amp GitLab CI |
| 66 | + </subtitle> |
| 67 | + <p style="padding-bottom: 20px" class="has-text-weight-light">Built with Firecracker for bare-metal speed and fixed-rate costs.</p> |
| 68 | + </div> |
| 69 | + <div> |
| 70 | + <a class="button is-primary is-medium" href="https://openfaas.com">openfaas.com</a> |
| 71 | + </div> |
| 72 | + </div> |
| 73 | + </div> --> |
| 74 | + |
34 | 75 |
|
35 | 76 | </div> |
36 | 77 | </div> |
|
0 commit comments