Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 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
13 changes: 13 additions & 0 deletions public/.well-known/mcp 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "1.0.0",
"transport": "http",
"url": "https://api.kestra.io/v1/mcp",
"servers": [
Comment thread
iitzIrFan marked this conversation as resolved.
Outdated
{
"name": "public",
"url": "https://api.kestra.io/v1/mcp",
"transport": "http",
"authentication": "none"
}
]
}
Binary file added src/assets/teams/aalvarez-round.png
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 src/assets/teams/aschroeder-round.png
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 src/assets/teams/esantos-round.png
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 src/assets/teams/fmattos-round.png
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 src/assets/teams/ishaikh-round.png
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 src/assets/teams/kwaehner-round.png
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 src/assets/teams/rfreedy-round.png
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 src/assets/teams/tflowers-round.png
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 src/assets/teams/tgremmer-round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 43 additions & 3 deletions src/components/company/Team.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,21 @@ const teamMembers = [
title: "CTO",
image: TeamImages["ldehon-round.png"],
},
{
name: "Kai Waehner",
title: "Global Field CTO",
image: TeamImages["kwaehner-round.png"],
},
{
name: "Anna Geller",
title: "Product Lead",
image: TeamImages["ageller-round.png"],
},
{
name: "Terry Flowers",
title: "Head of Sales",
image: TeamImages["tflowers-round.png"],
},
{
name: "David Khan",
title: "Sales Leader",
Expand All @@ -38,6 +48,16 @@ const teamMembers = [
title: "Senior Field Engineer",
image: TeamImages["hpgrahsl-round.png"],
},
{
Comment thread
Copilot marked this conversation as resolved.
Outdated
name: "Rob Freedy",
title: "Field Engineer",
image: TeamImages["rfreedy-round.png"],
},
{
name: "Tobi Gremmer",
title: "Field Engineer",
image: TeamImages["tgremmer-round.png"],
},
{
name: "Parham Parvizi",
title: "Solution Architect",
Expand Down Expand Up @@ -79,9 +99,9 @@ const teamMembers = [
image: TeamImages["mproset-round.png"],
},
{
name: "Elliot Gunn",
title: "Product Marketing Manager",
image: TeamImages["egunn-round.png"],
name: "Fernando Mattos",
title: "Solutions Marketing Lead",
image: TeamImages["fmattos-round.png"],
},
{
name: "Robert Walters",
Expand All @@ -98,6 +118,16 @@ const teamMembers = [
title: "Lead Product Designer",
image: TeamImages["ncallens-round.png"],
},
{
name: "Alejandro Alvarez",
title: "Brand & UI Designer",
image: TeamImages["aalvarez-round.png"],
},
{
name: "Eduardo Santos",
title: "Motion Designer",
image: TeamImages["esantos-round.png"],
},
{
name: "Faizan Qazi",
title: "Solution Engineer",
Expand Down Expand Up @@ -132,6 +162,11 @@ const teamMembers = [
name: "Will Russell",
title: "Lead Developer Advocate",
image: TeamImages["wrussell-round.png"],
},
{
name: "Adam Schroeder",
title: "Senior Developer Advocate",
image: TeamImages["aschroeder-round.png"],
},
{
name: "Rok Grabnar",
Expand Down Expand Up @@ -193,6 +228,11 @@ const teamMembers = [
title: "Software Engineer",
image: TeamImages["pbhaskar-round.png"],
},
{
name: "Irfan Shaikh",
title: "Software Engineer",
image: TeamImages["ishaikh-round.png"],
},
{
name: "Florian Carre",
title: "UX Engineer",
Expand Down
Loading