Skip to content

Commit d1c4ebc

Browse files
authored
Initial commit
0 parents  commit d1c4ebc

24 files changed

+1115
-0
lines changed

img/AnimacionBotLn2-1.m4v

1.06 MB
Binary file not shown.

img/Capa 8.png

5.56 KB
Loading

img/Copyleft.svg

+3
Loading

img/Human.png

13.7 KB
Loading

img/ajuste.png

5.65 KB
Loading

img/angle.png

1.95 KB
Loading

img/bitcoin-circle.svg

+4
Loading

img/clock.png

3.87 KB
Loading

img/hero-img.png

132 KB
Loading

img/layer-left.png

61.8 KB
Loading

img/layer-right.png

131 KB
Loading

img/layer1.png

127 KB
Loading

img/layer2.png

157 KB
Loading

img/lightning.svg

+3
Loading

img/link.png

3.8 KB
Loading

img/logo.png

2.77 KB
Loading

img/people.svg

+5
Loading

img/poster.jpg

13.1 KB
Loading

img/robot-icon.png

2.82 KB
Loading

img/robot.png

5.2 KB
Loading

img/spy.svg

+49
Loading

index.html

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
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+
<link rel="stylesheet" href="./normalize.css">
8+
<link rel="stylesheet" href="./styles.css">
9+
<script src="https://kit.fontawesome.com/38c07037bc.js" crossorigin="anonymous"></script>
10+
<title>Lightning Network peer-to-peer bot</title>
11+
</head>
12+
<body>
13+
<div class="container">
14+
<header class="header">
15+
<div class="logo">
16+
<img src="./img/logo.png" alt="" class="logo">
17+
</div>
18+
19+
<nav class="nav">
20+
<ul class='nav_menu'>
21+
<li class='nav_item'><a target="_blank" href="http://learn.lnp2pbot.com" class="nav_link">Learn</a></li>
22+
<li class='nav_item'><a target="_blank" href="https://grunch.dev/blog/" class="nav_link">Blog</a></li>
23+
<li class='nav_item'><a target="_blank" href="https://t.me/lnp2pbotHelpEn" class="nav_link">Telegram group</a></li>
24+
<li class='nav_item'><a target="_blank" href="https://github.com/lnp2pbot" class="nav_link">Github</a></li>
25+
</ul>
26+
</nav>
27+
28+
<a href="https://twitter.com/lnp2pBot" target="_blank" rel="noopener noreferrer">
29+
<i class="fa-brands fa-twitter icon-menu"></i>
30+
</a>
31+
</header>
32+
33+
<!-- <img src="./img/layer-left.png" alt="" class="layer-left"> -->
34+
35+
<main>
36+
<div class="hero">
37+
<div class="hero_left">
38+
<h1>NO KYC</h1>
39+
<h2>p2p lightning bot</h2>
40+
<p class="hero_p">Let’s reestablish the peer-to-peer nature of Bitcoin!.</p>
41+
<a href="https://t.me/lnp2pbot" class="hero_button" target="_blank" rel="noopener noreferrer">LAUNCH BOT <i class="fa-solid fa-paper-plane icon-button"></i></a>
42+
</div>
43+
44+
<div class="hero_right">
45+
<!-- <img src="./img/hero-img.png" alt="" class="hero-img"> -->
46+
<video autoplay loop muted src="./img/AnimacionBotLn2-1.m4v" class="hero-img" poster="./img/poster.jpg">
47+
</video>
48+
</div>
49+
</div>
50+
51+
<div class="box-container">
52+
<a href="https://learn.lnp2pbot.com" target="_blank" rel="noopener noreferrer" class="box">
53+
<img src="./img/Capa 8.png" alt="">
54+
<h3>How it works?</h3>
55+
</a>
56+
<a href="https://www.youtube.com/watch?v=2aHa1PgBpqI" target="_blank" rel="noopener noreferrer" class="box">
57+
<img src="./img/robot.png" alt="">
58+
<h3>Tutorial</h3>
59+
</a>
60+
</div>
61+
62+
<div class="questions">
63+
<h2>BITCOIN FOR THE PEOPLE</h2>
64+
<div class="questions-container">
65+
<div class="questions-box">
66+
<div class="circle circle1"></div>
67+
<span class="questions-text">
68+
Bitcoin is an accessible and equitable savings technology and it is a censorship-resistant medium of exchange.
69+
</span>
70+
</div>
71+
<div class="questions-box">
72+
<div class="circle circle2"></div>
73+
<span class="questions-text">
74+
Lightning allows us to have immediate access to Bitcoin at a very low cost without losing all the properties that make Bitcoin the best money we can have access to.
75+
</span>
76+
</div>
77+
<div class="questions-box">
78+
<div class="circle circle3"></div>
79+
<span class="questions-text">
80+
Keep your privacy, <strong>@lnp2pBot</strong> will never ask you personal data.
81+
</span>
82+
</div>
83+
<div class="questions-box">
84+
<div class="circle circle4"></div>
85+
<span class="questions-text">
86+
Find your local community and have a different experience .
87+
</span>
88+
</div>
89+
</div>
90+
</div>
91+
92+
<div class="human-container">
93+
<img src="./img/angle.png" alt="" class="angle">
94+
<div class="human-box">
95+
<img src="./img/Human.png" alt="" class="human-img">
96+
<div class="human-text">
97+
<span>Featured proyect by Human</span>
98+
<span>Rights Foundation. 2022.</span>
99+
</div>
100+
</div>
101+
</div>
102+
</main>
103+
104+
105+
</div>
106+
<footer class="footer">
107+
<div class="footer-container">
108+
© 2022 LNP2PBOT. All rights reversed.
109+
<a href="https://github.com/lnp2pBot/bot" target="_blank" rel="noopener noreferrer" class="footer_link"><i class="fab fa-github footer_icon"></i></a>
110+
</div>
111+
</footer>
112+
</body>
113+
</html>

0 commit comments

Comments
 (0)