Skip to content

Commit 05c5b18

Browse files
committed
Add disclaimer
1 parent 186d701 commit 05c5b18

9 files changed

+305
-4
lines changed

disclaimer.es.html

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE html>
2+
<html lang="es">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta property="og:url" content="https://lnp2pbot.com" />
8+
<meta property="og:title" content="Lightning Network peer-to-peer telegram bot" />
9+
<meta property="og:image" content="https://lnp2pbot.com/img/logo.png" />
10+
<meta property="og:description" content="Bitcoin Lightning Network peer-to-peer telegram Bot" />
11+
<meta name="twitter:card" content="summary_large_image">
12+
<meta name="twitter:site" content="@lnp2pBot">
13+
<meta name="twitter:creator" content="@lnp2pBot">
14+
<meta name="twitter:title" content="Bitcoin Lightning Network peer-to-peer telegram Bot" />
15+
<meta name="twitter:description" content="Exchange Bitcoin in a peer to peer way through Lightning Network without KYC" />
16+
<meta name="twitter:image" content="https://lnp2pbot.com/img/logo.png" />
17+
<link rel="stylesheet" href="./normalize.css">
18+
<link rel="stylesheet" href="./styles.css">
19+
<script src="https://kit.fontawesome.com/38c07037bc.js" crossorigin="anonymous"></script>
20+
<title>@lnp2pBot</title>
21+
</head>
22+
<body>
23+
<div class="container">
24+
<header class="header">
25+
<div class="logo">
26+
<a href="./index.es.html"><img src="./img/logo.png" alt="" class="logo"></a>
27+
</div>
28+
29+
<nav class="nav">
30+
<ul class='nav_menu'>
31+
<li class='nav_item'><a target="_blank" href="https://lnp2pbot.com/learn" class="nav_link">Learn</a></li>
32+
<li class='nav_item'><a target="_blank" href="https://grunch.dev/blog/" class="nav_link">Blog</a></li>
33+
<li class='nav_item'><a target="_blank" href="https://t.me/lnp2pbotHelpEn" class="nav_link">Chat</a></li>
34+
<li class='nav_item'><a target="_blank" href="https://github.com/lnp2pbot" class="nav_link">Github</a></li>
35+
</ul>
36+
</nav>
37+
38+
<a href="https://twitter.com/lnp2pBot" target="_blank" rel="noopener noreferrer">
39+
<i class="fa-brands fa-twitter icon-menu"></i>
40+
</a>
41+
42+
<div class="lang_box">
43+
<a class="lang_link" href="./resources.pt.html">
44+
PT 🇵🇹
45+
</a>
46+
<a class="lang_link" href="./resources.html">
47+
EN 🇬🇧
48+
</a>
49+
<a class="lang_link" href="./resources.fr.html">
50+
FR 🇫🇷
51+
</a>
52+
</div>
53+
</header>
54+
<main>
55+
<div class="disclaimer-box">
56+
<h2>Disclaimer</h2>
57+
<h3>Al utilizar el bot de comercio P2P, aceptas los siguientes términos y condiciones:</h3>
58+
<p>El bot es un software de código abierto que está disponible para que cualquiera lo use, copie, modifique y ejecute. Los desarrolladores no son responsables de las acciones de otras personas que utilicen el software de cualquier manera, ya sea legal o ilegal, honesta o deshonesta.</p>
59+
<p>El bot se proporciona "tal cual" y "según disponibilidad", y los desarrolladores no ofrecen garantías de ningún tipo, expresas o implícitas, con respecto al bot o su uso.</p>
60+
<p>Los desarrolladores y los árbitros de disputas hacen todo lo posible para eliminar a los actores malintencionados y estafadores del uso del bot, pero el usuario reconoce que el sistema puede ser atacado y acepta la plena responsabilidad al ejecutarlo.</p>
61+
<p>Ni los desarrolladores ni los árbitros de disputas son responsables de las pérdidas o daños que el usuario pueda sufrir como resultado del uso del bot.</p>
62+
</div>
63+
</main>
64+
65+
66+
</div>
67+
<footer class="footer">
68+
<div class="footer-container">
69+
© 2022 @lnp2pBot. All rights reversed.
70+
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
71+
</div>
72+
</footer>
73+
</body>
74+
</html>

