Files
Polaris/static/privacy.html
T
Russell2259 d7f92bee89 sync
2024-01-02 20:34:10 -07:00

53 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!--el:meta-->
<!--el:adtop-->
<!--el:analytics-->
<link rel="stylesheet" href="/assets/css/main.css">
<title>Polaris</title>
</head>
<body>
<!--el:navbar-->
<!--el:sidebar-->
<div class="row mainpage">
<div class="container" style="text-align: left; margin-right: 50px;">
<h1 style="text-align: center;">Privacy Policy</h1>
<p>
By using our site your personal information may be collected including:
<br>
<br>
- Email Address
<br>
- IP Address
<br>
- Any other ther information collected by google adsense service
<br><br>
We do not sell any of your personal information to third parties outside of Google Adsense or other
advertising services. We do not store your personal information outside of advertising services and our analytics service
<a href="https://counter.dev/" target="_blank" class="blue">https://counter.dev/</a>.
Our sites code is open source and is hosted on github, it can be found here: <a href="https://github.com/Skoolgq/Polaris" target="_blank" class="blue">https://github.com/Skoolgq/Polaris</a>.
<br><br>
If you have any questions please contact us at <a href="mailto:support@polarislearning.org" target="_blank" class="blue">support@polarislearning.org</a>
</p>
</div>
</div>
<script src="/assets/js/main.js" type="module"></script>
<!--el:{{mode === 'dev'}}:development-->
</body>
</html>