-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-404-js-347631bac0e4855ee6e4.js.map
1 lines (1 loc) · 2.26 KB
/
component---src-pages-404-js-347631bac0e4855ee6e4.js.map
1
{"version":3,"sources":["webpack:///./src/pages/404.js"],"names":["MainContainer","styled","Main","withConfig","displayName","componentId","mixins","sidePadding","flexCenter","Title","h1","theme","colors","blue","fonts","SFMono","media","phablet","_templateObject","Subtitle","h2","_templateObject2","HomeButton","Link","bigButton","NotFoundPage","react__WEBPACK_IMPORTED_MODULE_1___default","a","createElement","_components_layout__WEBPACK_IMPORTED_MODULE_3__","id","to"],"mappings":"sUAQA,IAAMA,EAAgBC,YAAOC,KAAVC,WAAA,CAAAC,YAAA,wBAAAC,YAAA,YAAGJ,CAAH,2DACfK,IAAOC,YACPD,IAAOE,YAILC,EAAQR,IAAOS,GAAVP,WAAA,CAAAC,YAAA,gBAAAC,YAAA,YAAGJ,CAAH,sHACAU,IAAMC,OAAOC,KACPF,IAAMG,MAAMC,OAMzBC,IAAMC,QARCC,MAULC,EAAWlB,IAAOmB,GAAVjB,WAAA,CAAAC,YAAA,mBAAAC,YAAA,YAAGJ,CAAH,4FAMVe,IAAMC,QANII,MAQRC,EAAarB,YAAOsB,QAAVpB,WAAA,CAAAC,YAAA,qBAAAC,YAAA,YAAGJ,CAAH,yBACZK,IAAOkB,WAcIC,UAVM,kBACnBC,EAAAC,EAAAC,cAACC,EAAA,EAAD,KACEH,EAAAC,EAAAC,cAAC5B,EAAD,CAAe8B,GAAG,WAChBJ,EAAAC,EAAAC,cAACnB,EAAD,YACAiB,EAAAC,EAAAC,cAACT,EAAD,+BACAO,EAAAC,EAAAC,cAACN,EAAD,CAAYS,GAAG,KAAf","file":"component---src-pages-404-js-347631bac0e4855ee6e4.js","sourcesContent":["import React from 'react';\nimport { Link } from 'gatsby';\n\nimport Layout from '../components/layout';\n\nimport styled from 'styled-components';\nimport { theme, mixins, media, Main } from '../styles';\n\nconst MainContainer = styled(Main)`\n ${mixins.sidePadding};\n ${mixins.flexCenter};\n flex-direction: column;\n height: 100vh !important;\n`;\nconst Title = styled.h1`\n color: ${theme.colors.blue};\n font-family: ${theme.fonts.SFMono};\n font-size: 20vw;\n line-height: 1;\n @media screen and (min-width: 1200px) {\n font-size: 200px;\n }\n ${media.phablet`font-size: 120px;`};\n`;\nconst Subtitle = styled.h2`\n font-size: 5vw;\n font-weight: 400;\n @media screen and (min-width: 1200px) {\n font-size: 50px;\n }\n ${media.phablet`font-size: 30px;`};\n`;\nconst HomeButton = styled(Link)`\n ${mixins.bigButton};\n margin-top: 40px;\n`;\n\nconst NotFoundPage = () => (\n <Layout>\n <MainContainer id=\"content\">\n <Title>404</Title>\n <Subtitle> <- Page Not Found -> </Subtitle>\n <HomeButton to=\"/\">Go Home</HomeButton>\n </MainContainer>\n </Layout>\n);\n\nexport default NotFoundPage;\n"],"sourceRoot":""}