disclaimer.fr.html

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE html>
2+
<html lang="fr">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta property="og:url" content="https://lnp2pbot.com" />
8+
<meta property="og:title" content="Bot telegram d'échange pair-à-pair sur Lightning Network" />
9+
<meta property="og:image" content="https://lnp2pbot.com/img/logo.png" />
10+
<meta property="og:description" content="Bot telegram d'échange Bitcoin pair-à-pair sur Lightning Network" />
11+
<meta name="twitter:card" content="summary_large_image">
12+
<meta name="twitter:site" content="@lnp2pBot">
13+
<meta name="twitter:creator" content="@lnp2pBot">
14+
<meta name="twitter:title" content="Bot telegram d'échange Bitcoin pair-à-pair sur Lightning Network" />
15+
<meta name="twitter:description" content="Echangez du Bitcoin sans KYC, en pair-à-pair via le Lightning Network" />
16+
<meta name="twitter:image" content="https://lnp2pbot.com/img/logo.png" />
17+
<link rel="stylesheet" href="./normalize.css">
18+
<link rel="stylesheet" href="./styles.css">
19+
<script src="https://kit.fontawesome.com/38c07037bc.js" crossorigin="anonymous"></script>
20+
<title>@lnp2pBot</title>
21+
</head>
22+
<body>
23+
<div class="container">
24+
<header class="header">
25+
<div class="logo">
26+
<a href="./index.html"><img src="./img/logo.png" alt="" class="logo"></a>
27+
</div>
28+
29+
<nav class="nav">
30+
<ul class='nav_menu'>
31+
<li class='nav_item'><a target="_blank" href="https://lnp2pbot.com/learn" class="nav_link">Documentation</a></li>
32+
<li class='nav_item'><a target="_blank" href="https://grunch.dev/blog/" class="nav_link">Blog</a></li>
33+
<li class='nav_item'><a target="_blank" href="https://t.me/lnp2pbotHelpEn" class="nav_link">Chat</a></li>
34+
<li class='nav_item'><a target="_blank" href="https://github.com/lnp2pbot" class="nav_link">Github</a></li>
35+
</ul>
36+
</nav>
37+
38+
<a href="https://twitter.com/lnp2pBot" target="_blank" rel="noopener noreferrer">
39+
<i class="fa-brands fa-twitter icon-menu"></i>
40+
</a>
41+
42+
<div class="lang_box">
43+
<a class="lang_link" href="./resources.pt.html">
44+
PT 🇵🇹
45+
</a>
46+
<a class="lang_link" href="./resources.html">
47+
EN 🇬🇧
48+
</a>
49+
<a class="lang_link" href="./resources.es.html">
50+
ES 🇪🇸
51+
</a>
52+
</div>
53+
</header>
54+
<main>
55+
<div class="disclaimer-box">
56+
<h2>Disclaimer</h2>
57+
<h3>En utilisant le bot de commerce P2P, vous acceptez les termes et conditions suivants:</h3>
58+
<p>Le bot est un logiciel libre décentralisé que chacun peut utiliser, copier, modifier et exécuter. Les développeurs ne sont pas responsables des actions des autres personnes qui utilisent le logiciel de quelque manière que ce soit, légale ou illégale, honnête ou malhonnête.</p>
59+
<p>Le bot est fourni "en l'état" et "tel que disponible", et les développeurs n'offrent aucune garantie, expresse ou implicite, en ce qui concerne le bot ou son utilisation.</p>
60+
<p>Les développeurs et les responsables de la résolution des litiges font de leur mieux pour empêcher les mauvais acteurs, les fraudes et les escroqueries d'utiliser le bot, mais l'utilisateur reconnaît que le système peut être exploité et en accepte l'entière responsabilité lorsqu'il l'utilise.</p>
61+
<p>Ni les développeurs ni les responsables de la résolution des litiges ne sont responsables des pertes ou des dommages que l'utilisateur pourrait subir à la suite de l'utilisation du bot.</p>
62+
</div>
63+
</main>
64+
65+
66+
</div>
67+
<footer class="footer">
68+
<div class="footer-container">
69+
© 2022 @lnp2pBot. Tous droits réservés.
70+
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
71+
</div>
72+
</footer>
73+
</body>
74+
</html>

