Skip to content

Commit

Permalink
Create privacypolicy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
edcubelearning authored Sep 18, 2024
1 parent 444d065 commit 051aab5
Showing 1 changed file with 216 additions and 0 deletions.
216 changes: 216 additions & 0 deletions privacypolicy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>EdCube | Amazing free math.</title>
<link rel="icon" href="https://i.ibb.co/bK5HjNQ/edcubefavicon.jpg" type="image/x-icon">

<style>

body {

background-color: #1a1a1a;

color: #00ffcc;

font-family: 'Orbitron', sans-serif;

margin: 0;

padding: 0;

text-align: center;

}



h2 {

font-size: 3rem;

color: #00ffcc;

text-shadow: 0px 0px 10px #00ffcc;

margin-top: 20px;

}


//p {

//margin-left: 30px;

//}



iframe {

border: 2px solid #00ffcc;

box-shadow: 0px 0px 15px #00ffcc;

margin-top: 20px;

width: 90%;

height: 600px;

transition: all 0.3s ease-in-out;

}



iframe:hover {

transform: scale(1.02);

box-shadow: 0px 0px 25px #ff00ff;

}



.back-button {

display: inline-block;

margin-top: 30px;

margin-bottom: 50px;

padding: 15px 30px;

background-color: #333;

border: 2px solid #00ffcc;

color: #00ffcc;

text-decoration: none;

font-size: 1.5rem;

border-radius: 10px;

box-shadow: 0px 0px 15px #00ffcc;

transition: background 0.3s ease, box-shadow 0.3s ease;

}



.back-button:hover {

background-color: #ff00ff;

box-shadow: 0px 0px 25px #ff00ff;

}

</style>

<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&display=swap" rel="stylesheet">

</head>

<body>



<h2>Privacy Policy</h2>

<p><strong>Last Updated: September 20, 2024</strong></p>

<p>At EdCube ("the Site"), your privacy is of paramount importance to us. This Privacy Policy outlines the types of personal information we collect, how we use that information, and the steps we take to protect it. By using the Site, you agree to the terms of this Privacy Policy.</p>

<p><strong>1. Information We Collect</strong></p>
<p>We may collect the following types of information:
<ul>
<li><strong>Personal Information:</strong> This includes information you provide directly, such as your name, email address, and other contact information when you register for an account, subscribe to newsletters, or contact us.</li>
<li><strong>Non-Personal Information:</strong> This includes data automatically collected as you interact with the Site, such as your IP address, browser type, device information, and browsing patterns.</li>
<li><strong>Cookies:</strong> The Site may use cookies or similar technologies to enhance your experience, analyze site traffic, and personalize content. You can adjust your browser settings to refuse cookies, but this may limit certain features on the Site.</li>
</ul>
</p>

<p><strong>2. How We Use Your Information</strong></p>
<p>We use the information collected for various purposes, including:
<ul>
<li>To provide and maintain the Site's functionality.</li>
<li>To improve the Site's content, products, and services.</li>
<li>To communicate with you regarding updates, promotions, and customer support.</li>
<li>To personalize your experience on the Site and deliver targeted advertisements.</li>
<li>To monitor and analyze usage and trends in order to improve the Site.</li>
<li>To comply with legal obligations and prevent fraudulent activities.</li>
</ul>
</p>

<p><strong>3. Sharing Your Information</strong></p>
<p>We do not sell or rent your personal information to third parties. However, we may share your information with:
<ul>
<li><strong>Service Providers:</strong> We may share your information with third-party service providers who assist us in operating the Site, conducting our business, or providing services to you.</li>
<li><strong>Business Transfers:</strong> In the event of a merger, acquisition, or sale of assets, your information may be transferred as part of that transaction.</li>
<li><strong>Legal Compliance:</strong> We may disclose your information if required by law, or if we believe such action is necessary to comply with legal obligations, protect our rights, or prevent fraud or other illegal activities.</li>
</ul>
</p>

<p><strong>4. Security</strong></p>
<p>We take reasonable measures to protect your personal information from unauthorized access, alteration, disclosure, or destruction. However, no method of transmission over the Internet or electronic storage is 100% secure, and we cannot guarantee absolute security.</p>

<p><strong>5. Your Choices and Rights</strong></p>
<p>You have the following rights regarding your personal information:
<ul>
<li><strong>Access:</strong> You may request access to the personal information we hold about you.</li>
<li><strong>Correction:</strong> You may request corrections to any inaccurate or incomplete information we have about you.</li>
<li><strong>Deletion:</strong> You may request the deletion of your personal information, subject to legal or contractual obligations.</li>
<li><strong>Opt-Out:</strong> You can opt out of receiving marketing communications from us at any time by following the unsubscribe link in our emails or contacting us directly.</li>
<li><strong>Cookie Preferences:</strong> You can adjust your browser settings to refuse cookies or alert you when cookies are being used.</li>
</ul>
</p>

<p><strong>6. Third-Party Links</strong></p>
<p>The Site may contain links to third-party websites or services. We are not responsible for the privacy practices or content of such third parties, and we encourage you to review their privacy policies.</p>

<p><strong>7. Children's Privacy</strong></p>
<p>The Site is not intended for children under the age of 13. We do not knowingly collect personal information from children. If we become aware that we have inadvertently collected such information, we will take steps to delete it.</p>

<p><strong>8. International Data Transfers</strong></p>
<p>Your information may be transferred to and maintained on servers located outside of your state, province, or country, where data protection laws may differ from those in your jurisdiction. By using the Site, you consent to the transfer of your information to such locations.</p>

<p><strong>9. Changes to This Privacy Policy</strong></p>
<p>We reserve the right to update or modify this Privacy Policy at any time. Changes will be posted on this page, and the "Last Updated" date at the top will be revised. Your continued use of the Site following any changes signifies your acceptance of the updated Privacy Policy.</p>

<p><strong>10. Contact Us</strong></p>
<p>If you have any questions or concerns about this Privacy Policy or the handling of your personal information, please contact us at:</p>
<p>
<strong>Email: </strong><a href="mailto:[email protected]" style="color: #ffcc00;">EdCube Business Emails</a><br>
<strong>Discord: </strong><a href="https://discord.gg/bxVNGNeP" style="color: #ffcc00;">EdCube Discord<br>
</p>


<a href="index.html" class="back-button">Back to Home</a>


<script>
document.addEventListener('keydown', function(event) {
// Check if the '[' key is pressed
if (event.key === 'r' || event.key === '[') {
// Redirect to the desired page
window.location.href = 'index.html'; // Replace with the actual URL
}
});
</script>
</body>

</html>

0 comments on commit 051aab5

Please sign in to comment.