{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/KgSsjMtQ802RCeJ8HydT/qzRCrCjLBtwZSaSM8rpS/OP3IX6zH3.js", "ssg:https://framerusercontent.com/modules/ukU5X3ECj8WI5giVGSru/5H9BcPzHQFYkMq4ohXAE/PfTrtR7PH.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-rqbH4 .framer-styles-preset-14pfm4x:not(.rich-text-wrapper), .framer-rqbH4 .framer-styles-preset-14pfm4x.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-color: #218fdf; --framer-link-text-decoration: none; }\"];export const className=\"framer-rqbH4\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e010222)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js\";import FloatingNavbar from\"#framer/local/canvasComponent/HPeW1Qt1X/HPeW1Qt1X.js\";import*as sharedStyle1 from\"#framer/local/css/lC01Cy3hl/lC01Cy3hl.js\";import*as sharedStyle from\"#framer/local/css/OP3IX6zH3/OP3IX6zH3.js\";import metadataProvider from\"#framer/local/webPageMetadata/PfTrtR7PH/PfTrtR7PH.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const FloatingNavbarFonts=getFonts(FloatingNavbar);const FloatingNavbarWithVariantAppearEffect=withVariantAppearEffect(FloatingNavbar);const DownloadFonts=getFonts(Download);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const breakpoints={};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-hxal9\";const variantClassNames={QmoLWnZMP:\"framer-v-1p1owxz\"};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const metadata=metadataProvider();const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-hxal9`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-hxal9`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"QmoLWnZMP\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1p1owxz\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r6j825-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"azHKizC_h\",intensity:10,layoutId:\"azHKizC_h\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aqj2mn\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,y:16,children:/*#__PURE__*/_jsx(Container,{className:\"framer-laf6a4-container\",children:/*#__PURE__*/_jsx(FloatingNavbarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"OLSU6S4gL\",layoutId:\"OLSU6S4gL\",variant:\"NbmMiLrf3\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1t1kv84\",\"data-framer-appear-id\":\"1t1kv84\",\"data-framer-name\":\"Frame 427318178\",initial:animation1,name:\"Frame 427318178\",optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ugkhn4\",\"data-framer-name\":\"Frame 427318175\",name:\"Frame 427318175\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o5tr6m\",\"data-framer-name\":\"Frame 427318174\",name:\"Frame 427318174\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(22, 34, 28)\"},children:\"Prabhu\u2019s Resume\"})}),className:\"framer-2gak2n\",\"data-framer-name\":\"Prabhu\u2019s Resume\",fonts:[\"GF;Figtree-700\"],name:\"Prabhu\u2019s Resume\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(100, 139, 139)\"},children:\"Last updated on Nov 09 2023\"})}),className:\"framer-1k7zzhk\",\"data-framer-name\":\"Last updated on Nov 09 2023\",fonts:[\"GF;Figtree-500\"],name:\"Last updated on Nov 09 2023\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-g9f5nw\",\"data-framer-name\":\"Frame 427318177\",name:\"Frame 427318177\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sp3aoq-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Figtree\", \"Figtree Placeholder\", sans-serif',fontSize:\"18px\",fontStyle:\"normal\",fontWeight:700,letterSpacing:\"0em\",lineHeight:\"24px\"},height:\"100%\",hoverOptions:{backgroundColor:\"rgb(143, 10, 30)\",color:\"rgb(255, 255, 255)\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},iconOptions:{alignment:\"start\",color:\"rgb(255, 255, 255)\",image:addImageAlt({src:\"https://framerusercontent.com/images/ZUdWvZtxrtyJfel21PGvvgsgbc.png\"},\"\"),size:24,type:\"Custom\"},id:\"BEqrohsmz\",layoutId:\"BEqrohsmz\",srcFile:\"https://framerusercontent.com/assets/nw0tkboU4V8Z2QIHEAVuzdHSQE4.pdf\",srcType:\"Upload\",srcURL:\"https://drive.google.com/file/d/1-Kaucui-rzLdxizBQbgGili4CzkRXH5E/view?usp=sharing\",styleOptions:{backgroundColor:\"rgb(203, 17, 45)\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:12,padding:16,paddingBottom:16,paddingLeft:24,paddingPerSide:true,paddingRight:24,paddingTop:16},text:\"Download PDF\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fudnjb\",\"data-framer-name\":\"Frame 427318179\",name:\"Frame 427318179\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2s0blp\",\"data-framer-name\":\"A4 - 3\",name:\"A4 - 3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"26.89px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(22, 34, 28)\"},children:\"Prabhu Babu\"})}),className:\"framer-1nxgaq3\",\"data-framer-name\":\"Prabhu Babu\",fonts:[\"GF;Figtree-700\"],name:\"Prabhu Babu\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"Senior Product Designer\"})}),className:\"framer-14fy8lu\",\"data-framer-name\":\"Product Designer, Bengaluru\",fonts:[\"GF;Figtree-regular\"],name:\"Product Designer, Bengaluru\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"21.51px\"},children:\"\uD83D\uDCDE\"})}),className:\"framer-wqp1mm\",\"data-framer-name\":\"\uD83D\uDCDE\",fonts:[\"GF;Figtree-700\"],name:\"\uD83D\uDCDE\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"21.51px\"},children:\"+91 9946 207 179\"})}),className:\"framer-1vgnktg\",\"data-framer-name\":\"+91 9946 207 179\",fonts:[\"GF;Figtree-700\"],name:\"+91 9946 207 179\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\"},children:\"\u2709\uFE0F\"})}),className:\"framer-1umov68\",\"data-framer-name\":\"\u2709\uFE0F\",fonts:[\"GF;Figtree-regular\"],name:\"\u2709\uFE0F\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"prabhubabu836@gmail.com\"})}),className:\"framer-12jdp9f\",\"data-framer-name\":\"prabhubabu836@gmail.com\",fonts:[\"GF;Figtree-regular\"],name:\"prabhubabu836@gmail.com\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"17.48px\"},children:\"\uD83D\uDCBC\"})}),className:\"framer-1ffzjmc\",\"data-framer-name\":\"\uD83C\uDF10\uFE0F\",fonts:[\"Inter\"],name:\"\uD83C\uDF10\uFE0F\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(33, 143, 223)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"link\",nodeId:\"qvutCNXh_\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-14pfm4x\",\"data-styles-preset\":\"OP3IX6zH3\",children:\"designedbyprabhu.com\"})})})}),className:\"framer-1hvnttx\",\"data-framer-name\":\"prabhu.design\",fonts:[\"GF;Figtree-regular\"],name:\"prabhu.design\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7uaahu\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:18,name:\"Vector\",svg:'<svg width=\"18\" height=\"17\" viewBox=\"0 0 18 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.7179 14.39H12.3272V10.6461C12.3272 9.75339 12.3113 8.60414 11.0839 8.60414C9.83877 8.60414 9.64825 9.57682 9.64825 10.5811V14.3897H7.25764V6.69088H9.55263V7.74301H9.58475C9.81443 7.35031 10.1463 7.02725 10.5451 6.80826C10.9438 6.58925 11.3945 6.48251 11.8491 6.49938C14.2721 6.49938 14.7189 8.09314 14.7189 10.1665L14.7179 14.39ZM4.56024 5.6385C4.28585 5.63856 4.01761 5.55724 3.78944 5.40484C3.56127 5.25244 3.38343 5.03581 3.27838 4.78232C3.17334 4.52884 3.14581 4.2499 3.19929 3.98079C3.25277 3.71167 3.38485 3.46444 3.57884 3.27039C3.77283 3.07633 4.01999 2.94417 4.2891 2.89059C4.5582 2.837 4.83714 2.86443 5.09065 2.96938C5.34417 3.07434 5.56086 3.25212 5.71334 3.48024C5.86583 3.70835 5.94724 3.97656 5.94729 4.25094C5.94732 4.43313 5.91147 4.61353 5.84177 4.78186C5.77208 4.9502 5.66994 5.10315 5.54114 5.23199C5.41234 5.36084 5.25942 5.46306 5.0911 5.53281C4.9228 5.60256 4.74242 5.63847 4.56024 5.6385ZM5.75553 14.39H3.36244V6.69088H5.75553V14.39ZM15.9097 0.64383H2.16115C1.84911 0.640308 1.54841 0.76082 1.32516 0.978884C1.10192 1.19695 0.974389 1.49472 0.970581 1.80677V15.6124C0.974259 15.9247 1.10171 16.2226 1.32495 16.4409C1.54819 16.6592 1.84895 16.78 2.16115 16.7766H15.9097C16.2225 16.7805 16.5241 16.6601 16.7483 16.4418C16.9723 16.2236 17.1006 15.9252 17.105 15.6124V1.80578C17.1005 1.49311 16.9721 1.19499 16.748 0.976935C16.5239 0.758877 16.2224 0.63871 15.9097 0.642833\" fill=\"#0A66C2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18oy2qw\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:17,name:\"Vector\",svg:'<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.34884 0.268921C3.89525 0.268921 0.281616 3.88256 0.281616 8.33615C0.281616 12.7897 3.89525 16.4034 8.34884 16.4034C12.7937 16.4034 16.4161 12.7897 16.4161 8.33615C16.4161 3.88256 12.7937 0.268921 8.34884 0.268921ZM13.6774 3.98754C14.6398 5.16 15.2174 6.65621 15.2349 8.2749C15.0073 8.23115 12.7325 7.76742 10.44 8.05615C10.3875 7.94242 10.3438 7.81991 10.2913 7.69741C10.1513 7.36493 9.99378 7.02369 9.83629 6.69996C12.3737 5.6675 13.5287 4.18005 13.6774 3.98754ZM8.34884 1.45888C10.0988 1.45888 11.7 2.11511 12.9162 3.19132C12.7937 3.36632 11.7524 4.75753 9.30257 5.67624C8.17385 3.60256 6.92264 1.90511 6.73015 1.64262C7.24638 1.52013 7.78887 1.45888 8.34884 1.45888ZM5.41769 2.10637C5.60144 2.35134 6.8264 4.05755 7.97261 6.08748C4.75272 6.94494 1.90907 6.92745 1.60283 6.92745C2.04904 4.79252 3.49276 3.01633 5.41769 2.10637ZM1.45408 8.34489C1.45408 8.2749 1.45408 8.20491 1.45408 8.1349C1.75157 8.14364 5.09396 8.18741 8.53258 7.15495C8.73383 7.53992 8.91757 7.93366 9.09256 8.32741C9.00507 8.35365 8.90882 8.3799 8.82132 8.40614C5.26896 9.55236 3.37902 12.6847 3.22153 12.9472C2.1278 11.731 1.45408 10.1123 1.45408 8.34489ZM8.34884 15.2309C6.75641 15.2309 5.28644 14.6884 4.12273 13.7785C4.24523 13.5247 5.64519 10.8298 9.53004 9.47362C9.54755 9.46486 9.55629 9.46486 9.57381 9.4561C10.545 11.9673 10.9388 14.076 11.0437 14.6797C10.2125 15.0384 9.30257 15.2309 8.34884 15.2309ZM12.19 14.0498C12.1199 13.6297 11.7525 11.6173 10.8513 9.14112C13.0125 8.79989 14.9023 9.35987 15.1386 9.43861C14.8412 11.3548 13.7386 13.0085 12.19 14.0498Z\" fill=\"#C32361\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(163, 163, 163)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"http://dribbble.com/designbyprabhu\",nodeId:\"rEatqhTtN\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1aypsmh\",\"data-styles-preset\":\"lC01Cy3hl\",children:\"dribbble.com/designbyprabhu\"})})})}),className:\"framer-e8e4mr\",\"data-framer-name\":\"dribbble.com/prabhudoesdesign\",fonts:[\"GF;Figtree-regular\"],name:\"dribbble.com/prabhudoesdesign\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"About\"})}),className:\"framer-14exwtd\",\"data-framer-name\":\"About\",fonts:[\"GF;Figtree-700\"],name:\"About\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:[\"Hi, I'm Prabhu, I design Interfaces, Interactions and Experiences, \",/*#__PURE__*/_jsx(\"br\",{}),\"and my superpower; I am proficient in both Figma & Problem Solving\"]})}),className:\"framer-1cnzhi7\",\"data-framer-name\":\"Hi, I'm Prabhu, I design Interfaces, Interactions and Experiences, and my superpower; I am proficient in Figma.\",fonts:[\"GF;Figtree-regular\"],name:\"Hi, I'm Prabhu, I design Interfaces, Interactions and Experiences, and my superpower; I am proficient in Figma.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"Work Experience\"})}),className:\"framer-7b28kp\",\"data-framer-name\":\"Work Experience\",fonts:[\"GF;Figtree-700\"],name:\"Work Experience\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS0zMDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"Sep 2022 - Present\"})}),className:\"framer-exmkhd\",\"data-framer-name\":\"Sep 2022 - Present\",fonts:[\"GF;Figtree-300\"],name:\"Sep 2022 - Present\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(22, 34, 28)\"},children:\"Sr. Product Designer, Lenskart.com\"})}),className:\"framer-1pfubb2\",\"data-framer-name\":\"Sr. Product Designer, Lenskart.com\",fonts:[\"GF;Figtree-700\"],name:\"Sr. Product Designer, Lenskart.com\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"Consumer facing experiences at Lenskart for\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"android, iOS & responsive web.\"})]}),className:\"framer-s2jnfu\",\"data-framer-name\":\"Consumer facing experiences at Lenskart for android, iOS & responsive web.\",fonts:[\"GF;Figtree-regular\"],name:\"Consumer facing experiences at Lenskart for android, iOS & responsive web.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Majorly contributed on all Journeys of Lenskart App Revamp to a new DLS, considering Business, user feedbacks and painpoint\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Led the redesign of home page experience and added a series of explore page experiences which resulted in an increase in conversions & affected the revenue positively\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Building and managing Lenskart's all platform design system; 'Clarity'\"})})]})}),className:\"framer-1jzhtmy\",\"data-framer-name\":\"Building and managing Lenskart's all platform design system; 'Clarity' Led the redesign of home page experience and added a series of explore page experiences which resulted in an increase of ~25% in conversions & affected the revenue positively. Majorly contributed and played parts in the design of Lenskart's offer or no offer game which functioned along Sony's Shark Tank India show to drive conversion and, made the online sales of Lenskart to an all time High.\",fonts:[\"GF;Figtree-regular\"],name:\"Building and managing Lenskart's all platform design system; 'Clarity' Led the redesign of home page experience and added a series of explore page experiences which resulted in an increase of ~25% in conversions & affected the revenue positively. Majorly contributed and played parts in the design of Lenskart's offer or no offer game which functioned along Sony's Shark Tank India show to drive conversion and, made the online sales of Lenskart to an all time High.\",transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS0zMDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"Jul 2021 - Sep 2022\"})}),className:\"framer-1iphkuf\",\"data-framer-name\":\"Jul 2021 - Sep 2022\",fonts:[\"GF;Figtree-300\"],name:\"Jul 2021 - Sep 2022\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(22, 34, 28)\"},children:\"Staff Product Designer, Nbyula\"})}),className:\"framer-1ianuyk\",\"data-framer-name\":\"Staff Product Designer, Nbyula\",fonts:[\"GF;Figtree-700\"],name:\"Staff Product Designer, Nbyula\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"at Nbyula, I focused on crafting interface and experience of the platform, starting from product research to figuring out solutions and implementing them in a clean, accessible Visual Experience.\"})}),className:\"framer-1lft30z\",\"data-framer-name\":\"at Nbyula, I focused on crafting interface and experience of the platform, starting from product research to figuring out solutions and implementing them in a clean, accessible Visual Experience.\",fonts:[\"GF;Figtree-regular\"],name:\"at Nbyula, I focused on crafting interface and experience of the platform, starting from product research to figuring out solutions and implementing them in a clean, accessible Visual Experience.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Drafted pixel-perfect mockups, considering guidelines for web accessibility.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Solved Interactions for Responsive layouts for multiple breakpoints across devices\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Collaborated with developers to hand over mockups and Interactive functions.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Created and managed a Design System for Nbyula.\"})})]})}),className:\"framer-hpzrns\",\"data-framer-name\":\"Drafted pixel-perfect mockups, considering guidelines for web accessibility. Solved Interactions for Responsive layouts for multiple breakpoints across devices Collaborated with developers to hand over mockups and Interactive functions. Created and managed a Design System for Nbyula.\",fonts:[\"GF;Figtree-regular\"],name:\"Drafted pixel-perfect mockups, considering guidelines for web accessibility. Solved Interactions for Responsive layouts for multiple breakpoints across devices Collaborated with developers to hand over mockups and Interactive functions. Created and managed a Design System for Nbyula.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13.45px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(188, 188, 194)\"},children:[\"Prabhu Babu \u2022 \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(73, 72, 80)\"},children:\"1/2\"})]})}),className:\"framer-1pk95ax\",\"data-framer-name\":\"Prabhu Babu \u2022 1/2\",fonts:[\"GF;Figtree-regular\"],name:\"Prabhu Babu \u2022 1/2\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(163, 163, 163)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"linkedin.com/in/designbyprabhu\",nodeId:\"Kivh1q9vy\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1aypsmh\",\"data-styles-preset\":\"lC01Cy3hl\",children:\"linkedin.com/in/designbyprabhu\"})})})}),className:\"framer-10fw8jz\",\"data-framer-name\":\"dribbble.com/prabhudoesdesign\",fonts:[\"GF;Figtree-regular\"],name:\"dribbble.com/prabhudoesdesign\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pw2kph\",\"data-framer-name\":\"A4 - 4\",name:\"A4 - 4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"Education\"})}),className:\"framer-gk6uv0\",\"data-framer-name\":\"Education\",fonts:[\"GF;Figtree-700\"],name:\"Education\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS0zMDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"2018 - 2022\"})}),className:\"framer-sa4llm\",\"data-framer-name\":\"2018 - 2022\",fonts:[\"GF;Figtree-300\"],name:\"2018 - 2022\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"26.89px\",\"--framer-text-color\":\"rgb(22, 34, 28)\"},children:[\"Product & Industrial Design - Bachelors\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-weight\":\"500\"},children:\"Lovely Professional University\"})]})}),className:\"framer-i6e4yt\",\"data-framer-name\":\"Product & Industrial Design - Bachelors\\u2028Lovely Professional University\",fonts:[\"GF;Figtree-700\",\"GF;Figtree-500\"],name:\"Product & Industrial Design - Bachelors\\u2028Lovely Professional University\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"Upskilled myself in Several 3D and 2D CAD Software, varying from 3D Modelling to 3D Rendering using dedicated Rendering softwares.\"})}),className:\"framer-10dvhdv\",\"data-framer-name\":\"Upskilled myself in Several 3D and 2D CAD Software, varying from 3D Modelling to 3D Rendering using dedicated Rendering softwares.\",fonts:[\"GF;Figtree-regular\"],name:\"Upskilled myself in Several 3D and 2D CAD Software, varying from 3D Modelling to 3D Rendering using dedicated Rendering softwares.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"Awards\"})}),className:\"framer-otwjq8\",\"data-framer-name\":\"Awards\",fonts:[\"GF;Figtree-700\"],name:\"Awards\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS0zMDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"2023\"})}),className:\"framer-c2ufvi\",\"data-framer-name\":\"2023\",fonts:[\"GF;Figtree-300\"],name:\"2023\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"26.89px\",\"--framer-text-color\":\"rgb(22, 34, 28)\"},children:[\"The Customer Obsession Award\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-weight\":\"500\"},children:\"Lenskart.com\"})]})}),className:\"framer-8iv9bv\",\"data-framer-name\":\"The Customer Obsession Award\\u2028Lenskart.com\",fonts:[\"GF;Figtree-700\",\"GF;Figtree-500\"],name:\"The Customer Obsession Award\\u2028Lenskart.com\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"Tech Stacks\"})}),className:\"framer-1p1372t\",\"data-framer-name\":\"Tech Stacks\",fonts:[\"GF;Figtree-700\"],name:\"Tech Stacks\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zrdsy7\",\"data-framer-name\":\"Figma (icon \u2014 Colour)\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,name:\"Figma (icon \u2014 Colour)\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.79407 10.101C9.79407 9.26895 10.1246 8.47097 10.7129 7.88262C11.3013 7.29428 12.0993 6.96375 12.9313 6.96375C13.7634 6.96375 14.5613 7.29428 15.1497 7.88262C15.738 8.47097 16.0686 9.26895 16.0686 10.101C16.0686 10.9331 15.738 11.731 15.1497 12.3194C14.5613 12.9077 13.7634 13.2383 12.9313 13.2383C12.0993 13.2383 11.3013 12.9077 10.7129 12.3194C10.1246 11.731 9.79407 10.9331 9.79407 10.101Z\" fill=\"#1ABCFE\"/>\\n<path d=\"M3.51978 16.3753C3.51978 15.5433 3.85031 14.7452 4.43866 14.1569C5.027 13.5686 5.82498 13.238 6.65703 13.238H9.79429V16.3753C9.79429 17.2073 9.46375 18.0054 8.87541 18.5937C8.28706 19.182 7.48908 19.5125 6.65703 19.5125C5.82498 19.5125 5.027 19.182 4.43866 18.5937C3.85031 18.0054 3.51978 17.2073 3.51978 16.3753Z\" fill=\"#0ACF83\"/>\\n<path d=\"M9.79407 0.689087V6.9636H12.9313C13.7634 6.9636 14.5613 6.63306 15.1497 6.04472C15.738 5.45637 16.0686 4.65839 16.0686 3.82634C16.0686 2.99429 15.738 2.19632 15.1497 1.60797C14.5613 1.01962 13.7634 0.689087 12.9313 0.689087H9.79407Z\" fill=\"#FF7262\"/>\\n<path d=\"M3.51978 3.82634C3.51978 4.65839 3.85031 5.45637 4.43866 6.04472C5.027 6.63306 5.82498 6.9636 6.65703 6.9636H9.79429V0.689087H6.65703C5.82498 0.689087 5.027 1.01962 4.43866 1.60797C3.85031 2.19632 3.51978 2.99429 3.51978 3.82634Z\" fill=\"#F24E1E\"/>\\n<path d=\"M3.51978 10.101C3.51978 10.9331 3.85031 11.731 4.43866 12.3194C5.027 12.9077 5.82498 13.2383 6.65703 13.2383H9.79429V6.96375H6.65703C5.82498 6.96375 5.027 7.29428 4.43866 7.88262C3.85031 8.47097 3.51978 9.26895 3.51978 10.101Z\" fill=\"#A259FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"Figma\"})}),className:\"framer-2rsazj\",\"data-framer-name\":\"Figma\",fonts:[\"GF;Figtree-regular\"],name:\"Figma\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2098.3360595703125),sizes:\"19.301px\",src:\"https://framerusercontent.com/images/D7RMzfnUOcfCCiSYziWb3IUS8.png\",srcSet:\"https://framerusercontent.com/images/D7RMzfnUOcfCCiSYziWb3IUS8.png?scale-down-to=512 512w,https://framerusercontent.com/images/D7RMzfnUOcfCCiSYziWb3IUS8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/D7RMzfnUOcfCCiSYziWb3IUS8.png 1051w\"},className:\"framer-12wouzt\",\"data-framer-name\":\"image 2\",name:\"image 2\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"After Effects\"})}),className:\"framer-bm3d7d\",\"data-framer-name\":\"After Effects\",fonts:[\"GF;Figtree-regular\"],name:\"After Effects\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gqdxr1\",\"data-framer-name\":\"Group 101\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,name:\"Group 101\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14.4433 0.983154H5.14526C2.51482 0.983154 0.382446 3.11553 0.382446 5.74597V15.044C0.382446 17.6743 2.51482 19.8067 5.14526 19.8067H14.4433C17.0736 19.8067 19.206 17.6743 19.206 15.044V5.74597C19.206 3.11553 17.0736 0.983154 14.4433 0.983154Z\" fill=\"#00DDB3\"/>\\n<path d=\"M15.3879 5.80151C11.6849 5.80151 10.3127 8.44554 9.20931 10.5696L8.48837 11.9286C7.32015 14.1812 6.44708 15.5505 4.19752 15.5505C4.05784 15.5504 3.91951 15.5779 3.79046 15.6313C3.6614 15.6847 3.54415 15.7631 3.44542 15.8619C3.3467 15.9607 3.2684 16.0779 3.21499 16.2069C3.16159 16.3359 3.13412 16.4742 3.13416 16.6138C3.13419 16.7535 3.16174 16.8917 3.21522 17.0207C3.26869 17.1497 3.34706 17.2669 3.44583 17.3656C3.64524 17.5649 3.91555 17.6771 4.19752 17.6776C7.90206 17.6776 9.27427 15.0334 10.3777 12.9095L11.0971 11.5505C12.2668 9.29778 13.1399 7.9286 15.3879 7.9286C15.5278 7.92884 15.6662 7.90149 15.7955 7.84812C15.9247 7.79475 16.0421 7.71641 16.141 7.61757C16.2399 7.5188 16.3184 7.4015 16.3719 7.27237C16.4255 7.14325 16.453 7.00484 16.453 6.86506C16.4525 6.5829 16.34 6.31249 16.1403 6.11314C15.9407 5.91378 15.6701 5.80176 15.3879 5.80165V5.80151Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"Lottiefiles\"})}),className:\"framer-1kxyuo3\",\"data-framer-name\":\"Lottiefiles\",fonts:[\"GF;Figtree-regular\"],name:\"Lottiefiles\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2173.63037109375),sizes:\"19.301px\",src:\"https://framerusercontent.com/images/ilCpKpdQunX39k32vF7JOYCuW8.png\",srcSet:\"https://framerusercontent.com/images/ilCpKpdQunX39k32vF7JOYCuW8.png?scale-down-to=512 512w,https://framerusercontent.com/images/ilCpKpdQunX39k32vF7JOYCuW8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ilCpKpdQunX39k32vF7JOYCuW8.png 1051w\"},className:\"framer-f8iu2x\",\"data-framer-name\":\"image 1\",name:\"image 1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"Illustrator\"})}),className:\"framer-m38m9x\",\"data-framer-name\":\"Illustrator\",fonts:[\"GF;Figtree-regular\"],name:\"Illustrator\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2211.27734375),src:\"https://framerusercontent.com/images/cLx1pJSZKNx3oPJbVZXZ8LK44.png\"},className:\"framer-1usy296\",\"data-framer-name\":\"image 3\",name:\"image 3\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"Rhinoceros\"})}),className:\"framer-5fl98d\",\"data-framer-name\":\"Rhinoceros\",fonts:[\"GF;Figtree-regular\"],name:\"Rhinoceros\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2248.92431640625),src:\"https://framerusercontent.com/images/HTx3ut1dyucKo6W2m7GpNEM6Og.png\"},className:\"framer-1akyn53\",\"data-framer-name\":\"image 4\",name:\"image 4\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"Keyshot 3D\"})}),className:\"framer-fcdokd\",\"data-framer-name\":\"Keyshot 3D\",fonts:[\"GF;Figtree-regular\"],name:\"Keyshot 3D\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18.82px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"Skillsets\"})}),className:\"framer-diitxx\",\"data-framer-name\":\"Skillsets\",fonts:[\"GF;Figtree-700\"],name:\"Skillsets\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"\uD83D\uDD2C   Research\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"\u270F\uFE0F   Branding\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"\uD83D\uDD04   Information Architecture\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"\uD83C\uDF04   Visual Design\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"16.13px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(46, 66, 56)\"},children:\"\uD83D\uDDB1  Interaction Design\"})]}),className:\"framer-hfgk89\",\"data-framer-name\":\"\uD83D\uDD2C Research \u270F\uFE0F Branding \uD83D\uDD04 Information Architecture \uD83C\uDF04 Visual Design \uD83D\uDDB1 Interaction Design\",fonts:[\"GF;Figtree-regular\"],name:\"\uD83D\uDD2C Research \u270F\uFE0F Branding \uD83D\uDD04 Information Architecture \uD83C\uDF04 Visual Design \uD83D\uDDB1 Interaction Design\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"13.45px\",\"--framer-line-height\":\"21.51px\",\"--framer-text-color\":\"rgb(188, 188, 194)\"},children:[\"Prabhu Babu \u2022 \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(73, 72, 80)\"},children:\"2/2\"})]})}),className:\"framer-1m0wses\",\"data-framer-name\":\"Prabhu Babu \u2022 2/2\",fonts:[\"GF;Figtree-regular\"],name:\"Prabhu Babu \u2022 2/2\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-hxal9 { background: var(--token-bb2c3167-5de6-4478-88fd-e1e31b982d87, rgb(22, 34, 28)) /* {\"name\":\"Primary\"} */; }`,\".framer-hxal9.framer-1yti4sb, .framer-hxal9 .framer-1yti4sb { display: block; }\",\".framer-hxal9.framer-1p1owxz { align-content: center; align-items: center; background-color: var(--token-bb2c3167-5de6-4478-88fd-e1e31b982d87, #16221c); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 256px 0px 128px 0px; position: relative; width: 1200px; }\",\".framer-hxal9 .framer-r6j825-container, .framer-hxal9 .framer-laf6a4-container, .framer-hxal9 .framer-1sp3aoq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-hxal9 .framer-1aqj2mn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 16px 0px 0px 0px; position: fixed; top: 0px; transform: translateX(-50%); width: min-content; z-index: 4; }\",\".framer-hxal9 .framer-1t1kv84 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-hxal9 .framer-ugkhn4 { align-content: center; align-items: center; background-color: #edf2ef; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 800px; }\",\".framer-hxal9 .framer-1o5tr6m { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 32px 24px 32px; position: relative; width: 1px; }\",\".framer-hxal9 .framer-2gak2n, .framer-hxal9 .framer-1k7zzhk { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-g9f5nw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 32px 24px 32px; position: relative; width: min-content; }\",\".framer-hxal9 .framer-1fudnjb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-hxal9 .framer-2s0blp, .framer-hxal9 .framer-pw2kph { background-color: #ffffff; flex: none; height: 1132px; overflow: hidden; position: relative; width: 800px; }\",\".framer-hxal9 .framer-1nxgaq3 { flex: none; height: auto; left: 54px; position: absolute; top: 44px; white-space: pre-wrap; width: 156px; word-break: break-word; word-wrap: break-word; }\",\".framer-hxal9 .framer-14fy8lu { flex: none; height: auto; left: 54px; position: absolute; top: 82px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-wqp1mm { flex: none; height: auto; left: 512px; position: absolute; top: 54px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1vgnktg { flex: none; height: auto; left: 539px; position: absolute; top: 54px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1umov68 { flex: none; height: auto; left: 512px; position: absolute; top: 82px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-12jdp9f { flex: none; height: auto; left: 539px; position: absolute; top: 82px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1ffzjmc { flex: none; height: auto; left: 54px; position: absolute; top: 128px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1hvnttx { flex: none; height: auto; left: 81px; position: absolute; top: 126px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-7uaahu { flex: none; height: 17px; left: 53px; position: absolute; top: 159px; width: 18px; }\",\".framer-hxal9 .framer-18oy2qw { flex: none; height: 17px; left: 53px; position: absolute; top: 192px; width: 17px; }\",\".framer-hxal9 .framer-e8e4mr { flex: none; height: auto; left: 81px; position: absolute; top: 190px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-14exwtd { flex: none; height: auto; left: 54px; position: absolute; top: 243px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1cnzhi7 { flex: none; height: auto; left: 54px; position: absolute; top: 277px; white-space: pre-wrap; width: 472px; word-break: break-word; word-wrap: break-word; }\",\".framer-hxal9 .framer-7b28kp { flex: none; height: auto; left: 54px; position: absolute; top: 412px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-exmkhd { flex: none; height: auto; left: 54px; position: absolute; top: 441px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1pfubb2 { flex: none; height: auto; left: 46%; position: absolute; top: 439px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-hxal9 .framer-s2jnfu { flex: none; height: auto; left: 226px; position: absolute; top: 468px; white-space: pre-wrap; width: 519px; word-break: break-word; word-wrap: break-word; }\",\".framer-hxal9 .framer-1jzhtmy { flex: none; height: auto; left: 202px; position: absolute; top: 52%; transform: translateY(-50%); white-space: pre-wrap; width: 519px; word-break: break-word; word-wrap: break-word; }\",\".framer-hxal9 .framer-1iphkuf { bottom: 356px; flex: none; height: auto; left: 54px; position: absolute; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1ianuyk { bottom: 357px; flex: none; height: auto; left: 226px; position: absolute; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1lft30z { bottom: 286px; flex: none; height: auto; left: 226px; position: absolute; white-space: pre-wrap; width: 519px; word-break: break-word; word-wrap: break-word; }\",\".framer-hxal9 .framer-hpzrns { bottom: 120px; flex: none; height: auto; left: 202px; position: absolute; white-space: pre-wrap; width: 519px; word-break: break-word; word-wrap: break-word; }\",\".framer-hxal9 .framer-1pk95ax { flex: none; height: auto; left: 660px; position: absolute; top: 1078px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-10fw8jz { flex: none; height: auto; left: 81px; position: absolute; top: 158px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-gk6uv0 { flex: none; height: auto; left: 54px; position: absolute; top: 71px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-sa4llm { flex: none; height: auto; left: 54px; position: absolute; top: 99px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-i6e4yt { flex: none; height: auto; left: 226px; position: absolute; top: 69px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-10dvhdv { flex: none; height: auto; left: 226px; position: absolute; top: 128px; white-space: pre-wrap; width: 496px; word-break: break-word; word-wrap: break-word; }\",\".framer-hxal9 .framer-otwjq8 { flex: none; height: auto; left: 54px; position: absolute; top: 214px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-c2ufvi { flex: none; height: auto; left: 54px; position: absolute; top: 242px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-8iv9bv { flex: none; height: auto; left: 226px; position: absolute; top: 211px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1p1372t { flex: none; height: auto; left: 54px; position: absolute; top: 308px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-zrdsy7 { flex: none; height: 20px; left: 225px; position: absolute; top: 310px; width: 20px; }\",\".framer-hxal9 .framer-2rsazj { flex: none; height: auto; left: 255px; position: absolute; top: 309px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-12wouzt { aspect-ratio: 1.0253657151606081 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); left: 226px; position: absolute; top: 348px; width: 19px; }\",\".framer-hxal9 .framer-bm3d7d { flex: none; height: auto; left: 256px; position: absolute; top: 347px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-gqdxr1 { flex: none; height: 20px; left: 225px; position: absolute; top: 385px; width: 20px; }\",\".framer-hxal9 .framer-1kxyuo3 { flex: none; height: auto; left: 255px; position: absolute; top: 385px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-f8iu2x { aspect-ratio: 1.0253657151606081 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); left: 226px; position: absolute; top: 424px; width: 19px; }\",\".framer-hxal9 .framer-m38m9x { flex: none; height: auto; left: 256px; position: absolute; top: 422px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1usy296 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); left: 226px; position: absolute; top: 461px; width: 19px; }\",\".framer-hxal9 .framer-5fl98d { flex: none; height: auto; left: 255px; position: absolute; top: 460px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1akyn53 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); left: 226px; position: absolute; top: 499px; width: 19px; }\",\".framer-hxal9 .framer-fcdokd { flex: none; height: auto; left: 255px; position: absolute; top: 497px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-diitxx { flex: none; height: auto; left: 54px; position: absolute; top: 561px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-hfgk89 { flex: none; height: auto; left: 221px; position: absolute; top: 562px; white-space: pre; width: auto; }\",\".framer-hxal9 .framer-1m0wses { flex: none; height: auto; left: 657px; position: absolute; top: 1078px; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hxal9.framer-1p1owxz, .framer-hxal9 .framer-1aqj2mn, .framer-hxal9 .framer-1t1kv84, .framer-hxal9 .framer-ugkhn4, .framer-hxal9 .framer-1o5tr6m, .framer-hxal9 .framer-g9f5nw, .framer-hxal9 .framer-1fudnjb { gap: 0px; } .framer-hxal9.framer-1p1owxz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hxal9.framer-1p1owxz > :first-child, .framer-hxal9 .framer-1t1kv84 > :first-child, .framer-hxal9 .framer-1o5tr6m > :first-child, .framer-hxal9 .framer-g9f5nw > :first-child, .framer-hxal9 .framer-1fudnjb > :first-child { margin-top: 0px; } .framer-hxal9.framer-1p1owxz > :last-child, .framer-hxal9 .framer-1t1kv84 > :last-child, .framer-hxal9 .framer-1o5tr6m > :last-child, .framer-hxal9 .framer-g9f5nw > :last-child, .framer-hxal9 .framer-1fudnjb > :last-child { margin-bottom: 0px; } .framer-hxal9 .framer-1aqj2mn > *, .framer-hxal9 .framer-ugkhn4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-hxal9 .framer-1aqj2mn > :first-child, .framer-hxal9 .framer-ugkhn4 > :first-child { margin-left: 0px; } .framer-hxal9 .framer-1aqj2mn > :last-child, .framer-hxal9 .framer-ugkhn4 > :last-child { margin-right: 0px; } .framer-hxal9 .framer-1t1kv84 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hxal9 .framer-1o5tr6m > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-hxal9 .framer-g9f5nw > * { margin: 0px; margin-bottom: calc(10.753511428833008px / 2); margin-top: calc(10.753511428833008px / 2); } .framer-hxal9 .framer-1fudnjb > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2766\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerPfTrtR7PH=withCSS(Component,css,\"framer-hxal9\");export default FramerPfTrtR7PH;FramerPfTrtR7PH.displayName=\"Resume\";FramerPfTrtR7PH.defaultProps={height:2766,width:1200};addFonts(FramerPfTrtR7PH,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15bwkEU4HTy.woff2\",weight:\"700\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5bwkEU4HTy.woff2\",weight:\"300\"}]},...SmoothScrollFonts,...FloatingNavbarFonts,...DownloadFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPfTrtR7PH\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"2766\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "fontStore", "fonts", "css", "className", "SmoothScrollFonts", "getFonts", "SmoothScroll", "FloatingNavbarFonts", "HPeW1Qt1X_default", "FloatingNavbarWithVariantAppearEffect", "withVariantAppearEffect", "DownloadFonts", "Download", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "transformTemplate2", "metadata", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "SmoothScroll", "FloatingNavbarWithVariantAppearEffect", "MotionDivWithOptimizedAppearEffect", "RichText2", "x", "Download", "Link", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerPfTrtR7PH", "withCSS", "PfTrtR7PH_default", "addFonts", "SmoothScrollFonts", "FloatingNavbarFonts", "DownloadFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