disclaimer.html

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta property="og:url" content="https://lnp2pbot.com" />
8+
<meta property="og:title" content="Lightning Network peer-to-peer telegram bot" />
9+
<meta property="og:image" content="https://lnp2pbot.com/img/logo.png" />
10+
<meta property="og:description" content="Bitcoin Lightning Network peer-to-peer telegram Bot" />
11+
<meta name="twitter:card" content="summary_large_image">
12+
<meta name="twitter:site" content="@lnp2pBot">
13+
<meta name="twitter:creator" content="@lnp2pBot">
14+
<meta name="twitter:title" content="Bitcoin Lightning Network peer-to-peer telegram Bot" />
15+
<meta name="twitter:description" content="Exchange Bitcoin in a peer to peer way through Lightning Network without KYC" />
16+
<meta name="twitter:image" content="https://lnp2pbot.com/img/logo.png" />
17+
<link rel="stylesheet" href="./normalize.css">
18+
<link rel="stylesheet" href="./styles.css">
19+
<script src="https://kit.fontawesome.com/38c07037bc.js" crossorigin="anonymous"></script>
20+
<title>@lnp2pBot</title>
21+
</head>
22+
<body>
23+
<div class="container">
24+
<header class="header">
25+
<div class="logo">
26+
<a href="./index.html"><img src="./img/logo.png" alt="" class="logo"></a>
27+
</div>
28+
29+
<nav class="nav">
30+
<ul class='nav_menu'>
31+
<li class='nav_item'><a target="_blank" href="https://lnp2pbot.com/learn" class="nav_link">Learn</a></li>
32+
<li class='nav_item'><a target="_blank" href="https://grunch.dev/blog/" class="nav_link">Blog</a></li>
33+
<li class='nav_item'><a target="_blank" href="https://t.me/lnp2pbotHelpEn" class="nav_link">Chat</a></li>
34+
<li class='nav_item'><a target="_blank" href="https://github.com/lnp2pbot" class="nav_link">Github</a></li>
35+
</ul>
36+
</nav>
37+
38+
<a href="https://twitter.com/lnp2pBot" target="_blank" rel="noopener noreferrer">
39+
<i class="fa-brands fa-twitter icon-menu"></i>
40+
</a>
41+
42+
<div class="lang_box">
43+
<a class="lang_link" href="./resources.pt.html">
44+
PT 🇵🇹
45+
</a>
46+
<a class="lang_link" href="./resources.fr.html">
47+
FR 🇫🇷
48+
</a>
49+
<a class="lang_link" href="./resources.es.html">
50+
ES 🇪🇸
51+
</a>
52+
</div>
53+
</header>
54+
<main>
55+
<div class="disclaimer-box">
56+
<h2>Disclaimer</h2>
57+
<h3>By using the P2P trade bot, you agree to the following terms and conditions:</h3>
58+
<p>The bot is an open-source software that is available for anyone to use, copy, modify, and run. The developers are not responsible for the actions of other individuals using the software in any manner, whether legal or illegal, honest or dishonest.</p>
59+
<p>The bot is provided on an "as is" and "as available" basis, and the developers make no warranties of any kind, express or implied, with respect to the bot or its use.</p>
60+
<p>The developers and the dispute resolvers make their best efforts to remove bad actors, frauds, and scams from using the bot, but the user recognizes that the system can be exploited and accepts full responsibility while using it.</p>
61+
<p>Neither the developers nor the dispute resolvers are responsible for any losses or damages that the user may suffer as a result of using the bot.</p>
62+
</div>
63+
</main>
64+
65+
66+
</div>
67+
<footer class="footer">
68+
<div class="footer-container">
69+
© 2022 @lnp2pBot. All rights reversed.
70+
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
71+
</div>
72+
</footer>
73+
</body>
74+
</html>

disclaimer.pt.html

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta property="og:url" content="https://lnp2pbot.com" />
8+
<meta property="og:title" content="Lightning Network peer-to-peer telegram bot" />
9+
<meta property="og:image" content="https://lnp2pbot.com/img/logo.png" />
10+
<meta property="og:description" content="Bitcoin Lightning Network peer-to-peer telegram Bot" />
11+
<meta name="twitter:card" content="summary_large_image">
12+
<meta name="twitter:site" content="@lnp2pBot">
13+
<meta name="twitter:creator" content="@lnp2pBot">
14+
<meta name="twitter:title" content="Bitcoin Lightning Network peer-to-peer telegram Bot" />
15+
<meta name="twitter:description" content="Exchange Bitcoin in a peer to peer way through Lightning Network without KYC" />
16+
<meta name="twitter:image" content="https://lnp2pbot.com/img/logo.png" />
17+
<link rel="stylesheet" href="./normalize.css">
18+
<link rel="stylesheet" href="./styles.css">
19+
<script src="https://kit.fontawesome.com/38c07037bc.js" crossorigin="anonymous"></script>
20+
<title>@lnp2pBot</title>
21+
</head>
22+
<body>
23+
<div class="container">
24+
<header class="header">
25+
<div class="logo">
26+
<a href="./index.es.html"><img src="./img/logo.png" alt="" class="logo"></a>
27+
</div>
28+
29+
<nav class="nav">
30+
<ul class='nav_menu'>
31+
<li class='nav_item'><a target="_blank" href="https://lnp2pbot.com/learn" class="nav_link">Aprenda</a></li>
32+
<li class='nav_item'><a target="_blank" href="https://grunch.dev/blog/" class="nav_link">Blog</a></li>
33+
<li class='nav_item'><a target="_blank" href="https://t.me/lnp2pbotHelpEn" class="nav_link">Bate-papo</a></li>
34+
<li class='nav_item'><a target="_blank" href="https://github.com/lnp2pbot" class="nav_link">Github</a></li>
35+
</ul>
36+
</nav>
37+
38+
<a href="https://twitter.com/lnp2pBot" target="_blank" rel="noopener noreferrer">
39+
<i class="fa-brands fa-twitter icon-menu"></i>
40+
</a>
41+
42+
<div class="lang_box">
43+
<a class="lang_link" href="./resources.html">
44+
EN 🇬🇧
45+
</a>
46+
<a class="lang_link" href="./resources.fr.html">
47+
FR 🇫🇷
48+
</a>
49+
<a class="lang_link" href="./resources.es.html">
50+
ES 🇪🇸
51+
</a>
52+
</div>
53+
</header>
54+
<main>
55+
<div class="disclaimer-box">
56+
<h2>Disclaimer</h2>
57+
<h3>Ao utilizar o bot de comércio P2P, o utilizador concorda com os seguintes termos e condições:</h3>
58+
<p>O bot é um software de código aberto que está disponível para qualquer pessoa usar, copiar, modificar e executar. Os desenvolvedores não são responsáveis pelas ações de outros indivíduos que usam o software de qualquer maneira, seja legal ou ilegal, honesta ou desonesta.</p>
59+
<p>O bot é fornecido numa base "como está" e "como disponível", e os criadores não dão garantias de qualquer tipo, expressas ou implícitas, relativamente ao bot ou à sua utilização.</p>
60+
<p>Os criadores e os responsáveis pela resolução de litígios envidam os seus melhores esforços para impedir que os maus actores, as fraudes e as burlas utilizem o bot, mas o utilizador reconhece que o sistema pode ser explorado e aceita toda a responsabilidade enquanto o utiliza.</p>
61+
<p>Nem os criadores nem os solucionadores de litígios são responsáveis por quaisquer perdas ou danos que o utilizador possa sofrer como resultado da utilização do bot.</p>
62+
</div>
63+
</main>
64+
65+
66+
</div>
67+
<footer class="footer">
68+
<div class="footer-container">
69+
© 2022 @lnp2pBot. All rights reversed.
70+
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
71+
</div>
72+
</footer>
73+
</body>
74+
</html>

index.es.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2>BITCOIN PARA LA GENTE</h2>
126126
<footer class="footer">
127127
<div class="footer-container">
128128
© 2022 @lnp2pBot. All rights reversed.
129-
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
129+
<a href="./disclaimer.es.html" class="footer_link">Disclaimer</a>
130130
</div>
131131
</footer>
132132
</body>

index.fr.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2>LE BITCOIN POUR TOUS</h2>
125125
<footer class="footer">
126126
<div class="footer-container">
127127
© 2022 @lnp2pBot. Tous droits réservés.
128-
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
128+
<a href="./disclaimer.fr.html" class="footer_link">Disclaimer</a>
129129
</div>
130130
</footer>
131131
</body>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2>BITCOIN FOR THE PEOPLE</h2>
125125
<footer class="footer">
126126
<div class="footer-container">
127127
© 2022 @lnp2pBot. All rights reversed.
128-
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
128+
<a href="./disclaimer.html" class="footer_link">Disclaimer</a>
129129
</div>
130130
</footer>
131131
</body>

index.pt.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2>BITCOIN PARA AS PESSOAS</h2>
126126
<footer class="footer">
127127
<div class="footer-container">
128128
© 2022 @lnp2pBot. All rights reversed.
129-
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
129+
<a href="./disclaimer.fr.html" class="footer_link">Disclaimer</a>
130130
</div>
131131
</footer>
132132
</body>

styles.css

+5
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,11 @@ h2{
377377
margin-top: 100px;
378378
}
379379

380+
.disclaimer-box {
381+
margin-top: 100px;
382+
margin-bottom: 100px;
383+
}
384+
380385
@media screen and (max-width:1000px){
381386

382387
.container{

0 commit comments

Comments
 (0)