{"version":3,"file":"component---src-pages-hackshack-hpediscover-2022-swchallenges-terms-conditions-index-js-b2a49f7eaf8eb85280e2.js","mappings":"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","sources":["webpack://hpe-dev-portal/./src/components/hackshack/Grommet/GrommetThemeWrapper.js","webpack://hpe-dev-portal/./src/pages/hackshack/hpediscover2022-swchallenges-terms-conditions/index.js"],"sourcesContent":["import React from 'react';\nimport { Grommet } from 'grommet';\nimport { hpe } from 'grommet-theme-hpe';\nimport { deepMerge } from 'grommet/utils';\nimport PropTypes from 'prop-types';\n\nconst customHpe = deepMerge(hpe, {\n global: {\n breakpoints: {\n small: {\n value: 900,\n },\n },\n },\n});\n\nconst GrommetThemeWrapper = ({ children }) => {\n return (\n <Grommet\n className=\"Test-abc-123\"\n theme={customHpe}\n themeMode=\"dark\"\n background=\"#151d29\"\n style={{ overflowX: 'hidden' }}\n >\n {children}\n </Grommet>\n );\n};\n\nGrommetThemeWrapper.propTypes = {\n children: PropTypes.node.isRequired,\n};\n\nexport default GrommetThemeWrapper;\n","import React from 'react';\nimport { Box, Button, Heading, Text, Anchor } from 'grommet';\nimport { Previous } from 'grommet-icons';\nimport { Link } from 'gatsby';\n// eslint-disable-next-line max-len\nimport GrommetThemeWrapper from '../../../components/hackshack/Grommet/GrommetThemeWrapper';\nimport { Layout } from '../../../components/hackshack';\nimport { SEO } from '../../../components';\n\nconst HPEDiscoverSWChallengesTC = () => {\n return (\n <GrommetThemeWrapper>\n <Layout background=\"/img/BackgroundImages/generic-background.png\">\n <SEO title=\"HPE Developer Hack Shack Treasure Hunt Terms\" />\n <Box align=\"start\" width=\"xlarge\" direction=\"column\">\n <Box align=\"start\">\n <Link to=\"/hackshack/arcade\">\n <Button\n color=\"white\"\n icon={<Previous size=\"small\" />}\n label=\"Back to Arcade\"\n />\n </Link>\n <Heading\n color=\"text-strong\"\n level=\"1\"\n margin={{ bottom: 'none', top: 'none' }}\n >\n HPE Hack Shack Software Challenges – HPE Discover 2022\n </Heading>\n <Text color=\"text-strong\" margin={{ bottom: 'large' }}>\n TERMS AND CONDITIONS\n </Text>\n </Box>\n <Text size=\"xlarge\">\n 1. <strong>SPONSOR:</strong> The sponsor of this giveaway is Hewlett\n Packard Enterprise Company (“HPEâ€), 1701 E Mossy Oaks Road, Spring,\n TX 77389.\n </Text>\n <br />\n <Text size=\"xlarge\">\n 2. <strong>INTRODUCTION:</strong> HPE invites HPE Discover 2022\n (“Eventâ€) attendees who wish to complete the HPE Hack Shack Software\n Challenge (“Challengeâ€) to participate in the HPE Software Challenge\n Giveaway (“Programâ€) for a chance to win a CanaKit Raspberry PI 4\n Extreme Kit (USD $140.00) (“Prizeâ€), subject to the terms and\n conditions below (“Terms and Conditionsâ€). By participating in the\n Program, participants affirm that they have read, accepted, and\n agree to waive any right to claim any ambiguity or error in these\n Terms and Conditions or the entry itself and agree to be bound by\n these Terms and Conditions and HPE’s decisions, which are final and\n binding in all respects. HPE reserves the right to review, modify,\n extend or discontinue any and/or all aspects of the Program,\n including these Terms and Conditions, at any time without prior\n notice. The Program is subject to federal, state, and local laws and\n regulations and is void where prohibited.\n </Text>\n <br />\n <Text size=\"xlarge\">\n 3. <strong>PROGRAM PERIOD:</strong> The Program begins on June 28,\n 2022 at 11:00 AM Pacific Time and ends at 4:00 PM Pacific Time on\n June 29, 2022, or when the Program budget has been reached,\n whichever is earlier (the “Program Periodâ€). Entries submitted\n before or after the Program Period will not be eligible for the\n Prize. HPE’s computer is the official time-keeping device for the\n Program.\n </Text>\n <br />\n <Text size=\"xlarge\">\n 4. <strong>ELIGIBILITY:</strong> NO HPE PRODUCT OR SERVICE PURCHASE\n NECESSARY. A PURCHASE WILL NOT IMPROVE YOUR CHANCES OF WINNING. The\n Program is open only to participants eighteen (18) years of age and\n older who are in person attendees of the Event. Void in Puerto Rico,\n U.S. territories and possessions, and where prohibited by law.\n Employees, contractors, and contingent workers of HPE, its\n subsidiaries, affiliates, their immediate family and household\n members are not eligible. Employees of the following entities are\n ineligible for this promotion: National/federal, state, and local\n government entities, public higher education institutions, and\n private or public K-12 educational institutions and libraries and\n their board members, employees, officers, representatives, agents,\n consultants and independent contractors. HPE shall determine Program\n eligibility in its sole and absolute discretion.\n </Text>\n <br />\n <Text size=\"xlarge\">\n 5. <strong>HOW TO ENTER:</strong> By completing the Challenge during\n the Program Period, participants attending the Event in person may\n be considered eligible for the Prize. LIMIT ONE (1) PRIZE PER\n PERSON/ENTRY WHILE SUPPLIES LAST. Participants who attend the Event\n virtually may take the Challenge but will not be eligible to receive\n a Prize. The Prize (approximate retail value: $140.00) is subject to\n these Terms and Conditions. In order to enter the Program,\n participants must access the Challenge website or the HPE Developer\n Hack Shack website via the link provided by HPE. Participants must\n receive a token key from the HPE Hack Shack counter desk in the\n Event show floor. At the Challenge website, participants must select\n the Challenge card of their choice, click on the “Challenge me!â€\n button, and fill in and submit the registration form with their\n valid name, email address, company name, and token key. Participants\n that submit the registration form will receive an email providing a\n link to the Challenge. Participants must then complete the Challenge\n and its accompanying quiz and submit their entry via the Challenge\n form during the Program Period.\n </Text>\n <br />\n <Text size=\"xlarge\">\n 6. <strong>PRIZE:</strong> Interested parties who merely complete\n the Challenge or submit an entry are not guaranteed a Prize. The\n total estimated retail value of each Prize is USD $140.00. HPE will\n give away a total of six (6) Prizes, with a total estimated retail\n value of USD $840.00. At the end of the Program Period, six (6)\n potential winners will be selected from all eligible entries\n received during the Program Period. A panel of two (2) HPE judges\n will select the six (6) winners who they determine have submitted\n the best Challenge entries based on the following criteria:\n Completeness and accuracy of responses to the quiz. Odds of winning\n depend on the total number of eligible entries received during the\n Program Period. Should you be awarded a Prize, it shall be your\n responsibility to claim the Prize by attending the HPE Hack Shack\n celebration party on Wednesday, June 29, 2022 between 5:00 PM\n Pacific Time and 6:00 PM Pacific Time in the HPE Hack Shack zone in\n the Event show floor. In order to win a Prize, participants must be\n present at the HPE Hack Shack celebration at the time the winners\n are announced. Failure to be present will result in forfeiture of\n the Prize, and an alternate winner may be selected from among the\n remaining eligible entries.\n </Text>\n <br />\n <Text size=\"xlarge\">\n There will be no substitution, cash redemption or transfer of\n Prizes, except in HPE’s sole discretion. The Prize may not be used\n for resale or distribution. Taxes and duties, if any, are winner’s\n responsibility. Each participant is limited to one (1) Prize only\n and any entries submitted after a participant has already received a\n Prize will not be an eligible entry. Any Prize details not specified\n herein will be determined by HPE in its sole discretion. HPE\n reserves the right to not fulfill your Prize in the event that the\n Prize is not certified in your country. Due to abuse, we cannot\n provide Prizes to individuals who submitted their entry with Yahoo,\n Gmail, Hotmail, and other email domains not registered to your\n company. Please speak directly to your HPE representative if you\n have any questions.\n </Text>\n <br />\n <Text size=\"xlarge\">\n 7. <strong>DISQUALIFICATION:</strong> HPE reserves the right to\n disqualify any participant and any entries at any time or during any\n phase of the Program for any reason whatsoever at its sole\n discretion. Without limiting the foregoing, HPE reserves the right,\n in its sole discretion, to disqualify any individual it finds to be\n tampering with the operation of the Program or any website related\n to the Program; to be acting in violation of these Terms and\n Conditions; or to be acting in a disruptive manner, or with intent\n to annoy, abuse, threaten or harass any person participating in or\n connected with the Program. Any attempt by you to obtain more than\n the stated number of entries by using multiple or different\n identities, or any other prohibited methods will void your entry and\n you shall be disqualified. Use of any automated system to\n participate is prohibited and will result in disqualification. HPE’s\n server shall be the official time stamp for the purposes of\n determining the validity of any participation in the Program (where\n applicable).\n </Text>\n <br />\n <Text size=\"xlarge\">\n 8. <strong>RELEASE AND LIMITATIONS OF LIABILITY:</strong> By\n participating in this Program, to the maximum extent permitted by\n applicable laws, you release and discharge HPE from any and all\n liability resulting from late, lost, delayed, stolen, misdirected,\n unreadable, incorrect, inaccurate, garbled, unintelligible or\n postage due communications, including without limitation, entry and\n Program information, regardless of the method of transmission. By\n participating in the Program, you agree that HPE shall not be liable\n for, and, to the maximum extent permitted by applicable laws, you\n shall release and hold HPE, its affiliates, subsidiaries, licensees,\n officers, directors, agents, representatives and employees\n (collectively, “Released Partiesâ€), harmless from, any and all\n losses, injuries, claims, and/or causes of action arising out of\n participation in the Program, the content of any entries, and/or\n receipt or use of any Prize. You waive the right to claim any\n attorneys’ fees and any damages whatsoever, including, but not\n limited to, punitive, consequential, direct, or indirect damages.\n You also agree that the Released Parties are not responsible or\n liable for any injury or damage to your or third person's computer\n and/or its contents, related to or resulting from any part of the\n Program.\n </Text>\n <br />\n <Text size=\"xlarge\">\n 9. <strong>THIRD PARTIES:</strong> For the purposes of this Program,\n HPE cannot guarantee the performance of any third party and to the\n extent permitted by applicable law shall not be liable for any act\n or default by a third party. All third party trademarks are the\n property of their respective owners. The company(ies) that own the\n trademarks for the Prize are not affiliated with HPE and are not\n sponsors of, have not endorsed, and are not participants in the\n Program.\n </Text>\n <br />\n <Text size=\"xlarge\">\n 10. <strong>PRIVACY:</strong> By participating in the Program and\n providing HPE with your personal data, you consent to the use of\n your data by HPE for purposes of conducting this Program in\n accordance with these Terms and Conditions and subject to HPE’s\n Privacy Statement, available at{' '}\n <Anchor\n href=\"https://www.hpe.com/us/en/legal/privacy.html\"\n target=\"_blank\"\n rel=\"noreferrer noopener\"\n >\n https://www.hpe.com/us/en/legal/privacy.html\n </Anchor>\n .\n </Text>\n <br />\n <Text size=\"xlarge\">\n 11. <strong>ENGLISH LANGUAGE:</strong> HPE and the Program\n participants confirm that it is their wish that the Terms and\n Conditions, as well as any other documents relating to the Terms and\n Conditions or the Program, including notices, schedules, exhibits\n and authorizations, have been and shall be drawn up in the English\n language only. HPE et les participants au programme confirment\n qu'ils souhaitent que les conditions générales, ainsi que tout autre\n document relatif aux conditions générales ou au programme, y compris\n les avis, les horaires, les expositions et les autorisations, aient\n été et soient rédigés en la langue anglaise uniquement.\n </Text>\n <br />\n <Text size=\"xlarge\">\n 12. <strong>GOVERNING LAW:</strong> The Terms and Conditions shall\n be governed by and construed under the laws of the State of New York\n without regard to conflict of laws principles. Any dispute under the\n Terms and Conditions shall be subject to the non-exclusive\n jurisdiction of the courts of the State of New York. You irrevocably\n waive any objection on the grounds of venue, forum non-conveniens or\n any similar grounds and irrevocably consent to service of process by\n mail or in any other manner permitted by applicable law and consent\n to the jurisdiction of the courts of the State of New York. You\n further hereby waive any right to a trial by jury with respect to\n any lawsuit or judicial proceeding arising or relating to the Terms\n and Conditions.\n </Text>\n </Box>\n </Layout>\n </GrommetThemeWrapper>\n );\n};\n\nexport default HPEDiscoverSWChallengesTC;\n"],"names":["customHpe","deepMerge","hpe","global","breakpoints","small","value","_ref","children","React","Grommet","className","theme","themeMode","background","style","overflowX","HPEDiscoverSWChallengesTC","GrommetThemeWrapper","Layout","SEO","title","Box","align","width","direction","Link","to","Button","color","icon","Previous","size","label","Heading","level","margin","bottom","top","Text","Anchor","href","target","rel"],"sourceRoot":""}