{"version":3,"file":"component---src-pages-index-js-df51517e75079213ee83.js","mappings":"kNAgBe,SAASA,EAAT,GAAuB,IAC9BC,EAD6B,EAAPC,KACRC,KAAKC,aAAnBH,MAiCDI,EA/BY,CACjB,CACCC,MAAO,WACPC,KCtBH,qiJDuBGC,QAAS,iCACTC,KAAM,SACNC,IEpBoB,iCFsBrB,CACCJ,MAAO,WACPC,KG7BH,qyDH8BGC,QAAS,iCACTC,KAAM,YACNC,IE1BuB,oCF4BxB,CACCJ,MAAO,YACPC,KIpCH,q/KJqCGC,QAAS,kCACTC,KAAM,aACNC,IEhCwB,qCFkCzB,CACCJ,MAAO,UACPC,KK3CH,6pGL4CGC,QAAS,gCACTC,KAAM,WACNC,IEtCsB,oCF0CGC,KAAI,SAACC,EAAMC,GAAP,OAC9B,gBAAC,KAAD,CAAMC,GAAIF,EAAKH,KAAMM,UAAWH,EAAKF,IAAKM,IAAKH,GAC9C,uBAAKI,IAAKL,EAAKL,KAAMW,IAAKN,EAAKJ,UAC/B,0BAAKI,EAAKN,WAIZ,OACE,uBAAKS,UEzDe,iCF0DnB,2BAASA,UEzDW,kCF0DnB,4CACA,+CACA,iOAAwM,qBAAGI,KAAK,2BAA2BC,OAAO,SAASC,IAAI,cAAvD,mBAAxM,cACA,qBAAGF,KAAI,UAAYlB,EAASc,UE5DL,sCF4DvB,eAID,2BAASA,UE/DU,iCFgEjBV","sources":["webpack://gatsby-starter-hello-world/./src/pages/index.js","webpack://gatsby-starter-hello-world/./src/images/icons/about-icon.svg","webpack://gatsby-starter-hello-world/./src/styles/home.module.css","webpack://gatsby-starter-hello-world/./src/images/icons/projects-icon.svg","webpack://gatsby-starter-hello-world/./src/images/icons/resources-icon.svg","webpack://gatsby-starter-hello-world/./src/images/icons/contact-icon.svg"],"sourcesContent":["/******* START: IMPORT REACT AND DONGLES *******/\nimport React from \"react\";\nimport {Link} from 'gatsby';\nimport {graphql} from 'gatsby';\n/******* END: IMPORT REACT AND DONGLES *******/\n\n\n/******* START: IMPORT LOCAL FILES *******/\nimport * as styles from '../styles/home.module.css';\nimport about_icon from '../images/icons/about-icon.svg';\nimport projects_icon from '../images/icons/projects-icon.svg';\nimport resources_icon from '../images/icons/resources-icon.svg';\nimport contact_icon from '../images/icons/contact-icon.svg';\n/******* END: IMPORT LOCAL FILES *******/\n\n\nexport default function Home({data}) {\n\tconst {email} = data.site.siteMetadata;\n\t\n\tconst linkArray = [\n\t\t{\n\t\t\ttitle: 'About Me',\n\t\t\ticon: about_icon,\n\t\t\taltText: 'icon for link to About Me page',\n\t\t\tpath: '/about',\n\t\t\tcss: styles.about_div\n\t\t},\n\t\t{\n\t\t\ttitle: 'Projects',\n\t\t\ticon: projects_icon,\n\t\t\taltText: 'icon for link to Projects page',\n\t\t\tpath: '/projects',\n\t\t\tcss: styles.projects_div\n\t\t},\n\t\t{\n\t\t\ttitle: 'Resources',\n\t\t\ticon: resources_icon,\n\t\t\taltText: 'icon for link to Resources page',\n\t\t\tpath: '/resources',\n\t\t\tcss: styles.resources_div\n\t\t},\n\t\t{\n\t\t\ttitle: 'Contact',\n\t\t\ticon: contact_icon,\n\t\t\taltText: 'icon for link to Contact page',\n\t\t\tpath: '/contact',\n\t\t\tcss: styles.contact_div\n\t\t}\n\t];\n\n\tconst linkData = linkArray.map((link, idx) => (\n\t\t\n\t\t\t\n\t\t\t
I'm a software engineer in Boston (she + her + hers) who specializes in creating outstanding solutions for people and professionals alike. Right now I'm on a team with Crocodile Labs building the Ambient Finance platform.
\n\t\t\t\t\t\n\t\t\t\t\t\tTalk to Me\n\t\t\t\t\t\n\t\t\t\t