-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (65 loc) · 2.49 KB
/
index.html
File metadata and controls
69 lines (65 loc) · 2.49 KB
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
---
title: Jam
description: Improve the financial privacy of yourself and others.
---
<section class="hero">
<div class="text-container">
<h1 class="editable">Your sats. Your privacy. <strong>Your profit.</strong></h1>
<p class="subtext editable">Financial privacy, decentralized.</p>
<div class="cta button alt"><a target="_blank" href="https://jamdocs.org/">Get Started</a></div>
<div>
<img src="{{ site.baseurl }}/images/wallet.png" alt="Screenshot" class="screenshot editable" />
</div>
<p class="subtext editable">Jam: a modern interface for JoinMarket.</p>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<h2>Completely <strong>decentralized</strong>.</h2>
<p>No central coordinator. No central point of failure. Your node, your
rules, your sats, your privacy. Made possible by the <a
href="https://jamdocs.org/philosophy/03-joinmarket/"
target="_blank">market</a>.</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/jam-on-jm-bw.png" alt="Screenshot" class=" editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>Free as in <strong>freedom</strong>.</h2>
<p>Jam is software that respects <a
href="https://jamdocs.org/philosophy/01-free-software/"
target="_blank">your freedoms</a>. It is powerful because it is run by a
protocol, not a company. No central entity is in charge or profits in
any way. You are in charge. You are the one who profits.</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/scheduler.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>How can I <strong>earn sats</strong> using Jam?</h2>
<p>One way to hide in plain sight is to hide in a crowd. Jam helps you
to easily create and join such a crowd. Others will pay you just for
being there. It's not much, but it's <a
href="https://jamdocs.org/market/fees/#earning-maker-fees"
target="_blank">honest work</a>.
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/mobile.png" alt="Screenshot" class="editable"/>
</div>
</div>
</section>
<section class="bottom-cta">
<h2 class="editable"><strong>Improve</strong> your financial privacy today</h2>
<div class="button alt"><a target="_blank" href="https://jamdocs.org/">Get Started</a></div>
</section>
</div>