\n )\n}\n","import React from 'react';\nimport CloseIcon from '@material-ui/icons/Close';\nimport Dialog from '@material-ui/core/Dialog';\nimport DialogContent from '@material-ui/core/DialogContent';\nimport DialogContentText from '@material-ui/core/DialogContentText';\nimport DialogTitle from '@material-ui/core/DialogTitle';\n\nexport default function Donate(props) {\n\n return (\n
\n \n\n
\n )\n}","import React from 'react';\nimport './App.css';\nimport Amplify from 'aws-amplify';\nimport { AmplifyAuthenticator, AmplifyGoogleButton, AmplifySignUp, AmplifyContainer, AmplifySignIn } from '@aws-amplify/ui-react';\nimport { AuthState, onAuthUIStateChange } from '@aws-amplify/ui-components';\nimport awsconfig from './aws-exports';\nimport { createMuiTheme, ThemeProvider, makeStyles, responsiveFontSizes } from '@material-ui/core/styles';\nimport CssBaseline from '@material-ui/core/CssBaseline'\nimport purple from '@material-ui/core/colors/purple';\nimport green from '@material-ui/core/colors/green';\nimport MainPage from './MainPage';\nimport Snackbar from '@material-ui/core/Snackbar';\nimport Grid from '@material-ui/core/Grid';\nimport Typography from '@material-ui/core/Typography';\nimport { Auth } from 'aws-amplify';\nimport ReactGA from 'react-ga';\nimport Donate from './Donate';\nlet theme = createMuiTheme({\n palette: {\n primary: {\n main: purple[500],\n },\n secondary: {\n main: green[500],\n },\n },\n});\n\nconst useStyles = makeStyles((theme) => ({\n card2: {\n position: 'relative',\n margin: '5% 0',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n flexDirection: 'column',\n maxHeight: 500,\n },\n gbutton: {\n width: 300,\n marginLeft: \"auto\",\n marginRight: \"auto\",\n paddingTop: 20\n }\n}));\n\ntheme = responsiveFontSizes(theme);\n//awsconfig.oauth = {}\nawsconfig.oauth.redirectSignIn = `${window.location.origin}/`;\nawsconfig.oauth.redirectSignOut = `${window.location.origin}/`;\n\nAmplify.configure(awsconfig);\nReactGA.initialize('UA-201452247-1', { debug: false });\n//15300612052-bk22s6405fpjcts5fsgk93ktvaehl2ja.apps.googleusercontent.com&redirect_uri=https%3A%2F%2Fcamptext5afd530f-5afd530f-dev.auth.us-west-2.amazoncognito.com%2Foauth2%2Fidpresponse&scope=openid%20email%20profile&response_type=code&state=ZXlKMWMyVnlVRzl2YkVsa0lqb2lkWE10ZDJWemRDMHlYM05xUmtsb1NHeDJieUlzSW5CeWIzWnBaR1Z5VG1GdFpTSTZJa2R2YjJkc1pTSXNJbU5zYVdWdWRFbGtJam9pTTNaMk5HcHRjakExYUROMlp6ZGlNWFYwWm1weFlUSnJOMmdpTENKeVpXUnBjbVZqZEZWU1NTSTZJbWgwZEhBNkx5OXNiMk5oYkdodmMzUTZNekF3TUM4aUxDSnlaWE53YjI1elpWUjVjR1VpT2lKamIyUmxJaXdpY0hKdmRtbGtaWEpVZVhCbElqb2lSMjl2WjJ4bElpd2ljMk52Y0dWeklqcGJJbUYzY3k1amIyZHVhWFJ2TG5OcFoyNXBiaTUxYzJWeUxtRmtiV2x1SWl3aVpXMWhhV3dpTENKdmNHVnVhV1FpTENKd2FHOXVaU0lzSW5CeWIyWnBiR1VpWFN3aWMzUmhkR1VpT201MWJHd3NJbU52WkdWRGFHRnNiR1Z1WjJVaU9tNTFiR3dzSW1OdlpHVkRhR0ZzYkdWdVoyVk5aWFJvYjJRaU9tNTFiR3dzSW01dmJtTmxJam9pYmtKR2VsZE9VMkZDU20xdVptcFBkMUl4YzJ0RFpWTTNSRkpPYmt0YVNsYzNaVEJ5U1hCaFV6TktXR000Y1VWQ2JIQk9ZV3huVFhOSlVrNHRlRU5WVGpSZlJFSjRhMFU1U205VVIwUlVMUzFHWTI0NWFraHVibE5CVVVobFpHbHVZVEpSZFUxRWVtdHhkRVJQT0U1WlJHcGhjMWxNTldreFkxSlZjMUpyY0ZkamVtOXRPVEpWVkMxUVVVTnRhbFJtVHpWaFRubHlRMGh1VFZWc2NFWkZXbk4wTXpCbUxUUXRVV2hySWl3aWMyVnlkbVZ5U0c5emRGQnZjblFpT2lKallXMXdkR1Y0ZERWaFptUTFNekJtTFRWaFptUTFNekJtTFdSbGRpNWhkWFJvTG5WekxYZGxjM1F0TWk1aGJXRjZiMjVqYjJkdWFYUnZMbU52YlNJc0ltTnlaV0YwYVc5dVZHbHRaVk5sWTI5dVpITWlPakUyTWpFd09UUXdNeklzSW5ObGMzTnBiMjRpT201MWJHd3NJblZ6WlhKQmRIUnlhV0oxZEdWeklqcHVkV3hzTENKemRHRjBaVVp2Y2t4cGJtdHBibWRUWlhOemFXOXVJanBtWVd4elpYMD06WnhzbmN4YU5hQ0FsQktJbDZBVFlwNlVnbnZ\n// const federated = {\n// googleClientId: \"15300612052-bk22s6405fpjcts5fsgk93ktvaehl2ja.apps.googleusercontent.com\",\n// }\nvar hidden = false\nconst AuthStateApp = () => {\n const [authState, setAuthState] = React.useState();\n const [user, setUser] = React.useState();\n const classes = useStyles();\n\n function hideAWS() {\n if (hidden) return\n let s11 = document.querySelector(\"amplify-sign-in\")\n if (!s11) return\n let s1 = s11.shadowRoot\n if (s1) {\n let s21 = s1.querySelector(\"amplify-federated-buttons\")\n if (!s21) return\n let s2 = s21.shadowRoot\n if (s2) {\n let s31 = s2.querySelector(\"amplify-oauth-button\")\n if (!s31) return\n let s3 = s31.style.display = \"none\";\n hidden = true\n }\n }\n }\n const [snack, setSnack] = React.useState(true)\n function onCloseSnack() {\n setSnack(false)\n }\n // function signGoogle() {\n // Auth.federatedSignIn({ provider: \"Google\" });\n // // setTimeout(function () {\n // // window.location.reload()\n // // })\n // }\n React.useEffect(() => {\n ReactGA.pageview(window.location.pathname); \n window.setInterval(hideAWS, 300);\n return onAuthUIStateChange((nextAuthState, authData) => {\n setAuthState(nextAuthState);\n setUser(authData)\n });\n }, []);\n return authState === AuthState.SignedIn && user ? (\n \n \n
\n \n
\n \n\n ) : (\n <>\n \n \n \n \n \n\n \n
\n \n Get instant notification when campsites become available\n
\n \n\n \n \n\n >\n );\n}\n\nexport default AuthStateApp;","import React from 'react';\nimport CloseIcon from '@material-ui/icons/Close';\nimport Dialog from '@material-ui/core/Dialog';\nimport DialogContent from '@material-ui/core/DialogContent';\nimport DialogContentText from '@material-ui/core/DialogContentText';\nimport DialogTitle from '@material-ui/core/DialogTitle';\n\nexport default function TermsCondiitons(props) {\n\n return (\n
\n
Text Message Consent Agreement
This Text Message Consent Agreement (\"Agreement\") is entered into between CampsiteText.com, hereinafter referred to as the \"Sender,\" and You, hereinafter referred to as the \"Recipient.\"
Purpose:\n The Sender and Recipient agree to establish the terms under which the Sender may send text messages to the Recipient.
Terms and Conditions:
\n Consent: By providing your mobile phone number and accepting this Agreement, the Recipient gives express consent to the Sender to send text messages to the provided phone number.
Frequency: The Sender may send text messages to the Recipient for informational, promotional, or other communication purposes. The frequency of text messages will vary based on the nature of the communication and Recipient's preferences.
Opt-Out: The Recipient may opt out of receiving text messages from the Sender at any time by replying \"STOP\" to the received text message. The Sender will promptly honor opt-out requests, and no further text messages will be sent to the Recipient after opting out.
Costs: Standard messaging rates or other charges from your wireless carrier may apply to the text messages sent and received. The Sender is not responsible for any charges incurred by the Recipient while receiving text messages.
Privacy: The Sender will keep all information provided by the Recipient confidential and will not share it with third parties unless required by law or with the Recipient's explicit consent.
Content: Text messages may contain information related to products, services, updates, promotions, or other relevant content as determined by the Sender.
No Warranty: The Sender makes no warranties regarding the accuracy, completeness, or reliability of the information provided via text messages.
Termination: The Sender reserves the right to terminate this Agreement and stop sending text messages to the Recipient at any time, with or without notice.
Contact Information:
Sender:\n Email: support@campsitetext.com
\n
By accepting this Agreement, the Recipient acknowledges that they have read and understood its terms and conditions and agree to receive text messages from the Sender.
\n
\n
\n )\n}","import React from 'react';\n\n\nexport default function Privacy(props) {\n\n return (\n
\n
Privacy Policy
\n
Welcome to campsitetext.com.Your privacy is important to us, and we are committed to protecting the personal information you share with us during your use of our services, website, features, content, and applications. This Privacy Policy explains what information we collect, how we use it, and your choices regarding your information.
\n\n \n
Information Collection and Use:
\n
\n We collect information you provide directly to us, such as when you create an account, subscribe to our text message notifications, or participate in any interactive features on the website. The types of information we may collect include:\n Your name, email address, and phone number\n
\n
\n Preferences and interests related to camping\n
\n
\n Any other information that you choose to provide\n
\n
\n Preferences and interests related to camping\n
\n
\n We use this information to:\n Provide, maintain, and improve our services\n Send you information including confirmations, technical notices, updates, security alerts, and support messages\n Respond to your comments, questions, and requests\n \n \n\n \n
Text Messaging:
\n {/* Text messaging details here */}\n
\n When you opt-in to our text message service, we collect your mobile phone number in order to send you camping-related updates and information. By subscribing to our text message service, you agree to receive text message notifications from campsitetext.com as described in the frequency guidelines of our messaging program.\n
\n \n\n \n
Non-Sharing of Mobile Numbers:
\n {/* Non-sharing of mobile numbers details here */}\n
We value your privacy and the trust you place in us. We will not share, sell, rent, or otherwise disclose your mobile number to any third parties for their marketing purposes without your consent. Your mobile number will only be used for the specific purposes of our text messaging service.
\n \n\n \n
Message Frequency:
\n {/* Message frequency details here */}\n
The frequency of messages sent through our text message service may vary. You will typically receive messages that relate to upcoming camping site notifications, important notifications, and alerts.
\n \n\n \n
Message and Data Rates:
\n {/* Message and data rates details here */}\n
\n Please be aware that message and data rates may apply for any messages sent to you from us and to us from you. If you have any questions about your text plan or data plan, please contact your wireless provider.\n
\n \n\n \n
Your Choices:
\n {/* Your choices details here */}\n
You may opt-out of receiving text messages from campsitetext.com at any time by replying \"STOP\". You can also login and delete all notifications from the website
\n \n\n \n
Changes to this Policy:
\n {/* Changes to the policy details here */}\n
We may update this Privacy Policy from time to time.
\n \n\n \n
Contact Us:
\n {/* Contact details here */}\n
If you have any questions about this Privacy Policy or our text message service, please contact us at support@campsitetext.com.
\n \n
\n );\n};\n","const reportWebVitals = onPerfEntry => {\n if (onPerfEntry && onPerfEntry instanceof Function) {\n import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {\n getCLS(onPerfEntry);\n getFID(onPerfEntry);\n getFCP(onPerfEntry);\n getLCP(onPerfEntry);\n getTTFB(onPerfEntry);\n });\n }\n};\n\nexport default reportWebVitals;\n","import React from 'react';\nimport './index.css';\nimport App from './App';\nimport Term from './Terms';\nimport Privacy from './Privacy';\nimport Donate from './Donate';\n\nimport reportWebVitals from './reportWebVitals';\nimport ReactDOM from 'react-dom';\nimport { BrowserRouter as Router, Routes, Route, Link } from 'react-router-dom';\nReactDOM.render(\n \n \n \n }>\n }>\n }>\n }>\n\n \n \n\n\n ,\n document.getElementById('root')\n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\nreportWebVitals();\n"],"sourceRoot":""}