-
Notifications
You must be signed in to change notification settings - Fork 0
/
pay.html
73 lines (73 loc) · 2.37 KB
/
pay.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="CV" />
<meta name="author" content="Den Patin" />
<title>Den Patin | Payments</title>
<link type="text/css" rel="stylesheet" href="https://yastatic.net/bootstrap/3.2.0/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="assets/css/sticky-footer.css" />
<link type="text/css" rel="stylesheet" href="assets/css/pay.css" />
</head>
<body>
<div class="container">
<div class="page-header">
<h1>How to Pay for Classes</h1>
</div>
<p>NB!
<ul>
<li>The accounts are listed in <i>descending</i> order of convenience for me.</li>
<li><strong>RocketBank</strong> is the best option; <strong>no</strong> fees at all for both parties.</li>
</ul>
</p>
<br />
<p class="lead">
Bank Accounts
<ul>
<table>
<tr>
<td><li><strong>RocketBank</strong>:</li></td>
<td><strong><a href="https://rocketbank.ru/denis.patin" target="_blank" title="A new window will open.">>> click here <<</a></strong><br />(please use this option)</td>
</tr>
<tr>
<td><li>Raiffeisen:</li></td>
<td><strong>5100 6900 2174 3501</strong></td>
</tr>
<tr>
<td><li>Sberbank:</li></td>
<td><strong>5469 5500 2103 2120</strong></td>
</tr>
</table>
</ul>
</p>
<br />
<p class="lead">
Other Accounts
<ul>
<table>
<tr>
<td><li>PayPal:</li></td>
<td><strong>[email protected]</strong></td>
</tr>
<!--<tr>
<td><li>Yandex:</li></td>
<td><strong>41001767802756</strong></td>
</tr>-->
</table>
</ul>
</p>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copy">
<a href="mailto:[email protected]">Den Patin</a> © 2010-2018
</p>
</div>
</div>
</div>
</footer>
</body>
</html>