{"version":3,"sources":["webpack:///./src/pages/profile.tsx"],"names":["Profile","location","profile","data","childImageSharp","fixed","site","siteMetadata","title","className","to","href","data-show-count","query"],"mappings":"gPA6CeA,UA9BkB,SAAC,GAA8B,QAA5BC,EAA4B,EAA5BA,SAC5BC,EAAO,UADiD,EAAlBC,KACvBD,eAAR,iBAAG,EAAcE,uBAAjB,aAAG,EAA+BC,MAE/C,OACE,kBAAC,IAAD,CAAQJ,SAAUA,GAChB,kBAAC,IAAD,CAAMK,KAAMC,eAAcC,MAAM,YAChC,6BACE,6BAASC,UAAU,eACjB,yBAAKA,UAAU,aACb,kBAAC,IAAD,CAAKJ,MAAOH,EAAwBO,UAAU,mBAC9C,8CACA,uBAAGA,UAAU,mBAAb,oBACmB,kBAAC,OAAD,CAAMC,GAAG,8BAAT,gBAEnB,6BACE,uBACEC,KAAK,6BACLF,UAAU,wBACVG,kBAAgB,SAHlB,wBAiBP,IAAMC,EAAQ","file":"component---src-pages-profile-tsx-ac9da68e0c0799baa386.js","sourcesContent":["import { graphql } from 'gatsby'\nimport Img, { FixedObject } from 'gatsby-image'\nimport React from 'react'\nimport { Link } from 'gatsby'\n\nimport { ProfilePageQueryQuery } from '../../types/graphql-types'\nimport { siteMetadata } from '../../gatsby-config'\nimport Layout from '../components/layout/layout'\nimport Meta from '../components/meta/meta'\n\ninterface Props {\n data: ProfilePageQueryQuery\n location: Location\n}\n\nconst Profile: React.FC = ({ location, data }: Props) => {\n const profile = data.profile?.childImageSharp?.fixed\n\n return (\n \n \n
\n
\n
\n \n

Richard Macias

\n

\n Systems Engineer @Cloudflare\n

\n
\n \n Follow @rjny86\n \n
\n
\n
\n
\n
\n )\n}\n\nexport default Profile\n\nexport const query = graphql`\n query ProfilePageQuery {\n profile: file(name: { eq: \"profile\" }) {\n childImageSharp {\n fixed(width: 120, height: 120) {\n ...GatsbyImageSharpFixed_withWebp\n }\n }\n }\n }\n`\n"],"sourceRoot":""}