-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-index-js-d9faa883d241a36a340d.js.map
1 lines (1 loc) · 1.87 KB
/
component---src-pages-index-js-d9faa883d241a36a340d.js.map
1
{"version":3,"sources":["webpack:///./src/components/bio.js","webpack:///./src/pages/index.js"],"names":["bio","Object","core_browser_esm","block","href","__webpack_exports__","layout","title"],"mappings":"4HAGeA,EAAA,kBACbC,OAAAC,EAAA,EAAAD,CAACE,EAAA,EAAD,KACEF,OAAAC,EAAA,EAAAD,CAAA,mCACAA,OAAAC,EAAA,EAAAD,CAAA,wKAGoBA,OAAAC,EAAA,EAAAD,CAAA,KAAGG,KAAK,gCAAR,SAHpB,6CAIqCH,OAAAC,EAAA,EAAAD,CAAA,KAAGG,KAAK,oBAAR,QAJrC,OAI6E,IAC3EH,OAAAC,EAAA,EAAAD,CAAA,KAAGG,KAAK,2BAAR,eALF,qHASAH,OAAAC,EAAA,EAAAD,CAAA,+BACsB,IACpBA,OAAAC,EAAA,EAAAD,CAAA,KAAGG,KAAK,iCAAR,+DAIFH,OAAAC,EAAA,EAAAD,CAAA,uECjBWI,EAAA,0BACbJ,OAAAC,EAAA,EAAAD,CAACK,EAAA,EAAD,CAAQC,MAAO,QACbN,OAAAC,EAAA,EAAAD,CAACD,EAAD","file":"component---src-pages-index-js-d9faa883d241a36a340d.js","sourcesContent":["import React from \"react\"\nimport Block from \"../components/block\"\n\nexport default () => (\n <Block>\n <p> Hi, I am Aaron DeRuvo</p>\n <p>\n I work with product owners and designers to create interfaces for web and\n mobile apps that feel amazing to use. Fluent in JavaScript (and\n Typescript), I've <a href=\"https://github.com/aaronmgdr\">coded</a> React\n based front-ends for startups like <a href=\"https://celo.org\">Celo</a> and{\" \"}\n <a href=\"https://youearnedit.com\">YouEarnedit</a>. I practice and believe\n in progress over perfection, listening with great attention, and diving\n into discomfort.\n </p>\n <p>\n Occasionally I will{\" \"}\n <a href=\"https://medium.com/@aaronmgdr\">\n write about software, work, relationship and other topics.\n </a>\n </p>\n <p>Currently, I live in San Francisco, California.</p>\n </Block>\n)\n","import React from \"react\"\nimport Bio from '../components/bio'\nimport Layout from '../components/layout'\n\nexport default () => (\n <Layout title= \"Home\">\n <Bio/>\n </Layout>\n)\n"],"sourceRoot":""}