-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-index-js-7b59603f75bdd684c0f4.js.map
1 lines (1 loc) · 3.89 KB
/
component---src-pages-index-js-7b59603f75bdd684c0f4.js.map
1
{"version":3,"sources":["webpack:///./src/pages/index.js"],"names":["IndexPage","className","style","color"],"mappings":"yIAAA,2CAiFeA,UA5EG,WAChB,OACE,wBAAMC,UAAU,cACd,2CACA,uBAAKA,UAAU,YACb,uBAAKA,UAAU,mBACb,uBAAKA,UAAU,cAAf,OAAgC,wBAAMC,MAAO,CAACC,MAAM,QAApB,KAAhC,OAAwE,wBAAMD,MAAO,CAACC,MAAM,QAApB,KAAxE,MACA,uBAAKF,UAAU,iBAAf,cAIJ,uBAAKA,UAAU,YACb,uBAAKA,UAAU,qBACb,uBAAKA,UAAU,iBAAf,8DAGA,uBAAKA,UAAU,oBAAf,+FAGA,uBAAKA,UAAU,eAAf,iBAEF,uBAAKA,UAAU,sBAGjB,uBAAKA,UAAU,sBACb,uBAAKA,UAAU,oBAAf,iBAGF,uBAAKA,UAAU,qBACb,uBAAKA,UAAU,kBACf,uBAAKA,UAAU,gBACb,0CACA,wEACA,mEAIJ,uBAAKA,UAAU,qBACb,uBAAKA,UAAU,0BACb,uBAAKA,UAAU,gBACb,iDACA,gIAEF,uBAAKA,UAAU,oBAInB,uBAAKA,UAAU,qBACb,uBAAKA,UAAU,0BACb,uBAAKA,UAAU,kBACf,uBAAKA,UAAU,gBACb,8CACA,+GACA,yFAKN,uBAAKA,UAAU,qBACb,uBAAKA,UAAU,0BACb,uBAAKA,UAAU,gBACb,uDACA,qHAEF,uBAAKA,UAAU,oBAInB,0BAAQA,UAAU,kBAChB,sEACA,uBAAKA,UAAU,iBAAf","file":"component---src-pages-index-js-7b59603f75bdd684c0f4.js","sourcesContent":["import * as React from \"react\"\nimport \"../layouts/reset.css\"\nimport \"../layouts/index.css\"\n\n// markup\nconst IndexPage = () => {\n return (\n <main className=\"pageStyles\">\n <title>Bake Cloud</title>\n <div className=\"backDiv1\">\n <div className=\"headerContainer\">\n <div className=\"headerLogo\">Bake<span style={{color:\"red\"}}>C</span>loud<span style={{color:\"red\"}}>.</span>io</div>\n <div className=\"headerGetDemo\">Get Demo</div>\n </div>\n </div>\n\n <div className=\"backDiv2\">\n <div className=\"textContainerDiv2\">\n <div className=\"titleTextDiv2\">\n A remote compilation solution for Kernel and OS developers\n </div>\n <div className=\"subtitleTextDiv2\">\n Build projects like AOSP and Linux Kernel without the hassle of maintaining caches locally.\n </div>\n <div className=\"getDemoDiv2\">Get Demo Now</div>\n </div>\n <div className=\"consoleContainer\"></div>\n </div>\n\n <div className=\"keyFeaturesEclipse\">\n <div className=\"keyFeaturesTitle\">Key Features</div>\n </div>\n\n <div className=\"feature1container\">\n <div className=\"feature1image\"></div>\n <div className=\"feature1text\">\n <h1>Cloud Builds</h1>\n <p>No need to maintain compile caches locally.</p>\n <p>Bake stores it for you in the cloud.</p>\n </div>\n </div>\n\n <div className=\"feature2container\">\n <div className=\"feature2innerContainer\">\n <div className=\"feature2text\">\n <h1>Faster Compilations</h1>\n <p>Bake's efficient compile cache management ensures the compilation takes the minimum time possible.</p>\n </div>\n <div className=\"feature2image\"></div>\n </div>\n </div>\n\n <div className=\"feature3container\">\n <div className=\"feature3innerContainer\">\n <div className=\"feature3image\"></div>\n <div className=\"feature3text\">\n <h1>Remote Debugging</h1>\n <p>No need to download the built image if you just want to debug the program remotely</p>\n <p>Useful while working on a cross platform embedded project</p>\n </div>\n </div>\n </div>\n\n <div className=\"feature4container\">\n <div className=\"feature4innerContainer\">\n <div className=\"feature4text\">\n <h1>Collaborative Environment</h1>\n <p>Share cache between teams to reduce the cache dependency from 1 per user to 1 per team.</p>\n </div>\n <div className=\"feature4image\"></div>\n </div>\n </div> \n\n <footer className=\"landing-footer\">\n <p>Say hello to hassle-free cache management</p>\n <div className=\"getDemoFooter\">Get A Demo Now</div>\n </footer> \n </main>\n )\n}\n\nexport default IndexPage\n"],"sourceRoot":""}