job sesc added

This commit is contained in:
priyanshuvish
2025-12-09 16:03:15 +05:30
parent 4143efd389
commit 3205bc0ef6

View File

@@ -25,73 +25,113 @@ import { Helmet } from "react-helmet-async";
export const Careers = () => {
// Job positions data
// const openPositions = [
// {
// title: "Jr. Flutter Developer",
// department: "Mobile Development",
// location: "In-office",
// type: "Full-time",
// description: "Build cross-platform mobile applications using Flutter and Dart for seamless performance across Android and iOS.",
// icon: Code
// },
// {
// title: "Jr. React.js Developer",
// department: "Frontend Development",
// location: "In-office",
// type: "Full-time",
// description: "Develop responsive and interactive web user interfaces using React.js, TypeScript, and modern JavaScript tools.",
// icon: Code
// },
// {
// title: "Jr. Laravel Developer",
// department: "Backend Development",
// location: "In-office",
// type: "Full-time",
// description: "Build and maintain scalable web applications using Laravel, PHP, and MySQL, with a focus on clean architecture and APIs.",
// icon: Database
// },
// {
// title: "Jr. Node.js Developer",
// department: "Backend Development",
// location: "In-office",
// type: "Full-time",
// description: "Design and implement backend services and RESTful APIs using Node.js, Express, and modern JavaScript/TypeScript.",
// icon: Database
// },
// {
// title: "Jr. Python Developer",
// department: "Backend Development",
// location: "In-office",
// type: "Full-time",
// description: "Develop server-side applications, automation scripts, and data-driven systems using Python and relevant frameworks like Django or Flask.",
// icon: Database
// },
// // {
// // title: "UI/UX Designer",
// // department: "Design & User Experience",
// // location: "In-office",
// // type: "Full-time",
// // description: "Design intuitive user interfaces and create engaging user experiences for digital products.",
// // icon: Palette
// // },
// {
// title: "Jr. Software Tester / QA Engineer",
// department: "Quality Assurance",
// location: "In-office",
// type: "Full-time",
// description: "Create and execute manual and automated test plans to ensure quality, performance, and reliability of software applications.",
// icon: Bug
// },
// {
// title: "Business Development Executive (IT)",
// department: "Sales & Business Development",
// location: "In-office",
// type: "Full-time",
// description: "Generate leads, build client relationships, and drive sales growth for IT products and software services.",
// icon: LineChart
// }
// ];
const openPositions = [
{
title: "Jr. Flutter Developer",
title: "Python Developer",
department: "Backend Development",
location: "In-office",
type: "Full-time",
description:
"Build and maintain backend services with Python, Django, Flask, or FastAPI. Implement RESTful APIs and optimize backend performance for scalability.",
icon: Database,
},
{
title: "Flutter Developer",
department: "Mobile Development",
location: "In-office",
type: "Full-time",
description: "Build cross-platform mobile applications using Flutter and Dart for seamless performance across Android and iOS.",
icon: Code
description:
"Design and implement new app modules using Flutter for Android and iOS. Integrate APIs, debug UI components, and optimize overall app performance.",
icon: Code,
},
{
title: "Jr. React.js Developer",
title: "React.js Developer",
department: "Frontend Development",
location: "In-office",
type: "Full-time",
description: "Develop responsive and interactive web user interfaces using React.js, TypeScript, and modern JavaScript tools.",
icon: Code
description:
"Develop scalable UI components using React.js with JavaScript/TypeScript. Integrate RESTful/GraphQL APIs to build responsive and dynamic web applications.",
icon: Code,
},
{
title: "Jr. Laravel Developer",
department: "Backend Development",
location: "In-office",
type: "Full-time",
description: "Build and maintain scalable web applications using Laravel, PHP, and MySQL, with a focus on clean architecture and APIs.",
icon: Database
},
{
title: "Jr. Node.js Developer",
department: "Backend Development",
location: "In-office",
type: "Full-time",
description: "Design and implement backend services and RESTful APIs using Node.js, Express, and modern JavaScript/TypeScript.",
icon: Database
},
{
title: "Jr. Python Developer",
department: "Backend Development",
location: "In-office",
type: "Full-time",
description: "Develop server-side applications, automation scripts, and data-driven systems using Python and relevant frameworks like Django or Flask.",
icon: Database
},
// {
// title: "UI/UX Designer",
// department: "Design & User Experience",
// location: "In-office",
// type: "Full-time",
// description: "Design intuitive user interfaces and create engaging user experiences for digital products.",
// icon: Palette
// },
{
title: "Jr. Software Tester / QA Engineer",
title: "Software Manual Tester",
department: "Quality Assurance",
location: "In-office",
type: "Full-time",
description: "Create and execute manual and automated test plans to ensure quality, performance, and reliability of software applications.",
icon: Bug
description:
"Review requirement specs, execute manual test cases, and identify bugs using tools like JIRA. Ensure software quality with regression and UAT testing.",
icon: Bug,
},
{
title: "Business Development Executive (IT)",
department: "Sales & Business Development",
location: "In-office",
type: "Full-time",
description: "Generate leads, build client relationships, and drive sales growth for IT products and software services.",
icon: LineChart
}
];
// Smooth scroll to Send CV section
const scrollToSendCV = () => {
const element = document.getElementById('send-cv-section');