Skip to content

feat (btc-payer): added privacy page #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 36 additions & 8 deletions landing-page/btc-payer/dist/style/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions landing-page/btc-payer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ <h3 class="text-h4 text-gray-900 font-bold-55 mt-32">
<img src="/landing-page/btc-payer/assets/icons/send.svg" alt="" />
</button>
</form>

<footer class="text-body4 text-gray-600 mt-32">
© 2022 Peak Shift Ltd. + Contributors of BTC Payer, BTC Pay Server
All rights reserved. Privacy Policy
All rights reserved.
<a href="privacy-policy" style="text-decoration: underline"
>Privacy Policy</a
>
</footer>
</div>
</div>
Expand Down
169 changes: 169 additions & 0 deletions landing-page/btc-payer/privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
---
permalink: /btc-payer/privacy-policy
---

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BTC Payer</title>

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>

<link
href="/landing-page/btc-payer/dist/style/index.css"
rel="stylesheet"
/>
</head>
<body class="overflow-x-hidden">
<div class="page">
<div class="creative-block-mobile">
<img
src="/landing-page/btc-payer/assets/images/User 1.png"
class="avatar avatar-blue"
alt=""
/>
<img
src="/landing-page/btc-payer/assets/images/Half Circle 1.png"
alt=""
class="circles yellow-1"
/>
<img
src="/landing-page/btc-payer/assets/images/Dots.png"
alt=""
class="dots-img animate-rotate"
/>
<img
src="/landing-page/btc-payer/assets/images/Half Circle 3.png"
alt=""
class="circles white-1"
/>
<img
class="phone-img"
src="/landing-page/btc-payer/assets/images/iPhone X.png"
alt=""
/>
</div>
<div class="content-wrapper">
<div class="content">
<img
id="logo"
src="/landing-page/btc-payer/assets/images/logo.svg"
alt="BTC Payer Logo"
/>
<h1 class="text-gray-900 text-h3 font-bold-700 mt-32">
Privacy Policy
</h1>
<p class="text-h4 text-gray-900 font-bold-400 mt-16">
Make Bitcoin payments with a shared custody account for you and your
clan. Get your pupusas and do all your shopping with lightning fast
bitcoin payments.
<br />
<br />
Make Bitcoin payments with a shared custody account for you and your
clan. Get your pupusas and do all your shopping with lightning fast
bitcoin payments.
<br />
<br />
Make Bitcoin payments with a shared custody account for you and your
clan. Get your pupusas and do all your shopping with lightning fast
bitcoin payments.
<br />
<br />
Make Bitcoin payments with a shared custody account for you and your
clan. Get your pupusas and do all your shopping with lightning fast
bitcoin payments.
<br />
<br />
Make Bitcoin payments with a shared custody account for you and your
clan. Get your pupusas and do all your shopping with lightning fast
bitcoin payments.
<br />
<br />
Make Bitcoin payments with a shared custody account for you and your
clan. Get your pupusas and do all your shopping with lightning fast
bitcoin payments.
<br />
<br />
Make Bitcoin payments with a shared custody account for you and your
clan. Get your pupusas and do all your shopping with lightning fast
bitcoin payments.
</p>
<footer class="text-body4 text-gray-600 mt-32">
© 2022 Peak Shift Ltd. + Contributors of BTC Payer, BTC Pay Server
All rights reserved.
<a href="privacy-policy" style="text-decoration: underline"
>Privacy Policy</a
>
</footer>
</div>
</div>
<div class="creative-block-pc">
<img
src="/landing-page/btc-payer/assets/images/User 2.png"
class="avatar avatar-yellow animate-updown"
style="animation-delay: 0s"
alt=""
/>

<img
src="/landing-page/btc-payer/assets/images/Dots.png"
alt=""
class="dots-img"
/>
<div class="mobile">
<img
src="/landing-page/btc-payer/assets/images/User 1.png"
class="avatar avatar-blue animate-updown"
style="animation-delay: 1s"
alt=""
/>
<img
src="/landing-page/btc-payer/assets/images/Half Circle 1.png"
alt=""
class="circles yellow-1"
/>

<img
src="/landing-page/btc-payer/assets/images/User 3.png"
class="avatar avatar-green animate-updown"
style="animation-delay: 0s"
alt=""
/>
<img
src="/landing-page/btc-payer/assets/images/User 4.png"
class="avatar avatar-red animate-updown"
style="animation-delay: 2s"
alt=""
/>
<img
class="phone-img animate-bigsmall"
src="/landing-page/btc-payer/assets/images/iPhone X.png"
alt=""
/>
</div>

<img
src="/landing-page/btc-payer/assets/images/Half Circle 1.png"
alt=""
class="circles yellow-2"
/>
<img
src="/landing-page/btc-payer/assets/images/Half Circle 2.png"
alt=""
class="circles white-1"
/>
</div>
</div>

<!-- JS Scripts -->
<script src="/landing-page/btc-payer/src/scripts/index.js"></script>
</body>
</html>
21 changes: 20 additions & 1 deletion landing-page/btc-payer/src/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,30 @@
}
}

.content-wrapper {
-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: none; /* Firefox */
}
.content-wrapper::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}

.content-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
overflow-y: scroll;

.content {
max-width: min(65%, 540px);
max-height: 100%;
padding-top: 20vh;

@include lt-lg {
max-width: min(75%, 540px);
padding-bottom: 120px;
padding-top: 32px;
}
}

Expand Down Expand Up @@ -118,6 +130,13 @@
}
}

footer {
padding-bottom: 64px;
@include lt-lg {
padding-bottom: 32px;
}
}

.creative-block-pc {
@include lt-lg {
display: none;
Expand Down