-
Notifications
You must be signed in to change notification settings - Fork 43
/
index.html
52 lines (40 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: Home
description: Serverless Functions Made Simple with Kubernetes.
image: https://www.openfaas.com/images/preview_image.png
---
<section class="hero is-primary is-small">
<div class="hero-body has-text-centered">
{% include landing-page/landing-intro.html %}
</div>
<div class="hero-body wavy">
{% include landing-page/yt-player/youtube.html %}
</div>
<div class="hero-body grey features">
{% include landing-page/landing-features.html %}
</div>
<!-- <div class="hero-body white contact-alex">
{% include landing-page/landing-book.html %}
</div> -->
<div class="hero-body grey-darker-bis description">
{% include landing-page/landing-description.html %}
</div>
<div class="hero-body white description">
{% include landing-page/landing-solutions.html %}
</div>
<div class="hero-body grey demo">
{% include landing-page/landing-demo.html %}
</div>
<div class="hero-body customers" style="background-color: dodgerblue;">
{% include landing-page/landing-customers.html %}
</div>
<!-- <div class="hero-body grey-darker-bis sponsors">
{% include landing-page/landing-sponsors.html %}
</div> -->
<div class="hero-body grey call-to-action call-to-action-cards">
{% include landing-page/landing-bottom-cta-cards.html %}
</div>
<div class="hero-body grey call-to-action call-to-action-community">
{% include landing-page/landing-bottom-cta-community.html %}
</div>
</section>