Skip to content

Commit

Permalink
feat(web): Update about and careers page
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Sep 15, 2024
1 parent 27f4309 commit e167f53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Binary file modified apps/web/public/about/team/aritra.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions apps/web/src/app/(main)/career/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ColorBGSVG } from '@public/hero'
import Link from 'next/link'
import EncryptButton from '@/components/ui/encrypt-btn'

function Career(): React.JSX.Element {
Expand All @@ -8,8 +9,14 @@ function Career(): React.JSX.Element {
<div className="flex flex-col gap-y-6">
<h1 className="text-brandBlue text-4xl">Careers at KeyShade</h1>
<p className="w-[80%]">
We are booting up, keep an eye out for open positions. Meanwhile, you
can contribute to our project.
We are booting up, keep an eye out for open positions on our{' '}
<Link
className="text-brandBlue"
href="https://keyshade.notion.site/Careers-at-Keyshade-86121f04ea974b7a9ece1a9969335ad0"
>
Notion board
</Link>
. Meanwhile, you can contribute to our project.
</p>
<div className="flex">
<a
Expand Down

0 comments on commit e167f53

Please sign in to comment.