Skip to content

Commit

Permalink
Revert "update privacy-policy"
Browse files Browse the repository at this point in the history
This reverts commit c531f2e.
  • Loading branch information
stiemsdev committed Jul 4, 2024
1 parent c531f2e commit 475202b
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 86 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified public/.DS_Store
Binary file not shown.
69 changes: 0 additions & 69 deletions public/documents/privacy-policy.html

This file was deleted.

Binary file removed public/img/.DS_Store
Binary file not shown.
Binary file removed public/img/hero/down-arrow-glow.webp
Binary file not shown.
Binary file removed public/img/hero/layer-bigField.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf1.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf1Trans.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf2.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf2Trans.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf3.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf4.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf4Trans.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf5.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf6.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf6Trans.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf7.webp
Binary file not shown.
Binary file removed public/img/hero/layer-leaf7Trans.webp
Binary file not shown.
Binary file removed public/img/hero/layer-sky.webp
Binary file not shown.
Binary file removed public/img/hero/layer-smallField.webp
Binary file not shown.
Binary file removed public/img/hero/layer-sun.webp
Binary file not shown.
Binary file removed public/img/hero/layer-sunNoSparkle.webp
Binary file not shown.
Binary file removed public/img/hero/layer-sunSparkle.webp
Binary file not shown.
Binary file removed src/.DS_Store
Binary file not shown.
Binary file removed 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.html"><a className="footer-item" target="_blank">Privacy Policy</a></Link></li>
<li><Link href="/documents/privacy-policy.pdf"><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 removed src/components/Home2023/.DS_Store
Binary file not shown.
18 changes: 2 additions & 16 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,21 +152,7 @@ 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" 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 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>
<div className="hero__prompt">
<img src="/img/hero/down-arrow-glow.png" alt="Scroll down" />
Expand Down
Binary file removed src/components/HowTo/.DS_Store
Binary file not shown.

0 comments on commit 475202b

Please sign in to comment.