{"version":3,"file":"about-pvsQUwN4.js","sources":["../../../app/components/animated-disc.tsx","../../../app/components/experiences.tsx","../../../app/components/education.tsx","../../../node_modules/three/build/three.module.js","../../../node_modules/react-reconciler/cjs/react-reconciler-constants.production.min.js","../../../node_modules/react-reconciler/constants.js","../../../node_modules/zustand/esm/index.js","../../../node_modules/scheduler/cjs/scheduler.production.min.js","../../../node_modules/scheduler/index.js","../../../node_modules/react-reconciler/cjs/react-reconciler.production.min.js","../../../node_modules/react-reconciler/index.js","../../../node_modules/@react-three/fiber/dist/events-776716bd.esm.js","../../../node_modules/react-use-measure/dist/index.js","../../../node_modules/its-fine/dist/index.js","../../../node_modules/@react-three/fiber/dist/react-three-fiber.esm.js","../../../app/components/lorenz-attractor.tsx","../../../app/routes/about.tsx"],"sourcesContent":["export const AnimatedDisc = ({ animated }: { animated?: boolean }) => {\n return (\n \n \n \n \n )\n}\n","import { type WorkExperience } from '~/types'\nimport { AnimatedDisc } from './animated-disc'\n\nconst WORK_EXPERIENCES: WorkExperience[] = [\n {\n isCurrent: true,\n isLast: false,\n time: 'Sept. 2022 - Current π¦πΊ',\n role: 'Lead Software Engineer',\n company: 'NAB (National Australia Bank)',\n companyUrl: 'https://www.nab.com.au',\n },\n {\n isCurrent: false,\n isLast: false,\n time: 'Jan. 2021 - Sept. 2022 πΊπΈ',\n role: 'Senior Software Engineer',\n company: 'Inspectorio Inc.',\n companyUrl: 'https://inspectorio.com',\n },\n {\n isCurrent: false,\n isLast: false,\n time: 'Sept. 2019 β Jan. 2021 π¦πΊ',\n role: 'Senior Software Engineer',\n company: 'CloudWaitress',\n companyUrl: 'https://www.cloudwaitress.com',\n },\n // {\n // isCurrent: false,\n // isLast: false,\n // time: 'Jan. 2019 β Aug. 2019 π»π³',\n // role: 'Senior Software Engineer',\n // company: 'Be Group JSC',\n // companyUrl: 'https://www.be.xyz',\n // },\n {\n isCurrent: false,\n isLast: false,\n time: 'Jun. 2017 β Aug. 2019 π»π³',\n role: 'Senior Backend Engineer',\n company: 'Luxstay',\n companyUrl: 'https://www.luxstay.com',\n },\n {\n isCurrent: false,\n isLast: true,\n time: 'Sept. 2014 β May. 2017 π―π΅',\n role: 'Software Developer',\n company: 'Sun* Inc.',\n companyUrl: 'https://sun-asterisk.vn',\n },\n]\n\nconst Experience = ({ experience }: { experience: WorkExperience }) => {\n return (\n