-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-privacy-policy-tsx-acdbd638dca638e75c28.js.map
1 lines (1 loc) · 15 KB
/
component---src-pages-privacy-policy-tsx-acdbd638dca638e75c28.js.map
1
{"version":3,"sources":["webpack:///./node_modules/@material-ui/core/esm/Card/Card.js","webpack:///./src/pages/privacy-policy.tsx"],"names":["Card","props","ref","classes","className","_props$raised","raised","other","root","elevation","overflow","name","StyledHeader","styled","div","theme","palette","primary","light","Header","size","variant","align","StyledPrivacyContainer","contrastText","bps","down","PrivacyPolicy","title","keywords","textThemeDark","HomePage","render","htmlAttributes","lang","React","Component"],"mappings":"6FAAA,4EAYIA,EAAoB,cAAiB,SAAcC,EAAOC,GAC5D,IAAIC,EAAUF,EAAME,QAChBC,EAAYH,EAAMG,UAClBC,EAAgBJ,EAAMK,OACtBA,OAA2B,IAAlBD,GAAmCA,EAC5CE,EAAQ,YAAyBN,EAAO,CAAC,UAAW,YAAa,WAErE,OAAoB,gBAAoB,IAAO,YAAS,CACtDG,UAAW,kBAAKD,EAAQK,KAAMJ,GAC9BK,UAAWH,EAAS,EAAI,EACxBJ,IAAKA,GACJK,OAGU,gBApBK,CAElBC,KAAM,CACJE,SAAU,WAiBoB,CAChCC,KAAM,WADO,CAEZX,I,oNCjBGY,EAAeC,IAAOC,IAAV,+EAAGD,CAAH,mDAGI,SAAAZ,GAAK,OAAIA,EAAMc,MAAMC,QAAQC,QAAQC,SAErDC,EAAS,WACb,OACE,kBAACP,EAAD,KACE,kBAAC,IAAD,CAAgBQ,KAAM,MACtB,kBAAC,IAAD,CAAYC,QAAQ,KAAKC,MAAM,UAA/B,oBAOAC,EAAyBV,IAAOC,IAAV,yFAAGD,CAAH,iTASN,SAAAZ,GAAK,OAAIA,EAAMc,MAAMC,QAAQC,QAAQO,eAMrDC,IAAIC,KAAK,OAQTC,EAAgB,WACpB,OACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,iBAAiBC,SAAU,CAAC,WAAD,oBACtC,kBAACN,EAAD,KACE,kBAAC,IAAD,CAAkBR,MAAOe,KACvB,kBAACX,EAAD,MACA,kBAAC,IAAD,CAAMf,UAAU,QACd,6BACE,gKAKA,kiBAYF,6BACE,kBAAC,IAAD,CAAgBgB,KAAM,IACtB,mEACA,uwBAgBF,kBAAC,IAAD,CAAgBA,KAAM,IACtB,6BACE,gEACA,4mBAYA,yGAIA,2BACE,4DAEF,uSAOA,2BACE,gEAEF,qPAMA,2BACE,8CAEF,8HAKF,kBAAC,IAAD,CAAgBA,KAAM,IACtB,6BACE,iEACA,0UAQF,kBAAC,IAAD,CAAgBA,KAAM,IACtB,6BACE,0CACA,yTAOA,mkBAYF,kBAAC,IAAD,CAAgBA,KAAM,IACtB,6BACE,8CACA,wZAUF,kBAAC,IAAD,CAAgBA,KAAM,IACtB,6BACE,qCACA,odAUF,kBAAC,IAAD,CAAgBA,KAAM,IAAM,IAC5B,6BACE,2FAGA,klBAYA,+WAQA,uSAQF,kBAAC,IAAD,CAAgBA,KAAM,IAAM,IAC5B,6BACE,8DACA,8cAWJ,kBAAC,IAAD,CAAgBA,KAAM,UAO1BW,E,kGACJC,OAAA,WACE,OACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAQC,eAAgB,CAAEC,KAAM,MAAQN,MAAO,aAC/C,kBAAC,IAAD,MACA,kBAACD,EAAD,MACA,kBAAC,IAAD,Q,GAPeQ,IAAMC,WAadL","file":"component---src-pages-privacy-policy-tsx-acdbd638dca638e75c28.js","sourcesContent":["import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutProperties from \"@babel/runtime/helpers/esm/objectWithoutProperties\";\nimport * as React from 'react';\nimport clsx from 'clsx';\nimport Paper from '../Paper';\nimport withStyles from '../styles/withStyles';\nexport var styles = {\n /* Styles applied to the root element. */\n root: {\n overflow: 'hidden'\n }\n};\nvar Card = /*#__PURE__*/React.forwardRef(function Card(props, ref) {\n var classes = props.classes,\n className = props.className,\n _props$raised = props.raised,\n raised = _props$raised === void 0 ? false : _props$raised,\n other = _objectWithoutProperties(props, [\"classes\", \"className\", \"raised\"]);\n\n return /*#__PURE__*/React.createElement(Paper, _extends({\n className: clsx(classes.root, className),\n elevation: raised ? 8 : 1,\n ref: ref\n }, other));\n});\nprocess.env.NODE_ENV !== \"production\" ? void 0 : void 0;\nexport default withStyles(styles, {\n name: 'MuiCard'\n})(Card);","import Footer from \"components/Footer\"\nimport NavBar from \"components/NavBar\"\nimport SEO from \"components/seo\"\nimport React from \"react\"\nimport Helmet from \"react-helmet\"\nimport styled from \"styled-components\"\nimport Layout from \"components/Layout\"\nimport { Card, MuiThemeProvider, Typography } from \"@material-ui/core\"\nimport { VerticalSpacer } from \"components/Spacer\"\nimport { bps, textThemeDark } from \"theme/index\"\n\nconst StyledHeader = styled.div`\n width: 100%;\n height: 400px;\n background-color: ${props => props.theme.palette.primary.light};\n`\nconst Header = () => {\n return (\n <StyledHeader>\n <VerticalSpacer size={150} />\n <Typography variant=\"h2\" align=\"center\">\n Privacy Policy\n </Typography>\n </StyledHeader>\n )\n}\n\nconst StyledPrivacyContainer = styled.div`\n width: 100%;\n box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14),\n 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.2);\n height: auto;\n\n display: flex;\n flex-direction: column;\n align-items: center;\n background-color: ${props => props.theme.palette.primary.contrastText};\n\n .card {\n border-radius: 16px;\n max-width: 75%;\n margin-top: -120px;\n ${bps.down(\"sm\")} {\n max-width: 90%;\n }\n\n padding: 48px;\n }\n`\n\nconst PrivacyPolicy = () => {\n return (\n <Layout>\n <SEO title=\"Privacy Policy\" keywords={[`kintohub`, `privacy policy`]} />\n <StyledPrivacyContainer>\n <MuiThemeProvider theme={textThemeDark}>\n <Header />\n <Card className=\"card\">\n <div>\n <p>\n We understand the significance of your privacy, which we are\n committed to protecting via our compliance with this Privacy\n Policy.\n </p>\n <p>\n Carefully read this Privacy Policy to understand our policies\n and practices concerning your information and how we will treat\n it. If you disagree with the Privacy Policy, don't register\n with, or use the Services. By registering with, or using the\n Services, you agree to this Privacy Policy. This Policy may be\n modified at any time, and your continued use of the Services\n after any modification will be deemed to be acceptance of those\n modifications, so ensure you check the Privacy Policy\n periodically for updates.\n </p>\n </div>\n <div>\n <VerticalSpacer size={8} />\n <h2>Personal identification information</h2>\n <p>\n We may receive personal identification information from Users\n via various methods, such as when a User visits the site,\n register, makes an order, and in line with other activities,\n services, features or resources that are available on our Site.\n When making an order, a User may be asked to submit his/her\n name, email address, phone number, mailing address, credit card\n information. However, a User may visit our Site anonymously. We\n will obtain personal identification information from Users only\n when they deliberately submit such information to us. Users are\n always free to refuse to provide personal identification\n information; however, in such a situation, that they may be\n prevented from engaging in some specific Site related\n activities.\n </p>\n </div>\n <VerticalSpacer size={8} />\n <div>\n <h2>How we use collected information</h2>\n <p>\n The various mailing lists, registration forms, special offers,\n downloads, contests, and surveys available on the Site may\n request that you provide us with contact information like your\n name, mailing and/or e-mail address, as well as demographic\n information like your gender and age, and even personal\n preference information like your preferred interests. All\n information submitted will be used by KintoHub only when\n necessary for its legitimate business interests, including with\n no limitation to the improvement of our products, services and\n the contents available on or through the Site.\n </p>\n <p>\n We may collect and use personal information for the purposes\n stated below:\n </p>\n <p>\n <strong>For payments processing</strong>\n </p>\n <p>\n We may use the information Users submit about themselves when\n making an order only to render service so as to fulfill that\n order. We don’t share, transmit or distribute the information we\n get to any third party unless to the degree necessary to render\n the service.\n </p>\n <p>\n <strong>For sending periodic emails</strong>\n </p>\n <p>\n We may use the email address submitted to send User information\n and any updates concerning orders or our products and services.\n Also, it may be used to send feedback to any inquiry, question,\n and/or other requests.\n </p>\n <p>\n <strong>For login</strong>\n </p>\n <p>\n We may use the information Users submit for any login to access\n and engage in digital courses.\n </p>\n </div>\n <VerticalSpacer size={8} />\n <div>\n <h2>How we safeguard your information</h2>\n <p>\n We employ proper data collection, storage and processing methods\n and security measures to safeguard against unauthorized access,\n change, disclosure or damage of your personal information (which\n includes your username, password, transaction information), and\n any data stored and secured on the Site.\n </p>\n </div>\n <VerticalSpacer size={8} />\n <div>\n <h2>Disclosure</h2>\n <p>\n We may disclose personal data about you to others for the\n following reasons: (a) if you offer us your valid consent to do\n so; (b) to comply with an appropriate subpoena, court order,\n legal order, legal process, or any legal obligation; (c) to\n implement any of our terms or policies.\n </p>\n <p>\n Also, we may transfer your personal data to an affiliate, a\n subsidiary or a third party during any merger, reorganization,\n sale, joint venture, assignment, transfer or other disposition\n of any aspect of our business, assets or stock, including with\n no limitation, in line with any bankruptcy or related\n proceeding, given that any such entity that we transfer any\n personal data to will not be allowed to process your personal\n data except as stated in this Policy without giving you notice\n and, if compelled by applicable laws, getting your consent.\n </p>\n </div>\n <VerticalSpacer size={8} />\n <div>\n <h2>Cookies Policy</h2>\n <p>\n Our Site may use “cookies” to improve the User experience.\n User’s web browser inserts cookies on their hard drive for the\n sake of record-keeping and sometimes to track information on\n them. The user may decide to set their web browser to reject\n cookies, or to inform them when cookies are being sent. If they\n do so, note that some aspects of the Site may not function\n properly.\n </p>\n </div>\n <VerticalSpacer size={8} />\n <div>\n <h2>Links</h2>\n <p>\n The Site may regularly contain links to the sites of our partner\n networks, affiliates and advertisers. If you click on any link\n to any of these sites, never forget that these sites have their\n own privacy policies (and even terms and conditions), and that\n we don’t accept any form of responsibility or liability for\n these sites or their policies. Kindly check the policies of\n these sites before you submit any personal data to the sites.\n </p>\n </div>\n <VerticalSpacer size={8} />{\" \"}\n <div>\n <h2>\n Access or Change Your Personal Data and Data Subject Rights\n </h2>\n <p>\n KintoHub understands that you may want to change, access or\n delete your Personal Data. You may do so by accessing your\n profile or by contacting us. To protect your privacy and\n security, we will verify your identity before accepting a\n request, granting access or making changes to your Personal\n Data. Any request to access your Personal Data will be answered\n within 30 days of verifying your request. If you have created a\n profile on any of the services available on our Site, your\n e-mail address and password are required so as to access your\n profile information.\n </p>\n <p>\n You may have particular rights under local legislation to: (i)\n request access to your Personal Data; (ii) request correction of\n your Personal Data; (iii) request erasure of your Personal Data;\n (iv) request limitation of processing of your Personal Data; (v)\n request data portability; (vi) object to the processing of your\n Personal Data.\n </p>\n <p>\n We will retain your information for as long as your account is\n active or as required to offer you the services. Additionally,\n we will retain and use your information as necessary to comply\n with our legal obligations, settle disputes, and implement our\n agreements.\n </p>\n </div>\n <VerticalSpacer size={8} />{\" \"}\n <div>\n <h2>Changes to this privacy policy</h2>\n <p>\n We reserve the right to update or modify this privacy policy at\n any time based on sole discretion. When we do, we will modify\n the updated date at the bottom of this page. We advise Users to\n constantly check this page for any modifications to stay updated\n on how we protect the personal information we get. You accept\n that it is your sole responsibility to go through this privacy\n policy regularly and become aware of any changes.\n </p>\n </div>\n </Card>\n <VerticalSpacer size={100} />\n </MuiThemeProvider>\n </StyledPrivacyContainer>\n </Layout>\n )\n}\n\nclass HomePage extends React.Component {\n render() {\n return (\n <Layout>\n <Helmet htmlAttributes={{ lang: \"en\" }} title={\"Kintohub\"} />\n <NavBar />\n <PrivacyPolicy />\n <Footer />\n </Layout>\n )\n }\n}\n\nexport default HomePage\n"],"sourceRoot":""}