From 13425a7f4dd4b7922f0dd87ed92f222aec210926 Mon Sep 17 00:00:00 2001
From: Ayushmaan Agarwal
<118350936+Ayushmaanagarwal1211@users.noreply.github.com>
Date: Tue, 29 Oct 2024 00:27:48 +0530
Subject: [PATCH 1/6] Add files via upload
Signed-off-by: Ayushmaan Agarwal <118350936+Ayushmaanagarwal1211@users.noreply.github.com>
---
app/(default)/careers/page.tsx | 88 ++++++++++++++++++++++++++++++++++
1 file changed, 88 insertions(+)
create mode 100644 app/(default)/careers/page.tsx
diff --git a/app/(default)/careers/page.tsx b/app/(default)/careers/page.tsx
new file mode 100644
index 00000000..506d6a53
--- /dev/null
+++ b/app/(default)/careers/page.tsx
@@ -0,0 +1,88 @@
+import Footer from '@/components/ui/footer';
+import Header from '@/components/ui/header';
+import React from 'react';
+
+export default function Page() {
+ return (
+ <>
+
+
+
+
+
+
+ Keploy is a developer-centric API testing tool that creates tests along with built-in mocks, faster than unit tests. Keploy not only records API calls but also records database calls and replays them during testing, making it easy to use, powerful, and extensible.
+
+
+
+
+ Perks & Benefits
+
+ {["Unlimited Holiday", "Competitive Salary", "Stock Options", "In-house Bar", "Growth", "Private Healthcare", "Work from Home", "Retirement"].map((perk) => (
+
+
{perk}
+
+ ))}
+
+
+
+
+ Current Openings
+
+ {[
+ { title: "Junior Frontend Developer", location: "United Kingdom, Remote", salary: "£30k" },
+ { title: "Software Engineer, Web", location: "United Kingdom, Remote", salary: "£45k" },
+ { title: "Software Engineer, Mobile", location: "United Kingdom, Remote", salary: "£45k" },
+ { title: "Senior Software Engineer, Security", location: "United Kingdom, Remote", salary: "£85k+" },
+ { title: "Senior Software Engineer, Web", location: "United Kingdom, Remote", salary: "£85k+" }
+ ].map((job) => (
+
+
+ {job.title}
+
+
+ {job.location}
+
+
+
+ ))}
+
+
+
+
+ >
+ );
+}
From c503cf661af0cdde268b149fb7286a904bf37910 Mon Sep 17 00:00:00 2001
From: Ayushmaan Agarwal
<118350936+Ayushmaanagarwal1211@users.noreply.github.com>
Date: Tue, 29 Oct 2024 00:30:00 +0530
Subject: [PATCH 2/6] Update header.tsx
Signed-off-by: Ayushmaan Agarwal <118350936+Ayushmaanagarwal1211@users.noreply.github.com>
---
components/ui/header.tsx | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/components/ui/header.tsx b/components/ui/header.tsx
index c129d27a..c2189b7d 100644
--- a/components/ui/header.tsx
+++ b/components/ui/header.tsx
@@ -106,6 +106,15 @@ export default function Header() {
Articles
+
+
+ Careers
+
+
{" "}
*/}
+
From c4e7820f51601b1633695ab480837586a9332378 Mon Sep 17 00:00:00 2001
From: Ayushmaan Agarwal
<118350936+Ayushmaanagarwal1211@users.noreply.github.com>
Date: Tue, 29 Oct 2024 00:30:12 +0530
Subject: [PATCH 3/6] Update footer.tsx
Signed-off-by: Ayushmaan Agarwal <118350936+Ayushmaanagarwal1211@users.noreply.github.com>
---
components/ui/footer.tsx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/components/ui/footer.tsx b/components/ui/footer.tsx
index 5b52bbe3..6f2c13a7 100644
--- a/components/ui/footer.tsx
+++ b/components/ui/footer.tsx
@@ -89,6 +89,9 @@ export default function Footer() {
Privacy Policy
+
+ Careers
+
From 06056d5c2611b160a660481b03a582f66457c1b1 Mon Sep 17 00:00:00 2001
From: Ayushmaan Agarwal
<118350936+Ayushmaanagarwal1211@users.noreply.github.com>
Date: Tue, 29 Oct 2024 00:36:43 +0530
Subject: [PATCH 4/6] Update page.tsx
Signed-off-by: Ayushmaan Agarwal <118350936+Ayushmaanagarwal1211@users.noreply.github.com>
---
app/(default)/careers/page.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/(default)/careers/page.tsx b/app/(default)/careers/page.tsx
index 506d6a53..95c3dd93 100644
--- a/app/(default)/careers/page.tsx
+++ b/app/(default)/careers/page.tsx
@@ -13,7 +13,7 @@ export default function Page() {
from user traffic.
- Come join us and make the web better.
+ Come join us.
(
- {job.location}
-
+
))}
From 0d4dd377979d97c33e032284ee052a2891d9deca Mon Sep 17 00:00:00 2001
From: Ayushmaan Agarwal
<118350936+Ayushmaanagarwal1211@users.noreply.github.com>
Date: Tue, 29 Oct 2024 23:22:00 +0530
Subject: [PATCH 5/6] Update page.tsx
Signed-off-by: Ayushmaan Agarwal <118350936+Ayushmaanagarwal1211@users.noreply.github.com>
---
app/(default)/careers/page.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/(default)/careers/page.tsx b/app/(default)/careers/page.tsx
index 95c3dd93..2caea469 100644
--- a/app/(default)/careers/page.tsx
+++ b/app/(default)/careers/page.tsx
@@ -18,7 +18,7 @@ export default function Page() {
See open positions{" "}
Date: Wed, 30 Oct 2024 01:32:23 +0530
Subject: [PATCH 6/6] Update page.tsx
Signed-off-by: Ayushmaan Agarwal <118350936+Ayushmaanagarwal1211@users.noreply.github.com>
---
app/(default)/careers/page.tsx | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/app/(default)/careers/page.tsx b/app/(default)/careers/page.tsx
index 2caea469..9e1408fb 100644
--- a/app/(default)/careers/page.tsx
+++ b/app/(default)/careers/page.tsx
@@ -7,18 +7,21 @@ export default function Page() {
<>
-
-
+
+
+
+
API tests faster than unit tests,
- from user traffic.
+ from user traffic.
-
+
Come join us.
See open positions{" "}
-
-
- Keploy is a developer-centric API testing tool that creates tests along with built-in mocks, faster than unit tests. Keploy not only records API calls but also records database calls and replays them during testing, making it easy to use, powerful, and extensible.
-
-
+
-
+
Perks & Benefits
{["Unlimited Holiday", "Competitive Salary", "Stock Options", "In-house Bar", "Growth", "Private Healthcare", "Work from Home", "Retirement"].map((perk) => (