-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-index-js-efcba153764a644fc0ff.js.map
1 lines (1 loc) · 2.47 KB
/
component---src-pages-index-js-efcba153764a644fc0ff.js.map
1
{"version":3,"sources":["webpack://personal-portfolio/./src/pages/index.js"],"names":["title","S","className","src","width","quality","formats","alt","placeholder","style","marginBottom","Link","to"],"mappings":"gtHAoDA,UA7CkB,kBAChB,gBAAC,IAAD,KACE,gBAAC,IAAD,CAAKA,MAAM,SAEX,gBAAC,EAAAC,EAAD,CACEC,UAAU,WACVC,IAAI,4BACJC,MAAO,IACPC,QAAS,IACTC,QAAS,CAAC,OAAQ,OAAQ,QAC1BC,IAAI,gBACJC,YAAY,UACZC,MAAO,CAAEC,aAAa,WARxB,sBAWA,gBAAC,EAAAC,KAAD,CAAMC,GAAG,aAAT,oBAEA,2CAEA,kCACQ,kDADR,YACmD,IACjD,6CAFF,4BAEwD,IACtD,iEAHF,mBAGmE,IACjE,mDAJF,mBAIqD,IACnD,mDALF,KAQA,mHAEkB,4CAFlB,OAEkD,IAChD,4CAHF,uGAI8D,IAC5D,gDALF,KAKmC,+CALnC,QAKuE,IACrE,6CANF,KASA","file":"component---src-pages-index-js-efcba153764a644fc0ff.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>product designer</strong> based in{' '}\n <strong>Atlanta, GA</strong>. I went to school at the{' '}\n <strong>Georgia Institute of Technology</strong> where I studied{' '}\n <strong>Industrial Design</strong> with a minor in{' '}\n <strong>Computing & Media</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 My work has primarily centered around simplifying inherently complex\n systems as well as building novel features to address latent needs. I find\n the most difficult yet rewarding aspect of my work is uncovering\n meaningful insights from users that drive continuous product improvement.\n </p>\n </Layout>\n);\n\nexport default IndexPage;\n"],"sourceRoot":""}