You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"version":3,"sources":["webpack:///./src/pages/contact.js"],"names":["Contact","title","style","maxWidth","textAlign","verticalAlign","margin","paddingTop","href"],"mappings":"6FAAA,oEAuBeA,UAhBC,kBACd,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,YACX,yBAAKC,MAAO,CAAEC,SAAS,OAASC,UAAU,SAAWC,cAAc,SAAWC,OAAO,yBAA2BC,WAAW,SAC3H,wFAA6D,uBAAGC,KAAK,0CAAR,8CAA7D,IACI,6BACA,6BAFJ,qGAII,6BACA,6BALJ","file":"component---src-pages-contact-js-5ebac215e0302e50a8d5.js","sourcesContent":["// If you don't want to use TypeScript you can delete this file!\nimport React from \"react\"\nimport { PageProps, Link, graphql } from \"gatsby\"\n\nimport Layout from \"../components/layout\"\nimport SEO from \"../components/seo\"\n\nconst Contact = () => (\n <Layout>\n <SEO title=\"Contact\" />\n <div style={{ maxWidth: `70vw`, textAlign: `center`, verticalAlign: `center`, margin: `5rem auto 1.45rem auto`, paddingTop: `3rem`}}>\n <p>Hi, the best way to contact me is sending me an e-mail to <a href=\"mailto:[email protected]\">menezes.santos.rafael [at] gmail [dot] com</a>.\n <br/>\n <br/>\n Alternatively, you can check the links for my profile on various websites in the top right corner.\n <br/>\n <br/>\n Hoping to hear from you soon!\n </p>\n </div>\n </Layout>\n)\n\nexport default Contact"],"sourceRoot":""}