-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-index-js-98b7f1a26806ce086219.js.map
1 lines (1 loc) · 4.8 KB
/
component---src-pages-index-js-98b7f1a26806ce086219.js.map
1
{"version":3,"sources":["webpack:///./static/resume2021.pdf","webpack:///./src/components/header.js","webpack:///./src/pages/index.js","webpack:///./src/components/footer.js"],"names":["module","exports","Header","props","className","to","pageTitle","Home","target","href","Resume","Footer"],"mappings":"gFAAAA,EAAOC,QAAU,IAA0B,0D,kCCA3C,uEAGe,SAASC,EAAOC,GAC7B,OACE,4BAAQC,UAAU,SAChB,yBAAKA,UAAU,SACb,kBAAC,IAAD,CAAMA,UAAU,qBAAqBC,GAAG,KAAxC,QACA,kBAAC,IAAD,CAAMD,UAAU,oBAAoBC,GAAG,WAAvC,SACA,kBAAC,IAAD,CAAMD,UAAU,oBAAoBC,GAAG,YAAvC,UACA,kBAAC,IAAD,CAAMD,UAAU,oBAAoBC,GAAG,eAAvC,aACA,kBAAC,IAAD,CAAMD,UAAU,oBAAoBC,GAAG,kBAAvC,WAEF,wBAAID,UAAU,sBAAsBD,EAAMG,c,kCCbhD,qHAKe,SAASC,IAEtB,OACE,yBAAKH,UAAU,aACb,kBAAC,IAAD,CAAQE,UAAU,qBAClB,iCACE,uBAAGF,UAAU,QAAb,8FACA,sLACA,0IAA+G,uBAAGI,OAAO,SAASC,KAAMC,KAAzB,MAA/G,MAEF,iCACE,4CACA,wBAAIN,UAAU,aACZ,4BAAI,uBAAGI,OAAO,SAASC,KAAK,6BAAxB,2BACJ,4BAAI,uBAAGD,OAAO,SAASC,KAAK,oCAAxB,0BACJ,4BAAI,uBAAGD,OAAO,SAASC,KAAK,4CAAxB,gCACJ,4BAAI,uBAAGD,OAAO,SAASC,KAAK,8CAAxB,4BACJ,4BAAI,uBAAGD,OAAO,SAASC,KAAK,iCAAxB,oCACJ,4BAAI,uBAAGD,OAAO,SAASC,KAAK,gCAAxB,wBACJ,4BAAI,uBAAGD,OAAO,SAASC,KAAK,+BAAxB,0BAGR,kBAAC,IAAD,S,oCC3BN,qEAGe,SAASE,EAAOR,GAC7B,OACE,4BAAQC,UAAU,eAChB,uBAAGA,UAAU,WAAb,yBAA6C,uBAAGI,OAAO,SAASC,KAAK,4BAAxB,UAA7C,MAA6G,uBAAGD,OAAO,SAASC,KAAK,2BAAxB,YAA7G,iBAAyL,uBAAGD,OAAO,SAASC,KAAK,oDAAxB,kBAAzL,4BAA+S,uBAAGD,OAAO,SAASC,KAAK,iCAAxB,iBAA/S,gBAAqY,uBAAGA,KAAK,iCAAR,UAArY,cAAkc,uBAAGA,KAAK,iCAAR,cAAlc,oBAAygB,uBAAGA,KAAK,yCAAR,YAAzgB","file":"component---src-pages-index-js-98b7f1a26806ce086219.js","sourcesContent":["module.exports = __webpack_public_path__ + \"static/resume2021-c270fc0f790610db78e2d9d03b361749.pdf\";","import React from \"react\"\nimport { Link } from \"gatsby\"\n\nexport default function Header(props) {\n return (\n <header className=\"my-12\">\n <nav className=\"my-10\">\n <Link className=\"font-semibold mr-2\" to=\"/\">Home</Link>\n <Link className=\"font-semibold m-2\" to=\"/about/\">About</Link>\n <Link className=\"font-semibold m-2\" to=\"/career/\">Career</Link>\n <Link className=\"font-semibold m-2\" to=\"/community/\">Community</Link>\n <Link className=\"font-semibold m-2\" to=\"/testimonials/\">Praise</Link>\n </nav>\n <h1 className=\"text-3xl font-bold\">{props.pageTitle}</h1>\n </header>\n )\n}\n","import React from \"react\"\nimport Header from \"../components/header\"\nimport Footer from \"../components/footer\"\nimport Resume from \"../../static/resume2021.pdf\"\n\nexport default function Home() {\n\n return (\n <div className=\"container\">\n <Header pageTitle=\"Hi, I'm Milly 👋\" />\n <section>\n <p className=\"lead\">I'm a product leader, creative technologist and UX designer based in Melbourne, Australia.</p>\n <p>My goal is to create, train and support high-performing, empowered, cross-functional teams as they amazing products that make the world a better place.</p>\n <p>This website collects my experience, projects, community work, and testimonials if you wish to go beyond my <a target=\"_blank\" href={Resume}>CV</a>.</p>\n </section>\n <section>\n <h2>Get in touch</h2>\n <ul className=\"list-disc\">\n <li><a target=\"_blank\" href=\"https://medium.com/@meeli\">My writing (at Medium)</a></li>\n <li><a target=\"_blank\" href=\"https://slides.com/ameliaschmidt\">My slides (at Slides)</a></li>\n <li><a target=\"_blank\" href=\"https://www.slideshare.net/AmeliaSchmidt\">More slides (at SlideShare)</a></li>\n <li><a target=\"_blank\" href=\"https://www.linkedin.com/in/ameliaschmidt/\">My resume (at LinkedIn)</a></li>\n <li><a target=\"_blank\" href=\"https://twitter.com/meelijane\">My sense of humour (at Twitter)</a></li>\n <li><a target=\"_blank\" href=\"https://github.com/meelijane\">My code (at Github)</a></li>\n <li><a target=\"_blank\" href=\"mailto:meeli.jane@gmail.com\">My email (at Gmail)</a></li>\n </ul>\n </section>\n <Footer />\n </div>\n )\n}\n","import React from \"react\"\nimport { Link } from \"gatsby\"\n\nexport default function Footer(props) {\n return (\n <footer className=\"pt-64 pb-12\">\n <p className=\"text-sm\">I made this site with <a target=\"_blank\" href=\"https://www.gatsbyjs.com\">Gatsby</a> & <a target=\"_blank\" href=\"https://tailwindcss.com\">Tailwind</a>. The font is <a target=\"_blank\" href=\"https://fonts.google.com/specimen/Libre+Franklin\">Libre Franklin</a>. The background is from <a target=\"_blank\" href=\"https://www.heropatterns.com/\">Hero Patterns</a>. I write at <a href=\"https://www.medium.com/@meeli\">Medium</a>, tweet at <a href=\"https://twitter.com/meelijane\">@meelijane</a>, and network at <a href=\"https://linkedin.com/in/ameliaschmidt\">LinkedIn</a>.</p>\n </footer>\n )\n}\n"],"sourceRoot":""}