-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (78 loc) · 3.23 KB
/
index.html
File metadata and controls
81 lines (78 loc) · 3.23 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
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>FINFEX | open source finance solutions</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="title">
<h1>FINFEX | open source finance solutions</h1>
</div>
<div class="content">
<div class="main">
<h3>Hello, we are FINFEX.</h3>
<p>We do open source solutions for finance. You can check them out on the <a href="https://github.com/finfex" target="_blank">github</a>.</p>
<h3>Projects</h3>
<div class="project-description">
<h5>Gera</h5>
<p>is an exchange rates generator. It collects exchange rates between currencies from stock exchanges. It helps to store and keep actual exchange rates for your app.</p>
<p>Features:</p>
<ul>
<li>Fetching exchange rates from source each second</li>
<li>Building base exchange rates matrix for currencies using base or cross rates</li>
<li>Building exchange rates matrix for payment systems with a commission</li>
<li>Candlestick charts for base exchange rates by minutes</li>
</ul>
Check out the <a href="http://gera.finfex.tech" target="_blank">demo</a> and the <a href="https://github.com/finfex/gera">source code</a>.
</div>
<div class="project-description">
<h5>Bestchange</h5>
<p>keeps you up to date about the exchange rate of any website on bestchange.ru.</p>
<p>Features:</p>
<ul>
<li>Collecting exchange rates from bestchange.ru</li>
<li>Benchmark each download</li>
</ul>
Check out the <a href="https://github.com/finfex/best_change">source code</a>.
</div>
<div class="project-description">
<h5>Payment services</h5>
<p>are colleсtion of integrations with popular payment services.</p>
<p>Integrations:</p>
<ul>
<li>Perfect Money</li>
<li>E Voucher (EUR/USD)</li>
<li>Payeer</li>
<li>Adv Cash</li>
<li>Yandex Money</li>
<li>QIWI</li>
<li>RBK money</li>
<li>Exmo (RUB/USD/EUR)</li>
<li>WEX (RUB/USD)</li>
</ul>
Check out the <a href="https://github.com/finfex/payment_services">source code</a>.
</div>
<!-- describe payment services -->
<h3>Team</h3>
<div class="team-wrap">
<div class="team-member">
<img src="img/danil.jpg" alt="Danil Pismenny" />
<br />
Danil Pismenny is a tech head.
</div>
<div class="team-member">
<img src="img/alexey.jpg" alt="Alexey Naumov" />
<br />
Alexey Naumov is a developer.
</div>
</div>
<!-- Contacts Block -->
<p>Contact us via email <a href="mailto:hello@finfex.tech">hello@finfex.tech</a></p>
</div>
</div>
</body>
</html>