Skip to content

Commit

Permalink
add a team section to the homepage (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal authored Jan 24, 2024
1 parent 5bcc96c commit 449263b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,20 @@ allow if

{% end %}
</div>

<div class="container">
<div class="row justify-content-center text-center">
<h2>Meet the team</h2>
<p>Biscuit is the result of the help of dozens of contributors over the years, patiently refining the specification and implementations. The project is maintained and led by:</p>
<div class="col-lg-5">
<h2 class="h4">Geoffroy Couprie</h2>
<img src="/img/geoffroy.jpg" style="width: 50%; margin-bottom: 10px" />
<p>Geoffroy has worked on distributed systems security for over a decade, and is now a Senior Staff Engineer at Apollo GraphQL. You will often find him deep in discussions on protocols and cryptography.</p>
</div>
<div class="col-lg-5">
<h2 class="h4">Clément Delafargue</h2>
<img src="/img/clement.jpg" style="width: 50%; margin-bottom: 10px" />
<p>Clément is a functional programmer working at Outscale. He loves discussing about FP, distributed systems, cloud architecture, and dogs obviously.</p>
</div>
</div>
</div>
12 changes: 6 additions & 6 deletions content/docs/contributing/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ If you manage or work for a company that has a vested interest in biscuit, you s

### Geoffroy Couprie

Geoffroy is in charge of the biscuit spec and the reference implementation, biscuit-rust. He contributes regularly to biscuit-wasm and the web-based tooling.
Geoffroy has worked on distributed systems security for over a decade, and is now a Senior Staff Engineer at Apollo GraphQL. He is in charge of the biscuit spec and the reference implementation, biscuit-rust. He contributes regularly to biscuit-wasm and the web-based tooling.

### Clément Delafargue

Clément co-authors the spec, contributes regularly to biscuit-rust, and is in charge of various bindings (wasm, python, web tooling), as well as biscuit-haskell and the CLI tooling.
Clément is a functional programmer working at Outscale. He co-authors the spec, contributes regularly to biscuit-rust, and is in charge of various bindings (wasm, python, web tooling), as well as biscuit-haskell and the CLI tooling.

## Corporate sponsors

### Clever Cloud

Clever Cloud has kickstarted and sponsored the early development of biscuit (v0 and v1), when Geoffroy Couprie worked there. They are now in charge of biscuit-java.

### Outscale

Outscale is now the main corporate sponsor for biscuit by allocating a sizeable part of Clément Delafargue's schedule to biscuit.

### Clever Cloud

Clever Cloud has kickstarted and sponsored the early development of biscuit (v0 and v1), when Geoffroy Couprie worked there.
Binary file added static/img/clement.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/geoffroy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 449263b

Please sign in to comment.