-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-jorge-gps-js-0b56af5a6e7e6d0c2915.js.map
1 lines (1 loc) · 2.06 KB
/
component---src-pages-jorge-gps-js-0b56af5a6e7e6d0c2915.js.map
1
{"version":3,"sources":["webpack:///./src/pages/jorge_gps.js"],"names":["JorgeGps","styles","href","rel","title","css","class","src","width","height","frameborder","allow","allowfullscreen"],"mappings":"2FAAA,gG,6TAKe,SAASA,IACtB,OACE,8BACE,YAAC,IAAD,CACEC,OAAM,IAwBR,oBACEC,KAAK,kEACLC,IAAI,eAEN,YAAC,IAAD,CAAKC,MAAM,cACX,mBACEC,IAAG,GAQH,mCACA,sBACEC,MAAM,QACNC,IAAI,2CACJC,MAAM,MACNC,OAAO,MACPC,YAAY,IACZC,MAAM,uBACNC,iBAAe,IAGjB,iBACEN,MAAM,OACNJ,KAAK,qEAFP","file":"component---src-pages-jorge-gps-js-0b56af5a6e7e6d0c2915.js","sourcesContent":["import React from \"react\"\nimport { css, Global } from \"@emotion/core\"\n\nimport SEO from \"../components/seo\"\n\nexport default function JorgeGps() {\n return (\n <>\n <Global\n styles={css`\n html,\n body {\n font-family: \"Squada One\", cursive;\n }\n\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n h1 {\n font-size: 60px;\n font-weight: normal;\n text-align: center;\n }\n\n .link {\n font-size: 30px;\n }\n `}\n />\n\n <link\n href=\"https://fonts.googleapis.com/css?family=Squada+One&display=swap\"\n rel=\"stylesheet\"\n />\n <SEO title=\"Jorge GPS\" />\n <div\n css={css`\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n padding: 20px;\n `}\n >\n <h1>Jorge GPS</h1>\n <iframe\n class=\"video\"\n src=\"https://player.vimeo.com/video/367240337\"\n width=\"640\"\n height=\"480\"\n frameborder=\"0\"\n allow=\"autoplay; fullscreen\"\n allowfullscreen\n ></iframe>\n\n <a\n class=\"link\"\n href=\"https://www.waze.com/ul?acvp=87DB32EB-603F-458E-9DD3-C01918F5C229\"\n >\n Get it on your phone\n </a>\n </div>\n </>\n )\n}\n"],"sourceRoot":""}