Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Welcome Guillaume to team #334

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ zegoverno:
name: José Governo
title: Responsible for Quantitative Strategies and Data Engineering at Tera Capital
url: https://www.linkedin.com/in/jose-governo/
image_url: https://media.licdn.com/dms/image/C4D03AQE2yXYlSoBQmg/profile-displayphoto-shrink_400_400/0/1594600574101?e=1696464000&v=beta&t=yfeSYwPhl1V7-NOcdsgV4h-Jt8DOEiXqSEDZina_v1Q
image_url: https://media.licdn.com/dms/image/C4D03AQE2yXYlSoBQmg/profile-displayphoto-shrink_800_800/0/1594600574101?e=2147483647&v=beta&t=c2VZb77tUdnBRzlGVTuY23qDvGlUHy1xqy_zn1TNr40
hugocasa:
name: Hugo Casademont
title: LLM Research Engineer
Expand Down
8 changes: 7 additions & 1 deletion src/pages/team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ const people = [
imageUrl: '/team/faton-ramadani.jpg.webp',
linkedinUrl: 'https://www.linkedin.com/in/faton-ramadani-4b65ab191/'
},
{
name: 'Guillaume Bouvignies',
role: 'Lead Backend Engineer',
imageUrl: '/team/guillaume-bouvignies.jpg',
linkedinUrl: 'https://www.linkedin.com/in/guillaumebouvignies/'
},
{
name: 'Henri Courdent',
role: 'Founding Ops Staff',
Expand Down Expand Up @@ -75,7 +81,7 @@ export default function About() {
<div className="space-y-2">
<div className="space-y-1 text-lg font-medium leading-6">
<h3>{person.name}</h3>
<p className="text-blue-200 text-sm">{person.role}</p>
<p className="text-blue-500 dark:text-blue-200 text-sm">{person.role}</p>
</div>
<ul role="list" className="flex justify-center space-x-5">
<li>
Expand Down
Binary file added static/team/guillaume-bouvignies.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.