import { useEffect, useState } from "react";
import { gsap } from "gsap";
import { ScrollTrigger } from "@/plugins";
import JobDetailsModal1 from "./JobDetailsModal1";
import JobDetailsModal2 from "./JobDetailsModal2";
gsap.registerPlugin(ScrollTrigger);
const JobDetails1 = () => {
const [modal1, setModal1] = useState(false);
const [modal2, setModal2] = useState(false);
useEffect(() => {
if (typeof window !== "undefined") {
let device_width = window.innerWidth;
let tHero = gsap.context(() => {
if (device_width > 767) {
gsap.to(".job__detail-sidebar", {
scrollTrigger: {
trigger: ".job__detail",
pin: ".job__detail-sidebar",
pinSpacing: false,
start: "top top",
end: "bottom center",
markers: false,
delay: 1,
},
});
}
});
return () => tHero.revert();
}
}, []);
const jobApply = () => {
setModal1(true);
};
return (
<>
We’re looking for a Junior - Mid-level Designer to join our
team. You’ll support the execution of graphic and digital
design projects, working closely with the internal team of
creatives, project managers, the Creative Director and
development team to blend user needs and business goals into
seamless, effective design experiences. You will need to
demonstrate a fundamental understanding of design
principles, an openness to learn and take direction, along
with a strong aesthetic design intuition.
We’re committed to creating the happiest company working for
and is proud to provide equal opportunity to all. All the
qualified applicants will receive consideration for
employment without regard to race, color, ancestry,
religion.
Frontend Developer
What you will do
Requirements
Educational Qualification
Perks & Benefits