/ src / auth / policies.html
policies.html
  1  <!DOCTYPE html>
  2  <html lang="en">
  3      <head>
  4          <meta charset="UTF-8">
  5          <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6          <title>Policies | Auride</title>
  7          <link rel="stylesheet" href="/assets/css/all.css">
  8          <link rel="shortcut icon" href="/assets/imgs/favicon.png" type="image/png">
  9          <link rel="manifest" href="/manifest.json">
 10          <meta name="robots" content="nofollow, noai, noimageai">
 11          <meta name="og:type" content="website">
 12          <meta name="og:url" content="https://auride.xyz/">
 13          <meta name="og:title" content="Auride">
 14          <meta name="og:site_name" content="auride.xyz">
 15          <meta name="og:description" content="Auride - a safe place for everyone.">
 16          <meta name="description" content="Auride - a safe place for everyone.">
 17          <meta property="og:image" content="https://auride.xyz/assets/imgs/favicon.png">
 18          <meta name="theme-color" content="#ef97be">
 19          <script src="/assets/js/requiredScripts.js"></script>
 20          <script src="/assets/js/scriptLoader.js"></script>
 21          <script defer>
 22              ScriptLoader.load(
 23                  //...
 24              ).then(() => {
 25                  console.log("Scripts for /home have been loaded successfully.");
 26              }).catch((error) => {
 27                  console.error("An error occurred: ", error, " please try refreshing.");
 28              });
 29          </script>
 30      </head>
 31  
 32      <body id="body" onload="hideErrorByDefault()">
 33          <!-- the actual registration box -->
 34          <div class="formBox">
 35              <h1>Review our Child Safety Policy</h1>
 36              <p>When using Auride, our <a href="/policies/" target="_blank">policies</a> should always be in the back of your mind. We try to make our policies short and not super strict, but full of information and rules.</p>
 37              <p>By clicking "Continue", you agree to our <a href="/policies/child-safety" target="_blank">Child Safety Policy</a> and that you can and will be suspended if you attempt to find a romantic or sexual relationship on Auride, as well as everything else in the Child Safety policy.</p>
 38  
 39              <div style="background: var(--background); width: 100%; height: 200px; max-height: 200px; margin-top: 5px; border-radius: 15px; overflow-y: scroll; padding: 5px;">
 40                  <h1>Child Safety Policy</h1>
 41                  <p style="color: var(--text-semi-transparent);">Last Updated: 4/17/2024</p>
 42  
 43                  <br />
 44  
 45                  <p>Auride recognizes the importance of protecting children and young people while using our platform. While we allow a diverse range of expression and sensitive topics, we are committed to providing safeguards and resources to help keep minors safe.</p>
 46  
 47                  <br />
 48  
 49                  <h2>Age Restrictions</h2>
 50                  <li>Users must be at least 13 years old to access Auride. We may require age verification procedures for users suspected to be under the minimum age in their jurisdiction.</li>
 51                  <li>Misrepresenting your age to access Auride is a serious violation of our <a href="/policies/terms" style="color: var(--main-color)">Terms of Service</a>.</li>
 52  
 53                  <br />
 54  
 55                  <h2>Content Moderation</h2>
 56                  <li><b>Proactive Measures:</b> We employ a mix of automated tools and human moderation to identify and remove content that depicts or exploits minors in a sexually suggestive or harmful matter.</li>
 57                  <!--<li><b>Reporting Systems:</b> We provide easy-to-use mechanisms for users to report inappropriate content or interactions involving minors. All reports are taken seriously and investigated promptly.</li>-->
 58  
 59                  <br />
 60  
 61                  <h2>User Education</h2>
 62                  <p><b>Safety Resources:</b> We provide links on our website with safety resources for young users, parents, and guardians. These include:</p>
 63                  <li>Tips for recognizing and reporting harmful content or interactions</li>
 64                  <li>Guidelines on online privacy and responsible social media use</li>
 65                  <li>Links to external support organizations</li>
 66  
 67                  <br />
 68  
 69                  <h2>Parental Guidance</h2>
 70                  <li>We strongly encourage parents and guardians to have open conversations with young people about safe and responsible online behavior.</li>
 71                  <li>We recommend parents to be aware of the social platforms their children use and familiarize themselves with available parental controls.</li>
 72  
 73                  <br />
 74  
 75                  <h2>Additional Protection for Minors</h2>
 76                  <li><b>Sensitivity Warnings:</b> Content of a sensitive nature, even if allowed on Auride, must be clearly marked. This helps young users make informed choices about the content they see.</li>
 77  
 78                  <br />
 79  
 80                  <h2>Collaboration with Law Enforcement</h2>
 81                  <li>We cooperate with law enforcement agencies in investigations related to the suspected explication or abuse of minors.</li>
 82  
 83                  <br />
 84  
 85                  <h2>Evolving Commitment</h2>
 86                  <li>We recognize that protecting children online is an ongoing effort. We will continually review and update our safety measures in response to new technologies, potential risks, and user feedback.</li>
 87  
 88                  <br />
 89  
 90                  <h2>Important Notes</h2>
 91                  <li><b>Zero Tolerance:</b> Auride has a zero-tolerance policy for any behavior that endangers, exploits, or abuses children. Offenders may face immediate account termination and be reported to authorities.</li>
 92                  <li><b>Transparency:</b> We strive to be transparent in communicating our child safety policies and reporting on their effectiveness.</li>
 93                  <li><b>Challenges:</b> Due to the nature of Auride allowing NSFW and sensitive content, fully protecting minors remains a challenge. This policy represents our best efforts to balance that with free expression.</li>
 94  
 95                  <br />
 96  
 97                  <h2>Contact Us</h2>
 98                  <p>For any questions about our Child Safety Policy, or to report suspected abuse, please contact us at childsafety@auride.xyz</p>
 99  
100                  <br />
101              </div>
102  
103              <a href="/auth/pfp" id="continueBtn"><button>Continue</button></a>
104          </div>
105      </body>
106  </html>