-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponent---src-pages-about-js-738961a9611f9aa4e8d4.js.map
1 lines (1 loc) · 1.69 KB
/
component---src-pages-about-js-738961a9611f9aa4e8d4.js.map
1
{"version":3,"file":"component---src-pages-about-js-738961a9611f9aa4e8d4.js","mappings":"wIAGA,qBAAe,OACb,gBAAC,IAAD,KACE,uBACEA,MAAO,CACLC,SAAS,WACTC,IAAI,QACJC,KAAK,MACLC,UAAU,wBACVC,QAAQ,OACRC,cAAc,SACdC,WAAW,WAGb,uBACEP,MAAO,CACLK,QAAQ,OACRC,cAAc,SACdE,eAAe,eACfC,MAAM,QACNC,OAAO,OACPC,WAAW,aAGf,uBACEX,MAAO,CACLK,QAAQ,OACRC,cAAc,SACdE,eAAe,eACfC,MAAM,QACNC,OAAO,OACPC,WAAW,cAIjB","sources":["webpack://docunext/./src/pages/about.js"],"sourcesContent":["import React from \"react\"\nimport Layout from \"../components/layout\"\n\nexport default () => (\n <Layout>\n <div\n style={{\n position: `absolute`,\n top: `500px`,\n left: `50%`,\n transform: `translate(-50%, -50%)`,\n display: `flex`,\n flexDirection: `column`,\n alignItems: `center`,\n }}\n >\n <div\n style={{\n display: `flex`,\n flexDirection: `column`,\n justifyContent: `space-around`,\n width: `140px`,\n height: `50px`,\n background: `#1d4c86`,\n }}\n ></div>\n <div\n style={{\n display: `flex`,\n flexDirection: `column`,\n justifyContent: `space-around`,\n width: `140px`,\n height: `50px`,\n background: `#1d8086`,\n }}\n ></div>\n </div>\n <p>\n Docunext is a blog by me, Albert Lash, featuring a collection of technical\n notes I have collected over a decade of working with mostly open source,\n networking and server software.\n </p>\n </Layout>\n)"],"names":["style","position","top","left","transform","display","flexDirection","alignItems","justifyContent","width","height","background"],"sourceRoot":""}