-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-about-js-22e6116b49f0843ce1ec.js.map
1 lines (1 loc) · 3.61 KB
/
component---src-pages-about-js-22e6116b49f0843ce1ec.js.map
1
{"version":3,"sources":["webpack:///./src/pages/about.js"],"names":["AboutPage","title","md","span","offset","href"],"mappings":"6FAAA,4FAkFeA,UA7EG,kBAChB,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,UACX,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,GAAI,CAAEC,KAAM,EAAGC,OAAQ,IAC1B,4CACA,gLAOJ,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKF,GAAI,CAAEC,KAAM,EAAGC,OAAQ,IAC1B,8CACA,4IAIA,yGAEY,uBAAGC,KAAK,4BAAR,mBAFZ,mDAMA,4CACA,2OAKA,8DACmC,IACjC,uBAAGA,KAAK,4CAAR,oBAFF,KAQA,mDACA,gMAKA,sGAEM,iDAFN,kFAMA,+CACA,8PAOA,mDACA,2GAEU,2CAFV,2CAIA","file":"component---src-pages-about-js-22e6116b49f0843ce1ec.js","sourcesContent":["import React from \"react\";\nimport { Col, Row, Card, ListGroup, Container } from \"react-bootstrap\";\nimport Layout from \"../components/layout\";\nimport SEO from \"../components/seo\";\n\nconst AboutPage = () => (\n <Layout>\n <SEO title=\"About\" />\n <Container>\n <Row>\n <Col md={{ span: 8, offset: 2 }}>\n <h1>About Kegbot</h1>\n <p>\n Kegbot is a free, open source project, created in 2003 by Mike\n Wakerly. Kegbot is supported today by a community of volunteers and\n enthusiasts.\n </p>\n </Col>\n </Row>\n <Row>\n <Col md={{ span: 8, offset: 2 }}>\n <h3>Help & Support</h3>\n <p>\n Kegbot is run by volunteers. We do not offer emailed help or\n support, or any other forms of official support.\n </p>\n <p>\n If you have a question or are looking for help, we recommend you\n visit the <a href=\"https://forum.kegbot.org\">community forum</a> and\n search for the topic you're interested in.\n </p>\n\n <h3>Contributing</h3>\n <p>\n We're always open to patches, documentation improvements, new ideas,\n and technical contributions! The best way to contribute is to send\n us a pull request on GitHub for the Kegbot project you're modifying.\n </p>\n <p>\n You can also get in touch in the{\" \"}\n <a href=\"https://forum.kegbot.org/c/developers/45\">\n Developers forum\n </a>\n .\n </p>\n\n <h3>Purchasing Hardware</h3>\n <p>\n We do not sell anything, including hardware. If someone is offering\n Kegbot hardware, it's likely a kit they've built based on our plans,\n or a misuse of our name.\n </p>\n <p>\n In 2014, Bevbot LLC ran a sucessful Kickstarter campaign, producing\n the <em>Kegboard Pro Mini</em> controller and some related\n accessories. These products are all discontinued.\n </p>\n\n <h3>Commercial Uses</h3>\n <p>\n We do not recommend, and in any case cannot directly support, use in\n commercial settings like bars, breweries, and restaurants. However,\n you are absolutely free to use Kegbot however you wish under the\n terms of its license.\n </p>\n\n <h3>License & Copyright</h3>\n <p>\n All Kegbot software is offered under a free and open source license.\n See the <tt>LICENSE.txt</tt> file in each project for more details.\n </p>\n <p>\n Copyright for all Kegbot software is owned and held by its\n contributors. The name \"Kegbot\" is a trademark, please don't use it\n for other things.\n </p>\n </Col>\n </Row>\n </Container>\n </Layout>\n);\n\nexport default AboutPage;\n"],"sourceRoot":""}