diff --git a/src/components/Careers/FunStuff/images/big-products-small-teams.png b/src/components/Careers/FunStuff/images/big-products-small-teams.png index d02676de017e..fabf1b7eec5e 100644 Binary files a/src/components/Careers/FunStuff/images/big-products-small-teams.png and b/src/components/Careers/FunStuff/images/big-products-small-teams.png differ diff --git a/src/components/Careers/FunStuff/images/clickhouse-manual.png b/src/components/Careers/FunStuff/images/clickhouse-manual.png index 1b2b50633de8..f5cb254ecf3b 100644 Binary files a/src/components/Careers/FunStuff/images/clickhouse-manual.png and b/src/components/Careers/FunStuff/images/clickhouse-manual.png differ diff --git a/src/components/Careers/FunStuff/images/enterprise-mode.png b/src/components/Careers/FunStuff/images/enterprise-mode.png index 0b5022536137..ab9095a982ad 100644 Binary files a/src/components/Careers/FunStuff/images/enterprise-mode.png and b/src/components/Careers/FunStuff/images/enterprise-mode.png differ diff --git a/src/components/Careers/FunStuff/images/enterprise-page.png b/src/components/Careers/FunStuff/images/enterprise-page.png index 8b54cc53925e..8c42459359a3 100644 Binary files a/src/components/Careers/FunStuff/images/enterprise-page.png and b/src/components/Careers/FunStuff/images/enterprise-page.png differ diff --git a/src/components/Careers/FunStuff/images/github-stars.png b/src/components/Careers/FunStuff/images/github-stars.png index a46ff3fdb235..4061113f5647 100644 Binary files a/src/components/Careers/FunStuff/images/github-stars.png and b/src/components/Careers/FunStuff/images/github-stars.png differ diff --git a/src/components/Careers/FunStuff/images/hedgehog-mode.png b/src/components/Careers/FunStuff/images/hedgehog-mode.png new file mode 100644 index 000000000000..1e5e0e22621a Binary files /dev/null and b/src/components/Careers/FunStuff/images/hedgehog-mode.png differ diff --git a/src/components/Careers/FunStuff/images/hn-posts.png b/src/components/Careers/FunStuff/images/hn-posts.png index f2eb7063607a..203a49b48a1a 100644 Binary files a/src/components/Careers/FunStuff/images/hn-posts.png and b/src/components/Careers/FunStuff/images/hn-posts.png differ diff --git a/src/components/Careers/FunStuff/images/is-ga-illegal.png b/src/components/Careers/FunStuff/images/is-ga-illegal.png index bbef2f3d526b..3657f30fa04f 100644 Binary files a/src/components/Careers/FunStuff/images/is-ga-illegal.png and b/src/components/Careers/FunStuff/images/is-ga-illegal.png differ diff --git a/src/components/Careers/FunStuff/images/patrick-collison-tweet.png b/src/components/Careers/FunStuff/images/patrick-collison-tweet.png index 2d718b407ce4..2a326ed2d6a0 100644 Binary files a/src/components/Careers/FunStuff/images/patrick-collison-tweet.png and b/src/components/Careers/FunStuff/images/patrick-collison-tweet.png differ diff --git a/src/components/Careers/FunStuff/images/thanking-stars.jpg b/src/components/Careers/FunStuff/images/thanking-stars.jpg index 4cd6b70a993e..293c67c45f52 100644 Binary files a/src/components/Careers/FunStuff/images/thanking-stars.jpg and b/src/components/Careers/FunStuff/images/thanking-stars.jpg differ diff --git a/src/components/Careers/FunStuff/images/web-analytics.png b/src/components/Careers/FunStuff/images/web-analytics.png new file mode 100644 index 000000000000..0e0820a976d7 Binary files /dev/null and b/src/components/Careers/FunStuff/images/web-analytics.png differ diff --git a/src/components/Careers/FunStuff/images/yc.png b/src/components/Careers/FunStuff/images/yc.png index 16a3a49a468d..d35ef45d80e9 100644 Binary files a/src/components/Careers/FunStuff/images/yc.png and b/src/components/Careers/FunStuff/images/yc.png differ diff --git a/src/components/Careers/FunStuff/index.tsx b/src/components/Careers/FunStuff/index.tsx index 2ef707443832..b30e300049bf 100644 --- a/src/components/Careers/FunStuff/index.tsx +++ b/src/components/Careers/FunStuff/index.tsx @@ -10,7 +10,7 @@ import TeamMember from 'components/TeamMember' const FunThing: React.FC<{ image: React.ReactNode, title: string, content: string, link?: string, imagePosition: 'top' | 'bottom' }> = ({ image, title, content, link, imagePosition }) => (
{link ? {image} : image} -
+

@@ -57,11 +57,43 @@ const frameContents = [ image: , imagePosition: 'bottom', }, + { + title: 'Built big things with small teams', + content: 'Our Data warehouse was built by a team of two. Same with Session replay. And we shipped a Google Analytics replacement with a team of one.', + image: , + imagePosition: 'bottom', + }, + { + title: 'Wrote the ClickHouse manual that other companies use', + content: "We literally wrote a ClickHouse manual that other companies use.", + image: , + imagePosition: 'bottom', + }, + { + title: 'Crazy popular with the YC crowd', + content: "One of the most adopted products by new YC startups", + image: , + imagePosition: 'top', + }, + { + title: 'PostHog for enterprise', + content: "We built a page for selling to large enterprises. It is very serious.", + link: '/enterprise', + image: , + imagePosition: 'top', + }, + { + title: 'Hedgehog mode', + content: "It's like a Chia pet, but for hedgehogs. Find it inside PostHog by searching with CMD + K.", + link: '', + image: , + imagePosition: 'bottom', + }, // { // title: '', // content: "", - // imageSrc: './images/.png', - // imageAlt: '', + // link: '', + // image: , // imagePosition: 'bottom', // }, ] @@ -76,10 +108,10 @@ const FunStuff: React.FC = () => { return (
-

+

Live, Laugh, LEquip every developer to build successful products

-

Our jobs are zero fun.

+

Our jobs are zero fun. Here are some things that have made it a little less insufferable.