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

Update company site on web/platform #1521

Merged
merged 1 commit into from
Dec 5, 2024
Merged
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
10 changes: 0 additions & 10 deletions web/platform/src/components/qwik/pages/company.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ import { Label, LinearGradient } from "../components/text";
import { BackgroundVideo } from "../components/video";

const team = [
{
img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/andrew_shipley.webp",
name: "Andrew Shipley",
title: "Director of Operations",
},
{
img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/aaron_mondal.webp",
name: "Aaron Mondal",
Expand All @@ -30,11 +25,6 @@ const team = [
name: "Tyrone Greenfield",
title: "Chief of Staff",
},
{
img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/adam_singer.webp",
name: "Adam Singer",
title: "Software Engineer",
},
{
img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/blake_hatch.webp",
name: "Blake Hatch",
Expand Down
Loading