{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/7DAsFtwcHclWf1I707UH/2sdaSZ4dpZbielMTb0zl/rIkWPI03R.js"],
  "sourcesContent": ["// Generated by Framer (d2b7042)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import Navigation from\"#framer/local/canvasComponent/qcjmy68NP/qcjmy68NP.js\";import*as sharedStyle from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle1 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import metadataProvider from\"#framer/local/webPageMetadata/rIkWPI03R/rIkWPI03R.js\";const EmbedFonts=getFonts(Embed);const NavigationFonts=getFonts(Navigation);const cycleOrder=[\"GrSc07Npq\",\"NAZK6WOZK\",\"F65CevHSY\"];const breakpoints={F65CevHSY:\"(min-width: 810px) and (max-width: 1199px)\",GrSc07Npq:\"(min-width: 1200px)\",NAZK6WOZK:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2zVep\";const variantClassNames={F65CevHSY:\"framer-v-t0c8jg\",GrSc07Npq:\"framer-v-thl7me\",NAZK6WOZK:\"framer-v-1wk8xxm\"};const transitions={default:{duration:0}};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"GrSc07Npq\",Phone:\"NAZK6WOZK\",Tablet:\"F65CevHSY\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"GrSc07Npq\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useLayoutEffect(()=>{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);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-2zVep`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-2zVep`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"GrSc07Npq\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-thl7me\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Container,{className:\"framer-7k6ext-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NAZK6WOZK:{html:'<!DOCTYPE html>\\n<html lang=\"en\">\\n<head>\\n    <meta charset=\"UTF-8\">\\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\\n    <title>This content is protected.</title>\\n    <style>\\n        .container {\\n            display: flex;\\n            justify-content: center;\\n            align-items: center;\\n            height: 100vh;\\n            flex-direction: column;\\n        }\\n        .password-form {\\n            padding: 20px;\\n            border-radius: 12px;\\n            text-align: center;\\n            max-width: 400px;\\n        }\\n        h1 {\\n            font-size: 20px;\\n            margin-bottom: 20px;\\n            color: #ffffff; \\n        }\\n        input[type=\"password\"] {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #000000;\\n            border-radius: 8px;\\n            font-size: 15px;\\n        }\\n        button {\\n            background-color: #222222;\\n            color: #fff;\\n            border: none;\\n            border-radius: 8px;\\n            padding: 15px 30px;\\n            cursor: pointer;\\n            font-size: 15px;\\n            font-weight: bold;\\n\\nwidth: 250px;\\n        }\\n        button:hover {\\n            background-color: #343434;\\n        }\\n        .error-message {\\n            color: red;\\n            display: none;\\n            margin-top: 10px;\\n        }\\n    </style>\\n    <script>\\n        function checkPassword() {\\n            // Get the password entered by the user\\n            var enteredPassword = document.getElementById(\"password\").value;\\n\\n            // Replace \\'your_password\\' with the actual password you want to use\\n            var correctPassword = \"chubacca2024\";\\n\\n            // Check if the entered password is correct\\n            if (enteredPassword === correctPassword) {\\n                // If the password is correct, redirect to the protected content\\n                window.location.href= \"http://www.imjesschu.com/tmobile\";\\n            } else {\\n                // If the password is incorrect, display an error message\\n                document.getElementById(\"error-message\").style.display = \"block\";\\n            }\\n        }\\n      \\n      // Add an event listener for the Enter key in the password input field\\n        document.getElementById(\"password\").addEventListener(\"keyup\", function(event) {\\n            if (event.key === \"Enter\") {\\n                checkPassword(); // Call the function when Enter is pressed\\n            }\\n          localStorage.setItem(\"passwordSubmitted\", \"true\");\\n          \\n        }); \\n    </script>\\n</head>\\n<body>\\n    <div class=\"container\">\\n        <div class=\"password-form\">\\n            <h1></h1>\\n            <input type=\"password\" id=\"password\" placeholder=\"Enter Password\">\\n            <br><br>\\n            <button onclick=\"checkPassword()\">Submit</button>\\n            <p class=\"error-message\" id=\"error-message\">Incorrect password. Please try again.</p>\\n        </div>\\n    </div>\\n</body>\\n</html>\\n'}},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<!DOCTYPE html>\\n<html lang=\"en\">\\n<head>\\n    <meta charset=\"UTF-8\">\\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\\n    <title>This content is protected.</title>\\n    <style>\\n        .container {\\n            display: flex;\\n            justify-content: center;\\n            align-items: center;\\n            height: 150vh;\\n            flex-direction: column;\\n        }\\n        .password-form {\\n            padding: 20px;\\n            border-radius: 12px;\\n            text-align: center;\\n            max-width: 400px;\\n        }\\n        h1 {\\n            font-size: 20px;\\n            margin-bottom: 20px;\\n            color: #ffffff; \\n        }\\n        input[type=\"password\"] {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #000000;\\n            border-radius: 8px;\\n            font-size: 15px;\\n        }\\n        button {\\n            background-color: #222222;\\n            color: #fff;\\n            border: none;\\n            border-radius: 8px;\\n            padding: 15px 30px;\\n            cursor: pointer;\\n            font-size: 15px;\\n            font-weight: bold;\\n\\nwidth: 250px;\\n        }\\n        button:hover {\\n            background-color: #343434;\\n        }\\n        .error-message {\\n            color: red;\\n            display: none;\\n            margin-top: 10px;\\n        }\\n    </style>\\n    <script>\\n        function checkPassword() {\\n            // Get the password entered by the user\\n            var enteredPassword = document.getElementById(\"password\").value;\\n\\n            // Replace \\'your_password\\' with the actual password you want to use\\n            var correctPassword = \"chubacca2023\";\\n\\n            // Check if the entered password is correct\\n            if (enteredPassword === correctPassword) {\\n                // If the password is correct, redirect to the protected content\\n                window.location.href= \"/verizondigitalhouse\";\\n            } else {\\n                // If the password is incorrect, display an error message\\n                document.getElementById(\"error-message\").style.display = \"block\";\\n            }\\n        }\\n      \\n      // Add an event listener for the Enter key in the password input field\\n        document.getElementById(\"password\").addEventListener(\"keyup\", function(event) {\\n            if (event.key === \"Enter\") {\\n                checkPassword(); // Call the function when Enter is pressed\\n            }\\n          localStorage.setItem(\"passwordSubmitted\", \"true\");\\n          \\n        }); \\n    </script>\\n</head>\\n<body>\\n    <div class=\"container\">\\n        <div class=\"password-form\">\\n            <h1></h1>\\n            <input type=\"password\" id=\"password\" placeholder=\"Enter Password\">\\n            <br><br>\\n            <button onclick=\"checkPassword()\">Submit</button>\\n            <p class=\"error-message\" id=\"error-message\">Incorrect password. Please try again.</p>\\n        </div>\\n    </div>\\n</body>\\n</html>\\n',id:\"Rbvn30xsA\",layoutId:\"Rbvn30xsA\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13iwwu2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NAZK6WOZK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-alignment\":\"center\"},children:\"The content is protected\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"The content is protected\"})}),className:\"framer-fhik52\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153))\"},children:\"The project is password protected due to project confidentiality. \"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ca826c3f-3d1b-4c03-a371-5bf026e68e58, rgb(153, 153, 153))\"},children:[\"Email me \",/*#__PURE__*/_jsx(\"strong\",{children:\"helloimjesschu@gmail.com\"}),\" or you can find the password on my resume.\"]})]}),className:\"framer-5y9a3z\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-ck33rr-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{F65CevHSY:{variant:\"MESY6mj0m\"},NAZK6WOZK:{variant:\"BtrdPCh87\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"cUArJVFNi\",layoutId:\"cUArJVFNi\",style:{width:\"100%\"},variant:\"E9eZPMwYxl6VyjV0ZA\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=['.framer-2zVep[data-border=\"true\"]::after, .framer-2zVep [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-2zVep { background: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(41, 41, 41)) /* {\"name\":\"Background\"} */; }`,\".framer-2zVep.framer-dfadle, .framer-2zVep .framer-dfadle { display: block; }\",\".framer-2zVep.framer-thl7me { background-color: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, #292929); height: 822px; overflow: hidden; position: relative; width: 1200px; }\",\".framer-2zVep .framer-7k6ext-container { flex: none; height: 822px; left: 0px; position: absolute; top: 72px; width: 100%; }\",\".framer-2zVep .framer-13iwwu2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px 0px 0px 0px; position: absolute; top: 240px; transform: translateX(-50%); width: min-content; z-index: 1; }\",\".framer-2zVep .framer-fhik52 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2zVep .framer-5y9a3z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-2zVep .framer-ck33rr-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2zVep .framer-13iwwu2 { gap: 0px; } .framer-2zVep .framer-13iwwu2 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-2zVep .framer-13iwwu2 > :first-child { margin-top: 0px; } .framer-2zVep .framer-13iwwu2 > :last-child { margin-bottom: 0px; } }\",\"@media (min-width: 1200px) { .framer-2zVep .hidden-thl7me { display: none !important; } }\",`@media (max-width: 809px) { .framer-2zVep .hidden-1wk8xxm { display: none !important; } .${metadata.bodyClassName}-framer-2zVep { background: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(41, 41, 41)) /* {\"name\":\"Background\"} */; } .framer-2zVep.framer-thl7me { width: 390px; } .framer-2zVep .framer-7k6ext-container { top: 24px; } .framer-2zVep .framer-13iwwu2 { left: 50%; top: 32%; transform: translate(-50%, -50%); width: 326px; } .framer-2zVep .framer-fhik52 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-2zVep .framer-5y9a3z { align-self: unset; width: 77%; }}`,`@media (min-width: 810px) and (max-width: 1199px) { .framer-2zVep .hidden-t0c8jg { display: none !important; } .${metadata.bodyClassName}-framer-2zVep { background: var(--token-370a7263-3c52-4384-bfa1-6e00d5c8156d, rgb(41, 41, 41)) /* {\"name\":\"Background\"} */; } .framer-2zVep.framer-thl7me { width: 810px; } .framer-2zVep .framer-7k6ext-container { top: 24px; } .framer-2zVep .framer-13iwwu2 { left: 50%; width: 478px; } .framer-2zVep .framer-5y9a3z { align-self: unset; width: 100%; }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 822\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NAZK6WOZK\":{\"layout\":[\"fixed\",\"fixed\"]},\"F65CevHSY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerResponsiveScreen\n */const FramerrIkWPI03R=withCSS(Component,css,\"framer-2zVep\");export default FramerrIkWPI03R;FramerrIkWPI03R.displayName=\"Tmopwd\";FramerrIkWPI03R.defaultProps={height:822,width:1200};addFonts(FramerrIkWPI03R,[...EmbedFonts,...NavigationFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrIkWPI03R\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"822\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NAZK6WOZK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"F65CevHSY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["EmbedFonts", "getFonts", "Embed", "NavigationFonts", "qcjmy68NP_default", "breakpoints", "serializationHash", "variantClassNames", "transitions", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "Container", "PropertyOverrides", "Embed", "x", "RichText", "qcjmy68NP_default", "css", "FramerrIkWPI03R", "withCSS", "rIkWPI03R_default", "addFonts", "EmbedFonts", "NavigationFonts", "fonts", "__FramerMetadata__"]
}
