-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
249 lines (215 loc) · 11.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NO-KYC P2P Lightning exchange on nostr | Mostro.network</title>
<!-- Tailwind CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<!-- Link to your CSS stylesheets -->
<link rel="stylesheet" href="style/styles.css">
<!-- JavaScript libraries -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- OpenGraph Meta Tags -->
<meta property="og:title" content="Mostro.network">
<meta property="og:description" content="NO-KYC P2P Lightning trading on nostr">
<meta property="og:image" content="https://mostro.network/assets/images/og-image.jpg">
<!-- Favicon -->
<link rel="icon" href="assets/images/favicon.png" type="favicon">
<link rel="shortcut icon" href="assets/images/favicon.png" type="favicon">
<script src="js/scripts.js"></script>
</head>
<body id="documentBody">
<header id="top">
<div class="container">
<a href="#top" class="logo">
<img src="assets/images/logo.svg" alt="">
</a>
<nav class="navMenu">
<div class="menu-button">
<span></span>
</div>
<ul>
<li><a href="#about" class="menu-item">About</a></li>
<li><a href="#docs" class="menu-item">Docs</a></li>
<li><a href="#donate" class="menu-item">Donate</a></li>
<li><a href="#github" class="menu-item">Github</a></li>
<li><a href="#socials" class="menu-item">Socials</a></li>
<li><a href="#disclaimer" class="menu-item">Disclaimer</a></li>
</ul>
</nav>
<nav class="navLang">
<ul>
<li><a href="index.html" class="active">EN</a></li>
<li><a href="index.es.html">ES</a></li>
<li><a href="index.it.html">IT</a></li>
<li><a href="index.pt.html">PT</a></li>
</ul>
</nav>
</div>
</header>
<div class="hero-section container hero-top">
<div class="grid grid-cols-1 sm:grid-cols-1 lg:grid-cols-2 sm:gap-0 gap-16">
<!-- Column 1 -->
<div class="col-span-1 column1 animate-me">
<h1 class="main-heading">
<p class="animate-in">NO-KYC P2P Lightning exchange on top of <span class="nostrPurple">nostr</span></p>
</h1>
<div class="subheading">
Peer-to-peer Lightning Network platform over nostr
</div>
<br><br>
<a href="https://app.mostro.network" target="_blank" class="button button-cta">Start testing</a>
</div>
</div>
</div>
<div class="body-content">
<div class="section mx-auto py-6" id="about">
<div class="container grid grid-cols-1 s:grid-cols-1 sm:grid-cols-3 lg:grid-cols-3 gap-16">
<!-- Column 1 -->
<div class="col-span-2 column1 animate-me flex-second">
<h2 class="">About Mostro</h2>
<p>Mostro, an avant-garde project, unfolds a revolutionary approach to facilitate Bitcoin transactions through
the Lightning Network. The project addresses the growing demand for buying and selling Bitcoin without
compromising personal data, introducing a groundbreaking solution for peer-to-peer exchanges.</p>
<p>Mostro manages communications on top of <a href="https://nostr.com" class="textLink">Nostr</a>,
creating a decentralized platform without a single point of failure. This design enhances resistance to
censorship
compared to other existing options.</p>
</div>
<!-- Column 2 -->
<div class="col-span-1 column2 animate-me text-center">
<br><br>
<img src="assets/images/mostro-icons.webp" alt="" class="column-image">
</div>
</div>
</div>
<div class="section mx-auto py-6" id="docs">
<div class="container grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3 gap-16">
<!-- Column 2 -->
<div class="col-span-1 column2 animate-me text-center">
<br><br>
<img src="assets/images/docs-icon.png" alt="" class="column-image">
</div>
<!-- Column 1 -->
<div class="col-span-2 column1 animate-me flex-second">
<h2 class="">Docs</h2>
<p>To know more about Mostro visit our <a href="https://mostro.network/docs-english/" target="_blank" class="textLink">users documentation</a></p>
<br>
<p>If you are a developer and want to create your own Mostro's client, you can read the <a href="https://mostro.network/protocol/" target="_blank" class="textLink">protocol documentation here</a></p>
</div>
</div>
</div>
<div class="section dark-section mx-auto py-6" id="donate">
<div class="container grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3 gap-16">
<!-- Column 1 -->
<div class="col-span-2 column1 animate-me flex-second">
<h2 class="">Donate</h2>
<p>Mostro is FOSS, if you think the project is useful, consider making a donation to help us develop and
maintain it in the long term. Thanks! </p>
<br>
<a href="https://geyser.fund/project/mostro" target="_blank" class="button secondary">Donate</a>
</div>
<!-- Column 2 -->
<div class="col-span-1 column2 animate-me text-center">
<br><br>
<img src="assets/images/geyser-logo.svg" alt="" class="column-image">
</div>
</div>
</div>
<div class="section mx-auto py-6" id="github">
<div class="container grid grid-cols-1 s:grid-cols-1 sm:grid-cols-3 lg:grid-cols-3 gap-16">
<!-- Column 1 -->
<div class="col-span-2 column1 animate-me flex-second">
<h2 class="">How it works?</h2>
<p>Mostro works as an escrow that allows the buyer and seller to exchange bitcoin p2p, reducing the risk for
both parties, while only holding the Sats for the minimum time necessary. Mostro handles Bitcoin using a
Lightning Network node. The node creates hold invoices for sellers and pays the buyers lightning regular
invoices.</p>
<p>It works within the Nostr protocol so buyers and sellers will need Mostro's clients to buy/sell Bitcoin.
Users will be able to rate Mostros and Mostros will compete to obtain more users to survive.
Users should reject bad Mostros which will lose incentives to keep existing.</p>
<br>
<a href="https://github.com/MostroP2P" target="_blank" class="button secondary">Github</a>
</div>
<!-- Column 2 -->
<div class="col-span-1 column2 animate-me text-center">
<br><br>
<img src="assets/images/code-icon.png" alt="" class="column-image">
</div>
</div>
</div>
<!-- end body content -->
</div>
<div class="section mx-auto py-6" id="disclaimer">
<div class="container grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3 gap-16">
<!-- Column 2 -->
<div class="col-span-1 column2 animate-me text-center">
<br><br>
<img src="assets/images/exclamation-triangle.svg" alt="" class="column-image">
</div>
<!-- Column 1 -->
<div class="col-span-2 column1 animate-me flex-second">
<h2 class="">Disclaimer</h2>
<h3>By using Mostro, you agree to the following terms and conditions:</h3>
<br />
<p>Mostro 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>
<p>Mostro 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 Mostro or its use.</p>
<p>The developers and the dispute resolvers make their best efforts to remove bad actors, frauds, and scams from
using Mostro, but the user recognizes that the system can be exploited and accepts full responsibility while
using it.</p>
<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>
</div>
</div>
</div>
<div id="socials">
<div class="hero-section hero-bottom animate-me text-center">
<h2>Follow us</h2>
<a href="https://github.com/MostroP2P/mostro" target="_blank" class="button secondary socials">
<img src="assets/images/github-icon.svg" alt="">
</a>
<a href="https://twitter.com/MostroP2P" target="_blank" class="button secondary socials">
<img src="assets/images/X-icon.svg" alt="">
</a>
<a href="https://primal.net/p/npub1m0str0d7z2ww8rdh20t2n9lx520xjwhaq24p68umqp06wwrwtsnqen40un" target="_blank" class="button secondary socials">
<img src="assets/images/nostr-icon.svg" alt="">
</a>
<a href="https://t.me/mostrop2p" target="_blank" class="button secondary socials">
<img src="assets/images/tg-icon.svg" alt="">
</a>
</div>
</div>
<div id="footer">
<div class="section mx-auto py-6" id="hrf">
<div class="sponsor-banner animate-me">
<div class="row">
<a href="https://hrf.org/" target="_blank">
<img src="assets/images/HRF-logo.svg" alt="" class="column-image">
</a>
<div class="sponsor-text">Human Rights Foundation</div>
</div>
<div class="row">
<a href="https://opensats.org/" target="_blank">
<div class="column-image">
<svg viewBox="344.564 330.278 111.737 91.218" width="200" height="160" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient xlink:href="#logo_svg__a" id="logo_svg__b" cx="31.833" cy="29.662" fx="31.833" fy="29.662" r="42.553" gradientTransform="matrix(2 0 0 1.99696 -74.45 12.982)" gradientUnits="userSpaceOnUse"></radialGradient><radialGradient xlink:href="#logo_svg__a" id="logo_svg__c" cx="31.833" cy="29.662" fx="31.833" fy="29.662" r="42.553" gradientTransform="matrix(2 0 0 1.99696 -74.45 12.982)" gradientUnits="userSpaceOnUse"></radialGradient><linearGradient id="logo_svg__a"><stop offset="0" style="stop-color: rgb(255, 178, 0); stop-opacity: 1;"></stop><stop offset="0.493" style="stop-color: rgb(255, 107, 1); stop-opacity: 1;"></stop></linearGradient></defs><path d="M32.574 39.319v3.81h16.11v-3.81z" transform="translate(324.22 304.883) scale(2.39915)" style="opacity: 1; fill: url("#logo_svg__b"); fill-opacity: 1; stroke-width: 10.5833; stroke-linecap: round; stroke-linejoin: round;"></path><path d="M14.85 16.062v4.551l8.944 5.681v.137l-8.945 5.68v4.551l13.029-8.555v-3.49Z" transform="translate(324.22 304.883) scale(2.39915)" style=" fill-opacity: 1; stroke-width: 10.5833; stroke-linecap: round; stroke-linejoin: round;"></path></svg>
</div>
</a>
<div class="sponsor-text">OpenSats</div>
</div>
</div>
</div>
<div class="copyright text-center">
<a href="#top" class="scroll-up">
<span class="">TOP</span>
</a>
© 2024 MOSTRO. All rights reversed.
</div>
</div>
</body>
</html>