recycled.cloud/privacy-policy.html

122 lines
6.3 KiB
HTML
Raw Permalink Normal View History

2023-12-08 10:34:08 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recycled Cloud</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Style.css">
<link rel="icon" type="image/RecycledCloudLogo" href="assets/Recycledcloud-02.svg">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap" rel="stylesheet">
2024-03-27 18:27:26 +01:00
<meta name="keywords" content="green, hosting, eco-friendly, vps, cloud, server, swiss, IT, ecological, recycled, ethical">
2023-12-08 10:34:08 +01:00
</head>
<body id="Home">
<header class="Flex-Container_01">
<nav class="Flex-Container_02">
<a href="index.html" class="logo_01">
<img id="logo_01" src="assets/RecycledCloudLogo-01.svg" alt="Recycled Clourd logo">
</a>
<input id="nav-toggle" type="checkbox">
<ul class="topnav-links">
<li class="nav-item"><a href="index.html"><span>Home</span></a></li>
<li class="nav-item"><a href="backup.html"><span>Backup</span></a></li>
<li class="nav-item"><a href="virtual-machine.html"><span>Virtual Machines</span></a></li>
<li class="nav-item">
<a href="manifesto.html"><span>Manifesto</span></a>
</li>
<li class="nav-item"><a href="become-client.html" style="color: #043975"><span>Become
Client</span></a></li>
<ul id="language_bar">
<li class="nav-item PL_20"><a href="privacy-policy.html" class="active-1"><span>EN</span></a></li>
<li class="nav-item nav-item2"><a href="#"><span>|</span></a></li>
<li class="nav-item nav-item2"><a href="privacy-policy_fr.html"><span>FR</span></a></li>
</ul>
</ul>
<label for="nav-toggle" class="icon-burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</label>
</nav>
</header>
<main>
<section class="Flex-Container_18">
<h1 class="Flex-item_28">Privacy Policy</h1>
<p class="Flex-item_29">Here in Recycled Cloud we care not only about environment but foremostly about people.
</p>
<p class="Flex-item_29_1">And we are not only talking about it, but we also actually do it. Heres why.
</p>
<h2 class="Flex-item_28">Data</h2>
<p class="Flex-item_29">The only data we store are the emails and billing addresses of our customers.</p>
<p class="Flex-item_29_1">We do not save any data about the online users too, hence do not stress about cookies or tracking. You can relax and enjoy our 100% static and low carbon website. Isnt it loading fast?
</p>
<h2 class="Flex-item_28">Security</h2>
<p class="Flex-item_29">We do not share your data with any third party.</p>
<p class="Flex-item_29_1">Your billing informations are securely stored in our system and available only to the authorized personnel.
</p>
<h2 class="Flex-item_28">Trust</h2>
<p class="Flex-item_29">We will not spam you with the marketing e-mails.</p>
<p class="Flex-item_29">If one day you decided to leave, your data will not be forward to any third party, your account will be deleted, and all your billing data securely archived.
</p>
<p class="Flex-item_29">As we are local people you can always reach us, and we would be happy to talk to you about your concerns, over a phone or a cup of tea.</p>
</section>
<article class="Flex-Container_07">
<div class="Flex-Container_07_1">
<h2 class="Flex-item_06">Interested?</h2>
</div>
<div class="Flex-Container_07_2">
<h4 class=" Flex-item_07 ">Take your first step to make</br> your IT more sustainable
</h4>
<div>
<a href="become-client.html"><button type="button" id="btn_BC_01" class="button_02 ">
<h5>Contact Us</h5>
</button></a>
</div>
</div>
</article>
<section class="Flex-Container_12">
<div class="Flex-Container_12_1">
<div class="Flex-item_18">
<a href="https://e-durable.ch/" target="_blank">
<img id="logo_09" src="assets/e-Durable_logo_notagline_full_color.svg" alt="e-Durable logo">
</a>
<p class="Flex-item_18_01">Chemin du Vernay 14a</p>
<p class="Flex-item_18_01">1196 Gland, Switzerland </p>
<p class="Flex-item_18_01"><a href="tel:+41 22 566 78 58" class="Flex-item_15" style="text-decoration: none !important">+41 22 566 78 58</a>
</p>
</div>
<div>
<div class="Flex-item_19 MT_60 ">
<ul style="text-decoration:underline !important;">
<li class="Flex-item_20"><a href="index.html">Home</a></li>
<li class="Flex-item_20"><a href="backup.html">Backup</a></li>
<li class="Flex-item_20"><a href="virtual-machine.html">Virtual Machines</a></li>
<li class="Flex-item_20"><a href="manifesto.html">Manifesto</a></li>
<li class="Flex-item_20"><a href="become-client.html">Become Client</a></li>
</ul>
</div>
</div>
</div>
<div>
<a href="https://www.linkedin.com/showcase/recycled-cloud" target="_blank">
<img id="logo_10" class="MT_80" src="assets/Linkdin_icon.svg" alt="Linkdin logo">
</a>
</div>
</section>
<footer class="Flex-Container_13">
<a href="privacy-policy.html">
<p class="Flex-item_21 MT_40"> Terms of Usage & Privacy Policy</p>
</a>
<p class="Flex-item_22 MT_40">&copy;Copyright by e-Durable SA</p>
</footer>
</main>
</body>
2024-03-27 18:27:26 +01:00
</html>