{"version":3,"sources":["App.js","registerServiceWorker.js","index.js"],"names":["App","props","state","foo","resumeData","$","ajax","url","dataType","cache","success","data","this","setState","bind","error","xhr","status","err","console","log","alert","getResumeData","setTimeout","window","location","replace","className","style","display","justifyContent","alignItems","height","fontSize","href","marginLeft","Component","isLocalhost","Boolean","hostname","match","registerValidSW","swUrl","navigator","serviceWorker","register","then","registration","onupdatefound","installingWorker","installing","onstatechange","controller","catch","ReactDOM","render","document","getElementById","URL","process","origin","addEventListener","fetch","response","headers","get","indexOf","ready","unregister","reload","checkValidServiceWorker","registerServiceWorker"],"mappings":"gQA8EeA,G,0EA3Db,WAAYC,GAAQ,IAAD,8BACjB,cAAMA,IACDC,MAAQ,CACXC,IAAK,MACLC,WAAY,IAJG,E,4DAUjBC,IAAEC,KAAK,CACLC,IAAK,mBACLC,SAAU,OACVC,OAAO,EACPC,QAAS,SAAUC,GACjBC,KAAKC,SAAS,CAAET,WAAYO,KAC5BG,KAAKF,MACPG,MAAO,SAAUC,EAAKC,EAAQC,GAC5BC,QAAQC,IAAIF,GACZG,MAAMH,Q,0CAMVN,KAAKU,gBACLC,YAAW,WACTC,OAAOC,SAASC,QAAQ,wCACvB,O,+BAIH,OACE,yBAAKC,UAAU,OACb,yBAAKC,MAAO,CACVC,QAAQ,OACRC,eAAgB,SAChBC,WAAY,SACZC,OAAO,QACPC,SAAS,SALX,wBASE,uBAAGC,KAAK,qCACRN,MAAO,CAACO,WAAW,SADnB,YATF,Y,GApCUC,cCPZC,EAAcC,QACW,cAA7Bd,OAAOC,SAASc,UAEe,UAA7Bf,OAAOC,SAASc,UAEhBf,OAAOC,SAASc,SAASC,MACvB,2DA6BN,SAASC,EAAgBC,GACvBC,UAAUC,cACPC,SAASH,GACTI,MAAK,SAAAC,GACJA,EAAaC,cAAgB,WAC3B,IAAMC,EAAmBF,EAAaG,WACtCD,EAAiBE,cAAgB,WACA,cAA3BF,EAAiB/C,QACfyC,UAAUC,cAAcQ,WAK1BjC,QAAQC,IAAI,6CAKZD,QAAQC,IAAI,4CAMrBiC,OAAM,SAAAtC,GACLI,QAAQJ,MAAM,4CAA6CA,MChEjEuC,IAASC,OAAO,kBAAC,EAAD,MAASC,SAASC,eAAe,SDclC,WACb,GAA6C,kBAAmBd,UAAW,CAGzE,GADkB,IAAIe,IAAIC,GAAwBnC,OAAOC,UAC3CmC,SAAWpC,OAAOC,SAASmC,OAIvC,OAGFpC,OAAOqC,iBAAiB,QAAQ,WAC9B,IAAMnB,EAAK,UAAMiB,GAAN,sBAEPtB,EAwCV,SAAiCK,GAE/BoB,MAAMpB,GACHI,MAAK,SAAAiB,GAGkB,MAApBA,EAAS9C,SACuD,IAAhE8C,EAASC,QAAQC,IAAI,gBAAgBC,QAAQ,cAG7CvB,UAAUC,cAAcuB,MAAMrB,MAAK,SAAAC,GACjCA,EAAaqB,aAAatB,MAAK,WAC7BtB,OAAOC,SAAS4C,eAKpB5B,EAAgBC,MAGnBW,OAAM,WACLlC,QAAQC,IACN,oEA5DAkD,CAAwB5B,GAGxBD,EAAgBC,OChCxB6B,I","file":"static/js/main.647c39dc.chunk.js","sourcesContent":["import React, { Component } from 'react';\n// import ReactGA from 'react-ga';\nimport $ from 'jquery';\nimport './App.css';\n// import Header from './Components/Header';\n// import Footer from './Components/Footer';\n// import About from './Components/About';\n// import Resume from './Components/Resume';\n// import Contact from './Components/Contact';\n// import Testimonials from './Components/Testimonials';\n// import Portfolio from './Components/Portfolio';\n\n// Import Swiper styles\nimport \"swiper/swiper.min.css\";\nimport \"swiper/components/effect-coverflow/effect-coverflow.min.css\"\nimport \"swiper/components/pagination/pagination.min.css\"\n\nclass App extends Component {\n\n constructor(props) {\n super(props);\n this.state = {\n foo: 'bar',\n resumeData: {}\n };\n\n }\n\n getResumeData() {\n $.ajax({\n url: '/resumeData.json',\n dataType: 'json',\n cache: false,\n success: function (data) {\n this.setState({ resumeData: data });\n }.bind(this),\n error: function (xhr, status, err) {\n console.log(err);\n alert(err);\n }\n });\n }\n\n componentDidMount() {\n this.getResumeData();\n setTimeout(() => {\n window.location.replace(\"https://elijahsoladoye.vercel.app/\") \n }, 3000);\n }\n\n render() {\n return (\n
\n
\n Redirecting you to my\n \n New Site...\n
\n {/*
\n \n \n \n \n \n
\n );\n }\n}\n\nexport default App;\n","// In production, we register a service worker to serve assets from local cache.\n\n// This lets the app load faster on subsequent visits in production, and gives\n// it offline capabilities. However, it also means that developers (and users)\n// will only see deployed updates on the \"N+1\" visit to a page, since previously\n// cached resources are updated in the background.\n\n// To learn more about the benefits of this model, read https://goo.gl/KwvDNy.\n// This link also includes instructions on opting out of this behavior.\n\nconst isLocalhost = Boolean(\n window.location.hostname === 'localhost' ||\n // [::1] is the IPv6 localhost address.\n window.location.hostname === '[::1]' ||\n // 127.0.0.1/8 is considered localhost for IPv4.\n window.location.hostname.match(\n /^127(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/\n )\n);\n\nexport default function register() {\n if (process.env.NODE_ENV === 'production' && 'serviceWorker' in navigator) {\n // The URL constructor is available in all browsers that support SW.\n const publicUrl = new URL(process.env.PUBLIC_URL, window.location);\n if (publicUrl.origin !== window.location.origin) {\n // Our service worker won't work if PUBLIC_URL is on a different origin\n // from what our page is served on. This might happen if a CDN is used to\n // serve assets; see https://github.com/facebookincubator/create-react-app/issues/2374\n return;\n }\n\n window.addEventListener('load', () => {\n const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`;\n\n if (isLocalhost) {\n // This is running on localhost. Lets check if a service worker still exists or not.\n checkValidServiceWorker(swUrl);\n } else {\n // Is not local host. Just register service worker\n registerValidSW(swUrl);\n }\n });\n }\n}\n\nfunction registerValidSW(swUrl) {\n navigator.serviceWorker\n .register(swUrl)\n .then(registration => {\n registration.onupdatefound = () => {\n const installingWorker = registration.installing;\n installingWorker.onstatechange = () => {\n if (installingWorker.state === 'installed') {\n if (navigator.serviceWorker.controller) {\n // At this point, the old content will have been purged and\n // the fresh content will have been added to the cache.\n // It's the perfect time to display a \"New content is\n // available; please refresh.\" message in your web app.\n console.log('New content is available; please refresh.');\n } else {\n // At this point, everything has been precached.\n // It's the perfect time to display a\n // \"Content is cached for offline use.\" message.\n console.log('Content is cached for offline use.');\n }\n }\n };\n };\n })\n .catch(error => {\n console.error('Error during service worker registration:', error);\n });\n}\n\nfunction checkValidServiceWorker(swUrl) {\n // Check if the service worker can be found. If it can't reload the page.\n fetch(swUrl)\n .then(response => {\n // Ensure service worker exists, and that we really are getting a JS file.\n if (\n response.status === 404 ||\n response.headers.get('content-type').indexOf('javascript') === -1\n ) {\n // No service worker found. Probably a different app. Reload the page.\n navigator.serviceWorker.ready.then(registration => {\n registration.unregister().then(() => {\n window.location.reload();\n });\n });\n } else {\n // Service worker found. Proceed as normal.\n registerValidSW(swUrl);\n }\n })\n .catch(() => {\n console.log(\n 'No internet connection found. App is running in offline mode.'\n );\n });\n}\n\nexport function unregister() {\n if ('serviceWorker' in navigator) {\n navigator.serviceWorker.ready.then(registration => {\n registration.unregister();\n });\n }\n}\n","import React from 'react';\nimport ReactDOM from 'react-dom';\nimport './index.css';\nimport App from './App';\nimport registerServiceWorker from './registerServiceWorker';\n\nReactDOM.render(, document.getElementById('root'));\nregisterServiceWorker();\n"],"sourceRoot":""}