added footer links and privacy policy
This commit is contained in:
parent
104850a9d5
commit
2b2d199596
6 changed files with 101 additions and 6 deletions
|
|
@ -49,7 +49,12 @@
|
|||
|
||||
</div>
|
||||
<!-- Stamp -->
|
||||
<p class="stamp"> © Nebula Services. All rights reserved. </p>
|
||||
<div>
|
||||
<p class="stamp"> © Nebula Services. All rights reserved. </p>
|
||||
<a class="github" href="https://github.com/NebulaServices/Nebula">GitHub</a>
|
||||
<a class="tos" href="privacy/">Privacy</a>
|
||||
|
||||
</div>
|
||||
<!-- Panelbear -->
|
||||
<script async src="https://cdn.panelbear.com/analytics.js?site=AZa75ZyiRRZ"></script>
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -57,8 +57,12 @@
|
|||
<option value="cyclone">Cyclone</option>
|
||||
</select>
|
||||
</a>
|
||||
|
||||
</span>
|
||||
<button onclick="saveIc();switchProxy()" class="button-save"> Save! </button>
|
||||
<p class="expiramental"><b>This feature is extremely experimental </b></p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
52
static/privacy/index.html
Normal file
52
static/privacy/index.html
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title></title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>Privacy Policy</h2>
|
||||
<p>Your privacy is important to us. It is Nebula Services' policy to respect your privacy and comply with any applicable law and regulation regarding any personal information we may collect about you, including across our website, <a href="https://nebula.bio">https://nebula.bio</a>,
|
||||
and other sites we own and operate. </p>
|
||||
<p>This policy is effective as of 8 June 2022 and was last updated on 8 June 2022. </p>
|
||||
<h3>Information We Collect</h3>
|
||||
<p>Information we collect includes both information you knowingly and actively provide us when using or participating in any of our services and promotions, and any information automatically sent by your devices in the course of accessing our products
|
||||
and services. </p>
|
||||
<h4>Log Data</h4>
|
||||
<p>When you visit our website, our servers may automatically log the standard data provided by your web browser. It may include your device’s Internet Protocol (IP) address, your browser type and version, the pages you visit, the time and date of your
|
||||
visit, the time spent on each page, other details about your visit, and technical details that occur in conjunction with any errors you may encounter. </p>
|
||||
<p>Please be aware that while this information may not be personally identifying by itself, it may be possible to combine it with other data to personally identify individual persons. </p>
|
||||
<h4>Collection and Use of Information</h4>
|
||||
<p>We may collect personal information from you when you do any of the following on our website: </p>
|
||||
<ul>
|
||||
<li>Use a mobile device or web browser to access our content</li>
|
||||
<li>Contact us via email, social media, or on any similar technologies</li>
|
||||
<li>When you mention us on social media</li>
|
||||
</ul>
|
||||
<h3>Children’s Privacy</h3>
|
||||
<p>We do not aim any of our products or services directly at children under the age of 13, and we do not knowingly collect personal information about children under 13. </p>
|
||||
<h3>Use of Cookies</h3>
|
||||
<p>We use “cookies” to collect information about you and your activity across our site. A cookie is a small piece of data that our website stores on your computer, and accesses each time you visit, so we can understand how you use our site.
|
||||
This helps us serve you content based on preferences you have specified. </p>
|
||||
<h3>Limits of Our Policy</h3>
|
||||
<p>Our website may link to external sites that are not operated by us. Please be aware that we have no control over the content and policies of those sites, and cannot accept responsibility or liability for their respective privacy practices. </p>
|
||||
<h3>Changes to This Policy</h3>
|
||||
<p>At our discretion, we may change our privacy policy to reflect updates to our business processes, current acceptable practices, or legislative or regulatory changes. If we decide to change this privacy policy, we will post the changes here at the
|
||||
same link by which you are accessing this privacy policy. </p>
|
||||
<p>If required by law, we will get your permission or give you the opportunity to opt in to or opt out of, as applicable, any new uses of your personal information. </p>
|
||||
<h3>Contact Us</h3>
|
||||
<p>For any questions or concerns regarding your privacy, you may contact us using the following details: </p>
|
||||
<p>Chloe B<br /> chloe@nebula.bio </p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -57,8 +57,11 @@ window.onload = function() {
|
|||
var item = document.getElementById("undefined");
|
||||
document.getElementById("undefined").checked = true;
|
||||
}, 600);
|
||||
|
||||
}
|
||||
var selecter = document.getElementById("proxySwitcher");
|
||||
var storedChoice = localStorage.getItem('proxy');
|
||||
selecter.value = storedChoice;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -66,6 +69,7 @@ window.onload = function() {
|
|||
function switchProxy() {
|
||||
var selecter = document.getElementById("proxySwitcher");
|
||||
var selectedOption = selecter.value
|
||||
|
||||
localStorage.setItem("proxy", selectedOption);
|
||||
var storedChoice = localStorage.getItem('proxy');
|
||||
console.log(selectedOption)
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ input:focus::placeholder {
|
|||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,100&display=swap');
|
||||
.stamp {
|
||||
text-align: left;
|
||||
text-align: right;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
|
|
@ -71,3 +71,24 @@ input:focus::placeholder {
|
|||
user-select: none;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.github {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.tos {
|
||||
position: fixed;
|
||||
right: 67px;
|
||||
bottom: 0;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.privacy {
|
||||
position: fixed;
|
||||
right: 114px;
|
||||
bottom: 0;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
|
@ -421,3 +421,12 @@ ul li {
|
|||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
|
||||
.expiramental {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 14px;
|
||||
color: rgb(184, 0, 0);
|
||||
font-weight: 400;
|
||||
text-decoration: underline;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue