-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-index-js-6e6d0a8fad0566317eb8.js.map
1 lines (1 loc) · 2.71 KB
/
component---src-pages-index-js-6e6d0a8fad0566317eb8.js.map
1
{"version":3,"file":"component---src-pages-index-js-6e6d0a8fad0566317eb8.js","mappings":"0LAmDA,UA5CkBA,IAChBC,EAAAA,cAACC,EAAAA,EAAM,KACLD,EAAAA,cAACE,EAAAA,EAAG,CAACC,MAAM,SAEXH,EAAAA,cAACI,EAAAA,EAAW,CACVC,UAAU,WACVC,IAAI,4BACJC,MAAO,IACPC,QAAS,IACTC,QAAS,CAAC,OAAQ,OAAQ,QAC1BC,IAAI,gBACJC,YAAY,UACZC,MAAO,CAAEC,aAAa,WAAaC,YAAAC,EAAA,QAGrCf,EAAAA,cAACgB,EAAAA,KAAI,CAACC,GAAG,aAAY,oBAErBjB,EAAAA,cAAA,UAAI,iBAEJA,EAAAA,cAAA,SAAG,SACKA,EAAAA,cAAA,cAAQ,qBAA0B,YAAU,IAClDA,EAAAA,cAAA,cAAQ,eAAoB,yBAAuB,IACnDA,EAAAA,cAAA,cAAQ,mCAAwC,mBAAiB,IACjEA,EAAAA,cAAA,cAAQ,qBAA0B,mBAAiB,IACnDA,EAAAA,cAAA,cAAQ,oBAAyB,KAGnCA,EAAAA,cAAA,SAAG,0FAEeA,EAAAA,cAAA,cAAQ,cAAmB,OAAK,IAChDA,EAAAA,cAAA,cAAQ,cAAmB,uGACiC,IAC5DA,EAAAA,cAAA,cAAQ,kBAAwB,KAACA,EAAAA,cAAA,cAAQ,iBAAuB,QAAK,IACrEA,EAAAA,cAAA,cAAQ,eAAoB,KAG9BA,EAAAA,cAAA,SAAG,uBACmBA,EAAAA,cAAA,cAAQ,SAAe,8G","sources":["webpack://personal-portfolio/./src/pages/index.js"],"sourcesContent":["import * as React from 'react';\nimport { Link } from 'gatsby';\nimport { StaticImage } from 'gatsby-plugin-image';\n\nimport Layout from '../components/layout';\nimport SEO from '../components/seo';\n\nconst IndexPage = () => (\n <Layout>\n <SEO title=\"Home\" />\n\n <StaticImage\n className=\"headshot\"\n src=\"../images/headshot_02.png\"\n width={700}\n quality={100}\n formats={['AUTO', 'WEBP', 'AVIF']}\n alt=\"Nick Sinclair\"\n placeholder=\"blurred\"\n style={{ marginBottom: `1.45rem` }}\n />\n\n <Link to=\"/projects\">Go to Projects →</Link>\n\n <h2>Hi, I'm Nick!</h2>\n\n <p>\n I'm a <strong>software engineer</strong> based in{' '}\n <strong>Atlanta, GA</strong>. I graduated from the{' '}\n <strong>Georgia Institute of Technology</strong> where I studied{' '}\n <strong>industrial design</strong> with a minor in{' '}\n <strong>computer science</strong>.\n </p>\n\n <p>\n I love anything having to do with computers, and I thrive being at the\n intersection of <strong>creativity</strong> and{' '}\n <strong>technology</strong>. While in school, I became increasingly\n interested in digital media and visualization, specifically{' '}\n <strong>generative art</strong>, <strong>mixed reality</strong>, and{' '}\n <strong>video games</strong>.\n </p>\n\n <p>\n I currently work at <strong>Hypar</strong>, where we're building an\n approachable and collaborative space planning tool for architects and\n designers.\n </p>\n </Layout>\n);\n\nexport default IndexPage;\n"],"names":["IndexPage","React","Layout","SEO","title","StaticImage","className","src","width","quality","formats","alt","placeholder","style","marginBottom","__imageData","require","Link","to"],"sourceRoot":""}