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 ( + <> +
+
+
+

+ API tests faster than unit tests, +
from user traffic. +

+

+ Come join us and make the web better. +

+ + 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) => ( +
+

{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} +
+
+ {job.salary} +
+ + ))} +
+
+
+