remove careers page, update remaining CTAs

This commit is contained in:
Johannes
2023-06-22 16:04:07 +02:00
parent 25b84102a7
commit e15309a080
11 changed files with 32 additions and 30 deletions

View File

@@ -262,18 +262,18 @@ export default function Header() {
className="text-base font-medium text-slate-400 hover:text-slate-700 dark:hover:text-slate-300">
Blog {/* <p className="bg-brand inline rounded-full px-2 text-xs text-white">1</p> */}
</Link>
<Link
{/* <Link
href="/careers"
className="text-base font-medium text-slate-400 hover:text-slate-700 dark:hover:text-slate-300">
Careers <p className="bg-brand inline rounded-full px-2 text-xs text-white">2</p>
</Link>
</Link> */}
{/* <Link
<Link
href="/community"
className="text-base font-medium text-slate-400 hover:text-slate-700 dark:hover:text-slate-300">
Community
</Link>
*/}
</Popover.Group>
<div className="hidden flex-1 items-center justify-end md:flex">
<ThemeSelector className="relative z-10 mr-5" />
@@ -368,7 +368,7 @@ export default function Header() {
<Link href="#pricing">Pricing</Link>
<Link href="/docs">Docs</Link>
<Link href="/blog">Blog</Link>
<Link href="/careers">Careers</Link>
{/* <Link href="/careers">Careers</Link> */}
<Button
variant="secondary"
EndIcon={GitHubIcon}

View File

@@ -26,10 +26,12 @@ export default function CareersPage() {
headingPt1="Help teams make"
headingTeal="customer-centric"
headingPt2="decisions."
subheading="We are hiring! Please see all open roles below:"
subheading="We are currently not hiring. Contributions are always welcome!"
/>
{/*
<div className="mx-auto w-3/4">
{Roles.map((role) => (
{Roles.map((role) => (
<Link
href="https://formbricks.notion.site/Work-at-Formbricks-6c3ad218b2c7461ca2714ce2101730e4?pvs=4"
target="_blank"
@@ -40,7 +42,7 @@ export default function CareersPage() {
</div>
</Link>
))}
</div>
</div>*/}
</Layout>
);
}

View File

@@ -7,24 +7,24 @@ import { ChatBubbleOvalLeftEllipsisIcon, EnvelopeIcon } from "@heroicons/react/2
const topContributors = [
{
name: "Midka (8 commits)",
name: "Midka",
href: "https://github.com/kymppi",
},
{
name: "Timothy (6 commits)",
name: "Pandeyman",
href: "https://github.com/pandeymangg",
},
{
name: "Ashu",
href: "https://github.com/Ashutosh-Bhadauriya",
},
{
name: "Timothy",
href: "https://github.com/timothyde",
},
{
name: "Kiran (3 commits)",
href: "https://github.com/devkiran",
},
{
name: "Francois (1 commit)",
href: "https://github.com/fdis111",
},
{
name: "Chetan (1 commit)",
href: "https://github.com/chetan",
name: "Shubhdeep",
href: "https://github.com/Shubhdeep12",
},
];
@@ -34,14 +34,14 @@ const CommunityPage = () => {
<Layout
title="Community | Formbricks Open Source Forms & Surveys"
description="You're building open source forms and surveys? So are we! Get support for anything your building - or just say hi!">
<HeroTitle headingPt1="Join the" headingTeal="Formbricks" headingPt2="Community" />
<HeroTitle headingPt1="Join the" headingTeal="Formbricks" headingPt2="Community 🤍" />
<div className="mb-32 grid grid-cols-1 px-4 md:grid-cols-2 md:gap-8 md:px-16">
<div className="mb-6 rounded-lg bg-gradient-to-b from-slate-200 to-slate-300 px-10 py-6 dark:from-slate-800 dark:to-slate-700 md:mb-0">
<h2 className="mt-7 text-3xl font-bold text-slate-800 dark:text-slate-200 xl:text-4xl">
Top Contributors
</h2>
<p className="mt-2 text-sm text-slate-500 dark:text-slate-400">
The leader board of the Formbricks community contributors 🙌
Super thankful to have you guys contribute for Formbricks 🙌
</p>
<ol className="ml-4 mt-10 list-decimal">
{topContributors.map((MVP) => (

View File

@@ -21,7 +21,7 @@ export default function ConfirmationPage() {
improve your user research.
</p>
</div>
<Button className="w-full justify-center" href="/">
<Button variant="darkCTA" className="w-full justify-center" href="/">
Back to my surveys
</Button>
</div>

View File

@@ -62,7 +62,7 @@ export default function AddProductModal({ environmentId, open, setOpen }: AddPro
}}>
Cancel
</Button>
<Button variant="primary" type="submit" loading={loading}>
<Button variant="darkCTA" type="submit" loading={loading}>
Add product
</Button>
</div>

View File

@@ -101,7 +101,7 @@ export default function AttributeSettingsTab({
</div>
{attributeClass.type !== "automatic" && (
<div className="flex space-x-2">
<Button type="submit" variant="primary" loading={isMutatingAttributeClass}>
<Button type="submit" variant="darkCTA" loading={isMutatingAttributeClass}>
Save changes
</Button>
</div>

View File

@@ -263,7 +263,7 @@ export default function AddNoCodeEventModal({
}}>
Cancel
</Button>
<Button variant="primary" type="submit">
<Button variant="darkCTA" type="submit">
Add Action
</Button>
</div>

View File

@@ -283,7 +283,7 @@ export default function EventSettingsTab({ environmentId, eventClassId, setOpen
</div>
{eventClass.type !== "automatic" && (
<div className="flex space-x-2">
<Button type="submit" variant="primary" loading={isMutatingEventClass}>
<Button type="submit" variant="darkCTA" loading={isMutatingEventClass}>
Save changes
</Button>
</div>

View File

@@ -69,7 +69,7 @@ const AddEmailAlertModal: React.FC<AddEmailAlertModalProps> = ({ open, setOpen }
<Button variant="secondary" onClick={onTest}>
Send Test
</Button>
<Button variant="primary" onClick={onSave}>
<Button variant="darkCTA" onClick={onSave}>
Save
</Button>
</div>

View File

@@ -33,7 +33,7 @@ export default function UpdateQuestionId({ localSurvey, question, questionIdx, u
/>
{localSurvey.status === "draft" && (
<Button
variant="primary"
variant="darkCTA"
className="ml-2 bg-slate-600 text-white hover:bg-slate-700 disabled:bg-slate-400"
onClick={saveAction}
disabled={currentValue === question.id}>

View File

@@ -92,7 +92,7 @@ top:0; width:100%; height:100%; border:0;">
Copy URL
</Button>
<Button
variant="primary"
variant="darkCTA"
title="Preview survey"
aria-label="Preview survey"
href={`${window.location.protocol}//${window.location.host}/s/${survey.id}?preview=true`}