-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-about-js-cb59b4d52af4bdc8cbb6.js.map
1 lines (1 loc) · 3 KB
/
component---src-pages-about-js-cb59b4d52af4bdc8cbb6.js.map
1
{"version":3,"sources":["webpack:///./src/pages/about.js","webpack:///./src/images/profile.png","webpack:///./src/images/loui.png","webpack:///./src/utils/sc-utils.js","webpack:///./src/images/tea.png"],"names":["Content","styled","div","ContentStyles","ProfilePicContainer","ProfilePic","profilePic","src","loui","alt","tea","module","exports","css"],"mappings":"6FAAA,mIAQMA,EAAUC,IAAOC,IAAV,qEAAGD,CAAH,kGACTE,KAaEC,EAAsBH,IAAOC,IAAV,iFAAGD,CAAH,0CAInBI,EAAaJ,IAAOC,IAAV,wEAAGD,CAAH,mLAEWK,KAWZ,4BACb,kBAAC,IAAD,KACE,kBAACN,EAAD,KACE,kBAACI,EAAD,KACE,kBAACC,EAAD,OAEF,qCACA,sJAIA,yBAAKE,IAAKC,IAAMC,IAAI,SACpB,wSAKA,yBAAKF,IAAKG,IAAKD,IAAI,iBACnB,gJ,uBCzDNE,EAAOC,QAAU,IAA0B,uD,qBCA3CD,EAAOC,QAAU,IAA0B,oD,kCCA3C,kDAEaT,EAAgBU,YAAH,oD,qBCF1BF,EAAOC,QAAU,IAA0B","file":"component---src-pages-about-js-cb59b4d52af4bdc8cbb6.js","sourcesContent":["import React from 'react'\nimport styled from 'styled-components'\nimport Layout from '../components/layout'\nimport {ContentStyles} from '../utils/sc-utils';\nimport profilePic from '../../src/images/profile.png'\nimport loui from '../../src/images/loui.png'\nimport tea from '../../src/images/tea.png'\n\nconst Content = styled.div`\n ${ContentStyles}\n margin-top: 10px;\n max-width: 520px;\n \n & h3 {\n font-size: 16px;\n margin-top: 20px;\n }\n \n & p {\n font-size: 14px;\n }\n`\nconst ProfilePicContainer = styled.div`\n display: flex;\n justify-content: center;\n`\nconst ProfilePic = styled.div`\n border-radius: 50%;\n background-image: url('${profilePic}');\n background-position: center top;\n background-size: cover;\n height: 140px;\n width: 140px;\n \n @media(min-width: 552px) {\n height: 200px;\n width: 200px;\n } \n`\nexport default () => (\n <Layout>\n <Content>\n <ProfilePicContainer>\n <ProfilePic/>\n </ProfilePicContainer>\n <h3>About</h3>\n <p>\n I'm a dog lover, a tea lover and a coding addict. Check out my Aussie Bulldog Loui balancing a tennis\n ball on his nose.\n </p>\n <img src={loui} alt=\"Loui\"/>\n <p>\n I love green tea. Everything matters when making green tea. You need the right tools, timing, temperature\n and ingredients to make a good cup. A bit like software development! This is my handcrafted shiboridashi set\n I bought from Tokyo to make my gyokuro and sencha.\n </p>\n <img src={tea} alt=\"Shiboridashi\"/>\n <p>\n When I'm not coding you'll find me reading my kindle or meditating. The way our brain works is truly amazing.\n </p>\n </Content>\n </Layout>\n)","module.exports = __webpack_public_path__ + \"static/profile-913ece80b01bcfec1565731a6738fb01.png\";","module.exports = __webpack_public_path__ + \"static/loui-84d45ff8cc76b413eb718152482c0743.png\";","import {css} from 'styled-components'\n\nexport const ContentStyles = css`\n margin: 0 auto;\n max-width: 740px;\n padding: 0 20px;\n`","module.exports = __webpack_public_path__ + \"static/tea-f87725c562db5e12aba01dcb2c370af9.png\";"],"sourceRoot":""}