forked from haveno-dex/haveno-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (106 loc) · 5.05 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
---
layout: default
title: Home
---
<div class="row center">
<h1>Opening Monero to the world</h1>
<img class="centered homelogo pulse" width="94%" src="{{ site.url }}/assets/haveno_logo_icon.png"
alt="Haveno banner with logo" />
</div>
<div class="row">
<p class="text-centered">Haveno will be a non-custodial, decentralized exchange for crypto and fiat currencies
built on Tor and Monero.</p>
<p class="text-centered">It doesn't get more private than that.</p>
<div class="box-container">
<div class="feature-box center shadow">
<img class="feature" src="{{ site.url }}/assets/monero.png" loading="lazy" alt="Monero logo">
<h3>built on monero</h3>
<p>Monero makes transactions on Haveno fast, cheap and completely private.</p>
</div>
<div class="feature-box center shadow">
<img class="feature" src="{{ site.url }}/assets/tor.png" loading="lazy" alt="Tor logo">
<h3>built on Tor</h3>
<p>All connections between Haveno peers run through the Tor network.</p>
</div>
</div>
<div class="box-container">
<div class="feature-box center shadow">
<img class="feature" src="{{ site.url }}/assets/plant.png" loading="lazy" alt="image of person chilling">
<h3>Supports Monero</h3>
<p>Part of every fee paid on Haveno will sponsor Monero development!</p>
</div>
<div class="feature-box center shadow">
<img class="feature" src="{{ site.url }}/assets/easy.png" loading="lazy" alt="image of person chilling">
<h3>Easy to use</h3>
<p>Haveno aims to be easy to use especially for non technical people.</p>
</div>
</div>
<div class="box-container">
<div class="feature-box center shadow">
<img class="feature" src="{{ site.url }}/assets/hands.png" loading="lazy" alt="image of person chilling">
<h3>Decentralized</h3>
<p>There is no central authority. All trades are P2P between users.</p>
</div>
<div class="feature-box center shadow">
<img class="feature" src="{{ site.url }}/assets/padlock.png" loading="lazy" alt="image of padlock">
<h3>non-custodial</h3>
<p>You, and you only, have control of the keys of your Haveno wallet.</p>
</div>
</div>
</div>
<div class="row">
<h2>Development and Bounties</h2>
<p>Haveno will be composed by a <a href="https://github.com/haveno-dex/haveno-ui-poc">user interface (in
ReactJS)</a> and a <a href="https://github.com/haveno-dex/haveno">core app (in Java)</a>. The two will
communicate through gRPC APIs.</p>
<p>Development is incentivized through bounties, which are awarded in XMR. See <a
href="https://github.com/haveno-dex/haveno/blob/master/docs/README.md">the docs page on GitHub</a> for more information.</p>
</div>
<div class="row">
<h2>Blog</h2>
<p>These are our last three blog posts. <a href="/blog/">Visit the Blog</a> for the full list.</p>
<div class="box-container">
{% for post in site.posts limit: 3 %}
<a href="{{ post.url }}" class="blog-pointer">
<div class="blog-box shadow">
<h2>{{ post.title }}</h2>
<p class="date-post">{{ post.date | date_to_string }}</p>
<p>{{ post.excerpt }}</p>
</div>
</a>
{% endfor %}
</div>
</div>
<div class="row">
<h2>Stay connected</h2>
<p>Join our community and help us build Haveno!</p>
<div class="social-container">
<div class="social-box">
<a href="https://github.com/haveno-dex" title="GitHub"><img class="social-icon"
src="assets/icons/social/github.svg" loading="lazy" alt="Github social icon"></a>
</div>
<div class="social-box">
<a href="https://twitter.com/HavenoDEX/" title="Twitter"><img class="social-icon"
src="assets/icons/social/twitter.svg" loading="lazy" alt="Twitter social icon"></a>
</div>
<div class="social-box">
<a href="https://matrix.to/#/#haveno:monero.social" title="Matrix"><img class="social-icon"
src="assets/icons/social/matrix.svg" loading="lazy" alt="Matrix social icon"></a>
</div>
<div class="social-box">
<a href="https://t.me/HavenoDEX" title="Telegram (unofficial)"><img class="social-icon"
src="assets/icons/social/telegram.svg" loading="lazy" alt="Telegram social icon"></a>
</div>
<div class="social-box">
<a href="irc://irc.libera.chat/#haveno" title="IRC/Libera"><img class="social-icon"
src="assets/icons/social/chat-irc.svg" loading="lazy" alt="IRC social icon"></a>
</div>
</div>
</div>
<div class="row">
<h2>FAQ</h2>
<p>We get a lot of questions about Haveno and how it will work. We wrote the answers to the most asked questions. If you have more, feel free to reach out!</p>
<div class="center">
<a class="button faq" href="/faq/">FAQ</a>
</div>
</div>