Skip to content

Commit

Permalink
update privacy-policy
Browse files Browse the repository at this point in the history
privacy policy from pdf to html for app store referal
  • Loading branch information
stiemsdev committed Jul 4, 2024
1 parent fa030c1 commit c531f2e
Show file tree
Hide file tree
Showing 29 changed files with 86 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified public/.DS_Store
Binary file not shown.
69 changes: 69 additions & 0 deletions public/documents/privacy-policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 200px;
}
h1 {
margin-bottom: 100px;
text-align: center;
}
h2 {
margin-top: 50px;
}
footer{
margin-top: 100px;
}
p{
text-align: center;
}
</style>
<meta charset="UTF-8">
<title>Privacy Statement</title>
</head>
<body>
<h1>Privacy Statement LTO Network</h1>
<h2>Introduction</h2>
<ol>
<li>LTO Network B.V., a private limited liability company organized and existing under the laws of the Netherlands, having its corporate seat at Amsterdam, the Netherlands, with address Herengracht 504, 1017CB, Amsterdam, registered at the trade register of the Chamber of Commerce under number 73662968 (hereafter “LTO Network”), attaches great importance to the responsible handling of personal data of users of its website (hereafter "Users").</li>
<li>LTO Network processes personal data of Users carefully and with due observance of the provisions of the EU General Data Protection Regulation (GDPR).</li>
<li>In this Privacy Statement, LTO Network informs Users about the way LTO Network processes their personal data and how they can control this process.</li>
</ol>
<h2>Article 1: Explanation of personal data and goal for the processing thereof</h2>
<ol>
<h3>Personal data</h3>
<li>LTO Network collects email addresses and names (hereafter “Personal Data”) of individuals who decide to sign up for the LTO Network Newsletter. These are data that can be linked to the identity of an individual person.</li>
<li>LTO Network is at all times responsible for the management of the Personal Data provided by each User and will make every effort to protect these Personal Data. In the event of a data breach, LTO Network will immediately inform the User of that event via the email address known to it and make every effort to prevent further distribution of these Personal Data.</li>
<li>The User has the right at all times to receive the Personal Data provided by him / her to LTO Network in an orderly manner from LTO Network ("right of access"). On the first request of a User, LTO Network will forward his / her Personal Data to a third party to be designated by that User ("right to data portability") or remove it entirely from its system ("right to be forgotten").</li>
<li>Any questions that a User may have regarding his Personal Data can be asked to [email protected]. These questions will be answered within 2 working days at the latest.</li>
<h3>Goal</h3>
<li>LTO Network requires Personal Data from a User to send him or her informational emails for which that User signed up.</li>
<h3>Permission</h3>
<li>To receive, process and use Personal Data of a User, LTO Network requires the User's permission. This permission is granted by a User by agreeing to provide his Personal Information in order to receive informational emails.</li>
</ol>
<h2>Article 2: Transfer to third parties</h2>
<ol>
<li>LTO Network does not give Personal Data of Users to third parties.</li>
</ol>
<h2>Article 3: Data security</h2>
<ol>
<li>LTO Network makes use of appropriate technical and organizational security procedures, among other things to ensure that unauthorized persons do not gain access to Personal Data and to prevent the loss, unlawful use or modification of Personal Data.</li>
</ol>
<h2>Article 4: Availability and modification of your data</h2>
<ol>
<li>Users can request access to their Personal Data at any time. Users may also request that their Personal Data be changed or deleted by sending an e-mail to [email protected]</li>
</ol>
<h2>Article 5: Cookies</h2>
<ol>
<li>LTO Network uses cookies on its website as mentioned in its Cookie Statement.</li>
</ol>
<h2>Article 6: Change Privacy Statement</h2>
<ol>
<li>LTO Network reserves the right to amend this Privacy Statement. Every modification will be announced via ltonetwork.com. By making use of ltonetwork.com after making changes you agree to a modified Privacy Statement. Keep an eye on this page for all changes. This Privacy Statement has been updated on 13-02-2019.</li>
</ol>
<footer>
<p>This Privacy Statement has been updated on 13-02-2019</p>
</footer>
</body>
</html>
Binary file added public/img/.DS_Store
Binary file not shown.
Binary file added public/img/hero/down-arrow-glow.webp
Binary file not shown.
Binary file added public/img/hero/layer-bigField.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf1.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf1Trans.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf2.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf2Trans.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf3.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf4.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf4Trans.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf5.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf6.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf6Trans.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf7.webp
Binary file not shown.
Binary file added public/img/hero/layer-leaf7Trans.webp
Binary file not shown.
Binary file added public/img/hero/layer-sky.webp
Binary file not shown.
Binary file added public/img/hero/layer-smallField.webp
Binary file not shown.
Binary file added public/img/hero/layer-sun.webp
Binary file not shown.
Binary file added public/img/hero/layer-sunNoSparkle.webp
Binary file not shown.
Binary file added public/img/hero/layer-sunSparkle.webp
Binary file not shown.
Binary file added src/.DS_Store
Binary file not shown.
Binary file added src/components/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Footer = () => {
<li><Link href="/documents/LTO%20Network%20-%20Identities%20Paper.pdf" target="_blank"><a className="footer-item">Identities Paper</a></Link></li>
<li><Link href="/documents/LTO%20Network%20-%20Identities%20Tech.pdf" target="_blank"><a className="footer-item">Identities Technical Paper</a></Link></li>
<li className="footer-title mt-20">GDPR</li>
<li><Link href="/documents/privacy-policy.pdf"><a className="footer-item" target="_blank">Privacy Policy</a></Link></li>
<li><Link href="/documents/privacy-policy.html"><a className="footer-item" target="_blank">Privacy Policy</a></Link></li>
<li><Link href="/documents/cookie-statement.pdf"><a className="footer-item" target="_blank">Cookie Statement</a></Link></li>
<li><Link href="/documents/Terms and Conditions LTO Network B.V. - 16.01.2019.pdf"><a className="footer-item" target="_blank">Terms and conditions</a></Link></li>
</ul>
Expand Down
Binary file added src/components/Home2023/.DS_Store
Binary file not shown.
18 changes: 16 additions & 2 deletions src/components/HomeHero/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class HomeHero extends React.Component {
return (
<div className="hero" onMouseMove={heroMouseMove} onTouchMove={heroMouseMove}>
<div className="hero__inner">
<div className="hero__image" data-x="0.05" data-y="0.05" data-scale="1.05"><img src="/img/hero/layer-sky.jpg"/></div>
{/* <div className="hero__image" data-x="0.05" data-y="0.05" data-scale="1.05"><img src="/img/hero/layer-sky.jpg"/></div>
<div className="hero__image hero__image--sun" data-x="0.065" data-y="0.065" data-scale="1.1"><img src="/img/hero/layer-sunNoSparkle.png"/></div>
<div className="hero__image hero__image--sparkle" data-x="0.065" data-y="0.065" data-scale="1.1"><img src="/img/hero/layer-sunSparkle.png"/></div>
<div className="hero__image" data-x="0.09" data-y="0.09" data-scale="1.15"><img src="/img/hero/layer-smallField.png"/></div>
Expand All @@ -152,7 +152,21 @@ class HomeHero extends React.Component {
<div className="hero__image hero__image--leaf4 nudge-right stay-bot" data-x="0.28" data-y="0.28" data-scale="1.22"><img src="/img/hero/layer-leaf4Trans.png"/></div>
<div className="hero__image hero__image--leaf3 nudge-right stay-bot" data-x="0.3" data-y="0.3" data-scale="1.25"><img src="/img/hero/layer-leaf3.png"/></div>
<div className="hero__image hero__image--leaf2 nudge-right" data-x="0.2" data-y="0.2" data-scale="1.18"><img src="/img/hero/layer-leaf2Trans.png"/></div>
<div className="hero__image hero__image--leaf1 nudge-right" data-x="0.28" data-y="0.28" data-scale="1.25"><img src="/img/hero/layer-leaf1Trans.png"/></div>
<div className="hero__image hero__image--leaf1 nudge-right" data-x="0.28" data-y="0.28" data-scale="1.25"><img src="/img/hero/layer-leaf1Trans.png"/></div> */}

<div className="hero__image" data-x="0.05" data-y="0.05" data-scale="1.05"><img src="/img/hero/layer-sky.webp"/></div>
<div className="hero__image hero__image--sun" data-x="0.065" data-y="0.065" data-scale="1.1"><img src="/img/hero/layer-sunNoSparkle.webp"/></div>
<div className="hero__image hero__image--sparkle" data-x="0.065" data-y="0.065" data-scale="1.1"><img src="/img/hero/layer-sunSparkle.webp"/></div>
<div className="hero__image" data-x="0.09" data-y="0.09" data-scale="1.15"><img src="/img/hero/layer-smallField.webp"/></div>
<div className="hero__image" data-x="0.13" data-y="0.13" data-scale="1.15"><img src="/img/hero/layer-bigField.webp"/></div>
<div className="hero__image hero__image--text" data-x="0.15" data-y="1.5" data-scale="1"><h1 className="hero__title">L<br/>T<br/>O</h1></div>
<div className="hero__image hero__image--leaf7 nudge-left" data-x="0.17" data-y="0.17" data-scale="1.19"><img src="/img/hero/layer-leaf7Trans.webp"/></div>
<div className="hero__image hero__image--leaf6 nudge-left" data-x="0.22" data-y="0.22" data-scale="1.2"><img src="/img/hero/layer-leaf6Trans.webp"/></div>
<div className="hero__image hero__image--leaf5 nudge-left stay-top" data-x="0.25" data-y="0.25" data-scale="1.2"><img src="/img/hero/layer-leaf5.webp"/></div>
<div className="hero__image hero__image--leaf4 nudge-right stay-bot" data-x="0.28" data-y="0.28" data-scale="1.22"><img src="/img/hero/layer-leaf4Trans.webp"/></div>
<div className="hero__image hero__image--leaf3 nudge-right stay-bot" data-x="0.3" data-y="0.3" data-scale="1.25"><img src="/img/hero/layer-leaf3.webp"/></div>
<div className="hero__image hero__image--leaf2 nudge-right" data-x="0.2" data-y="0.2" data-scale="1.18"><img src="/img/hero/layer-leaf2Trans.webp"/></div>
<div className="hero__image hero__image--leaf1 nudge-right" data-x="0.28" data-y="0.28" data-scale="1.25"><img src="/img/hero/layer-leaf1Trans.webp"/></div>
</div>
<div className="hero__prompt">
<img src="/img/hero/down-arrow-glow.png" alt="Scroll down" />
Expand Down
Binary file added src/components/HowTo/.DS_Store
Binary file not shown.

0 comments on commit c531f2e

Please sign in to comment.