Skip to content

Commit 777f7d0

Browse files
committed
Update OpenFaaS Pro/CE users
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 7d1a413 commit 777f7d0

File tree

8 files changed

+15
-78
lines changed

8 files changed

+15
-78
lines changed

_data/customers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
logo: corva.png
33
- name: Baker Hughes Company
44
logo: bakerhughes.png
5+
- name: Bryter
6+
logo: bryter.jpg
57
- name: BCubed Engineering
68
logo: bcubed.png
9+
- name: Curiflow
10+
logo: curiflow.png
711
- name: Deloitte Cyber LLC
812
logo: deloitte.png
913
- name: End to End Networks
@@ -24,6 +28,8 @@
2428
logo: patchworks.png
2529
- name: Rudderstack
2630
logo: rudderstack.png
31+
- name: Softbank Group Japan
32+
logo: softbank.png
2733
- name: Surge
2834
logo: surge.png
2935
- name: Yokogawa Electrical

_data/members.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Active members listed in the file by level of contribution
22

3-
founders:
3+
staff:
44
- alex
5+
- han
56

67
contributors:
7-
- han
88
- nitishkumar
99
- kevin
1010
- richard

_data/users.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

images/customers/bryter.jpg

19.4 KB
Loading

images/customers/curiflow.png

15.7 KB
Loading

images/customers/softbank.png

2.48 KB
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
{% include landing-page/landing-customers.html %}
3838
</div>
3939

40-
<div class="hero-body grey-darker-bis sponsors">
40+
<!-- <div class="hero-body grey-darker-bis sponsors">
4141
{% include landing-page/landing-sponsors.html %}
42-
</div>
42+
</div> -->
4343

4444
<div class="hero-body grey call-to-action call-to-action-cards">
4545
{% include landing-page/landing-bottom-cta-cards.html %}

team/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
title: Team
3-
description: The people behind the OpenFaaS community.
3+
description: The people behind the OpenFaaS product & community.
44
image: /images/city-background.jpg
55
---
66

77
<section class="hero is-primary is-small">
88
<div class="hero-body has-text-centered intro">
99
<h1 class="title is-size-3 is-size-2-desktop has-text-grey-darker">
10-
Our Team
10+
Our Team & Community
1111
</h1>
1212
<h1 class="title is-size-5 is-size-4-desktop has-text-grey-darker has-text-weight-light">
13-
OpenFaaS is an independent open-source project hosted by <a href="https://github.com/openfaas/media"><u>OpenFaaS Ltd.</u></a>
13+
OpenFaaS products and solutions are independent and hosted by <a href="https://github.com/openfaas/media"><u>OpenFaaS Ltd.</u></a>
1414
</h1>
1515
<h1 class="title is-size-5 is-size-4-desktop has-text-grey-darker has-text-weight-light">
16-
There are <a href="https://kenfdev.o6s.io/github-stats-page#/"><u>many contributors</u></a>. Meet the <a href="https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md#how-do-i-become-a-maintainer">community team</a> below.
16+
There are <a href="https://kenfdev.o6s.io/github-stats-page#/"><u>many contributors</u></a>. Meet our staff, and the <a href="https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md">community team</a> below.
1717
</h1>
1818
</div>
1919

2020
<div class="hero-body grey team-wrapper founder">
21-
{% include team-page/team-members.html type="Project Lead" members=site.data.members.founders %}
21+
{% include team-page/team-members.html type="Staff" members=site.data.members.staff %}
2222
</div>
2323

2424
<div class="hero-body grey team-wrapper git-members">
@@ -29,7 +29,6 @@ <h1 class="title is-size-5 is-size-4-desktop has-text-grey-darker has-text-weigh
2929
{% include team-page/team-members.html type="Emeritus Contributors" members=site.data.members.former_contributors %}
3030
</div>
3131

32-
3332
<div class="hero-body grey wavy-2 contributors">
3433
{% include landing-page/landing-contributors.html %}
3534
</div>

0 commit comments

Comments
 (0)