Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Removing contact form and careers pages
Browse files Browse the repository at this point in the history
  • Loading branch information
p.b.byrne committed Jun 26, 2024
1 parent dfb4458 commit c93530a
Show file tree
Hide file tree
Showing 12 changed files with 917 additions and 4,442 deletions.
4,864 changes: 909 additions & 3,955 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions src/components/BottomCTASection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ export default function BottomCTASection({setShowContact}: BottomCTASectionProps
</h2>

<p className="tracking-widest mb-10">OUR TEAMS SHOW CLIENTS WHAT IS POSSIBLE AND THEN HELP THEM GET THERE</p>

<ContactButton className="w-full max-w-[250px]" setShowContact={setShowContact}>
Talk With Us
</ContactButton>
</FadeIn>
</Section>
)
Expand Down
3 changes: 0 additions & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ export default function Footer() {
<li>
<Link className="hover:text-accent" href="/about">About</Link>
</li>
<li>
<Link className="hover:text-accent" href="/careers">Careers</Link>
</li>
<li>
<Link className="hover:text-accent" href="/insights">Insights</Link>
</li>
Expand Down
16 changes: 0 additions & 16 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,11 @@ export default function Header({setShowMenu, setShowContact}: HeaderProps) {
Case Studies
</Link>
</li>
<li className="px-8 py-4 text-lg">
<Link href="/careers">
Careers
</Link>
</li>
<li className="px-8 py-4 text-lg">
<Link href="/insights">
Insights
</Link>
</li>
<li className="pl-8 py-4 text-lg">
<a
href="#"
onClick={e => {
e.preventDefault()
setShowContact(true)
}}
>
Contact
</a>
</li>
</ul>
</nav>
</div>
Expand Down
66 changes: 0 additions & 66 deletions src/components/careers/CareersForm.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions src/components/careers/PositionLayout.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions src/pages/careers/cloud-engineer.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions src/pages/careers/data-engineer.tsx

This file was deleted.

48 changes: 0 additions & 48 deletions src/pages/careers/entry-level-technology-consultant.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions src/pages/careers/full-stack-developer.tsx

This file was deleted.

Loading

0 comments on commit c93530a

Please sign in to comment.